Pull request #3069 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5d6d03658ce6abe1d2052ba284fce876d938c639 rather than 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec Obtained Jenkinsfile from 5d6d03658ce6abe1d2052ba284fce876d938c639 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22287 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5d6d03658ce6abe1d2052ba284fce876d938c639 into PR head commit 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec Merge succeeded, producing 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec Checking out Revision 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec (PR-3069) > git config core.sparsecheckout # timeout=10 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # 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 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 Commit message: "Merge branch 'master' into issue-3062" > git rev-list --no-walk 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:22:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:22:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:22:56 ========================================================= 16:22:56 EdgeX Global Pipelines Version Info 16:22:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:22:57 ------------------- 16:22:57 stable info: 16:22:57 ------------------- 16:22:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:22:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:22:57 Message: update stable to v1.0.179 16:22:58 ------------------- 16:22:58 experimental info: 16:22:58 ------------------- 16:22:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:22:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:22:58 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:22:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:22:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:23:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3069 [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3069 [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3069 [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [Pipeline] echo 16:23:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a318b9 [Pipeline] echo 16:23:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:23:02 provisioning config files... 16:23:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1935692803750411070tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:02 ---> docker-login.sh 16:23:02 nexus3.edgexfoundry.org:10001 16:23:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 nexus3.edgexfoundry.org:10002 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 nexus3.edgexfoundry.org:10003 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 nexus3.edgexfoundry.org:10004 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 docker.io 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:04 Configure a credential helper to remove this warning. See 16:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:04 16:23:04 Login Succeeded 16:23:04 ---> docker-login.sh ends [Pipeline] } 16:23:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:04 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/core-command/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo core-command,cmd/core-command/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/core-data/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo core-data,cmd/core-data/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/core-metadata/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo core-metadata,cmd/core-metadata/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/security-bootstrapper/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/security-proxy-setup/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/support-notifications/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo support-notifications,cmd/support-notifications/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/support-scheduler/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:23:04 + for file in '`ls cmd/**/Dockerfile`' 16:23:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:23:04 ++ cut -d/ -f2 16:23:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:23:04 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:23:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:06 16:23:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:23:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:06 latest: Pulling from edgex-devops/git-semver 16:23:06 31603596830f: Pulling fs layer 16:23:06 2a8b12db71e7: Pulling fs layer 16:23:06 6ca5941a6612: Pulling fs layer 16:23:06 ecc8261a40a4: Pulling fs layer 16:23:06 ecc8261a40a4: Waiting 16:23:06 2a8b12db71e7: Verifying Checksum 16:23:06 2a8b12db71e7: Download complete 16:23:06 31603596830f: Verifying Checksum 16:23:06 31603596830f: Download complete 16:23:06 6ca5941a6612: Verifying Checksum 16:23:06 6ca5941a6612: Download complete 16:23:06 ecc8261a40a4: Verifying Checksum 16:23:06 ecc8261a40a4: Download complete 16:23:07 31603596830f: Pull complete 16:23:07 2a8b12db71e7: Pull complete 16:23:08 6ca5941a6612: Pull complete 16:23:08 ecc8261a40a4: Pull complete 16:23:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:23:08 prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container 16:23:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:23:11 $ docker top dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:12 [ssh-agent] Looking for ssh-agent implementation... 16:23:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:12 $ docker exec dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent 16:23:12 SSH_AUTH_SOCK=/tmp/ssh-HGYTjzJnYIk6/agent.12 16:23:12 SSH_AGENT_PID=17 16:23:12 Running ssh-add (command line suppressed) 16:23:12 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3655852948495196985.key (/w/workspace/edgex-go/3@tmp/private_key_3655852948495196985.key) 16:23:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:13 + git tag --points-at HEAD [Pipeline] } 16:23:13 $ docker exec --env ******** --env ******** dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent -k 16:23:13 unset SSH_AUTH_SOCK; 16:23:13 unset SSH_AGENT_PID; 16:23:13 echo Agent pid 17 killed; 16:23:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:23:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:13 [ssh-agent] Looking for ssh-agent implementation... 16:23:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:13 $ docker exec dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent 16:23:13 SSH_AUTH_SOCK=/tmp/ssh-6GTfCEmuGp42/agent.47 16:23:13 SSH_AGENT_PID=52 16:23:13 Running ssh-add (command line suppressed) 16:23:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_922108480864412057.key (/w/workspace/edgex-go/3@tmp/private_key_922108480864412057.key) 16:23:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:14 + git semver init 16:23:14 # -> Open(): unable to determine branch for HEAD 16:23:14 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:23:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:23:14 # $SEMVER_REMOTE_NAME = origin 16:23:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:23:14 # $SEMVER_USER_NAME = edgex-jenkins 16:23:14 # $SEMVER_BRANCH = PR-3069 16:23:14 # $SEMVER_TEMP = /tmp/semver-191827218 16:23:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:23:46 # '/tmp/semver-191827218' -> '/w/workspace/edgex-go/3/.semver' 16:23:47 # -> Force: false 16:23:47 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:23:47 $ docker exec --env ******** --env ******** dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent -k 16:23:47 unset SSH_AUTH_SOCK; 16:23:47 unset SSH_AGENT_PID; 16:23:47 echo Agent pid 52 killed; 16:23:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:48 + git semver [Pipeline] } 16:23:48 $ docker stop --time=1 dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 16:23:50 $ docker rm -f dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 [Pipeline] // withDockerContainer [Pipeline] sh 16:23:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:23:51 Stashed 1 file(s) [Pipeline] echo 16:23:51 [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 16:23:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:23:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:23:53 + sudo service docker restart 16:23:53 + true 16:23:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:23:53 ========================================================= 16:23:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:23:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:23:54 + 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 . 16:23:58 Sending build context to Docker daemon 327.1MB 16:23:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:23:58 Step 2/6 : FROM ${BASE} 16:23:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:23:58 188c0c94c7c5: Pulling fs layer 16:23:58 0ef7d3d256c8: Pulling fs layer 16:23:58 de9db76c5a1d: Pulling fs layer 16:23:58 bca2f99d35d6: Pulling fs layer 16:23:58 93359f2a8cfa: Pulling fs layer 16:23:58 7c6f9722023f: Pulling fs layer 16:23:58 a35cf1a2eb13: Pulling fs layer 16:23:58 93359f2a8cfa: Waiting 16:23:58 7c6f9722023f: Waiting 16:23:58 a35cf1a2eb13: Waiting 16:23:58 bca2f99d35d6: Waiting 16:23:58 de9db76c5a1d: Verifying Checksum 16:23:58 de9db76c5a1d: Download complete 16:23:58 0ef7d3d256c8: Verifying Checksum 16:23:58 0ef7d3d256c8: Download complete 16:23:58 93359f2a8cfa: Verifying Checksum 16:23:58 93359f2a8cfa: Download complete 16:23:58 7c6f9722023f: Verifying Checksum 16:23:58 7c6f9722023f: Download complete 16:23:58 188c0c94c7c5: Verifying Checksum 16:23:58 188c0c94c7c5: Download complete 16:23:59 188c0c94c7c5: Pull complete 16:23:59 0ef7d3d256c8: Pull complete 16:23:59 de9db76c5a1d: Pull complete 16:24:00 a35cf1a2eb13: Verifying Checksum 16:24:00 a35cf1a2eb13: Download complete 16:24:01 bca2f99d35d6: Verifying Checksum 16:24:01 bca2f99d35d6: Download complete 16:24:06 bca2f99d35d6: Pull complete 16:24:06 93359f2a8cfa: Pull complete 16:24:06 7c6f9722023f: Pull complete 16:24:06 Still waiting to schedule task 16:24:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 16:24:10 a35cf1a2eb13: Pull complete 16:24:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:24:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:24:10 ---> a62c8e92a672 16:24:10 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 16:24:11 ---> Running in c8e0afdd2e2a 16:24:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:12 (1/12) Installing libmagic (5.38-r0) 16:24:13 (2/12) Installing file (5.38-r0) 16:24:13 (3/12) Installing libc-dev (0.7.2-r3) 16:24:13 (4/12) Installing g++ (9.3.0-r2) 16:24:18 (5/12) Installing fortify-headers (1.1-r0) 16:24:18 (6/12) Installing patch (2.7.6-r6) 16:24:18 (7/12) Installing build-base (0.5-r2) 16:24:18 (8/12) Installing libsodium (1.0.18-r0) 16:24:18 (9/12) Installing pkgconf (1.7.2-r0) 16:24:18 (10/12) Installing libsodium-dev (1.0.18-r0) 16:24:18 (11/12) Installing libzmq (4.3.3-r0) 16:24:18 (12/12) Installing zeromq-dev (4.3.3-r0) 16:24:18 Executing busybox-1.31.1-r19.trigger 16:24:18 OK: 233 MiB in 51 packages 16:24:22 Removing intermediate container c8e0afdd2e2a 16:24:22 ---> 075a044645d1 16:24:22 Step 4/6 : WORKDIR /edgex-go 16:24:22 ---> Running in f68b1a76a1b7 16:24:22 Removing intermediate container f68b1a76a1b7 16:24:22 ---> f2cc374b481d 16:24:22 Step 5/6 : COPY go.mod . 16:24:22 ---> 14f5f3915ba0 16:24:22 Step 6/6 : RUN go mod download 16:24:22 ---> Running in eb79431abea8 16:24:49 Removing intermediate container eb79431abea8 16:24:49 ---> baf0faaa0753 16:24:49 Successfully built baf0faaa0753 16:24:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:24:49 + docker inspect -f . ci-base-image-x86_64 16:24:49 . [Pipeline] withDockerContainer 16:24:49 prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container 16:24:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:24:50 $ docker top 208fef37c491a609e30f933e16d12c8a6243740e9cd75172bc3874167ac20c18 -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:51 + go version 16:24:51 go version go1.15.5 linux/amd64 [Pipeline] } 16:24:51 $ docker stop --time=1 208fef37c491a609e30f933e16d12c8a6243740e9cd75172bc3874167ac20c18 16:24:52 $ docker rm -f 208fef37c491a609e30f933e16d12c8a6243740e9cd75172bc3874167ac20c18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:53 + docker inspect -f . ci-base-image-x86_64 16:24:53 . [Pipeline] withDockerContainer 16:24:53 prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container 16:24:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:24:54 $ docker top 2ff4bc9b9bc850922b623bae89a7f94b6b96bb6bd788f6a001a5e06b6371c0ed -eo pid,comm [Pipeline] { [Pipeline] echo 16:24:54 ========================================================= 16:24:54 [edgeXBuildGoParallel] Running Tests and Build... 16:24:54 ========================================================= [Pipeline] sh 16:24:55 + make test 16:24:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:25:05 ? github.com/edgexfoundry/edgex-go [no test files] 16:25:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:25:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:25:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:25:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:25:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:25:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:25:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:25:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:25:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:25:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:25:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.446s coverage: 82.3% of statements 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 16:25:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:25:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements 16:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:25:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements 16:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 68.9% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.1% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:25:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 16:25:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.761s coverage: 29.1% of statements 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:25:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:25:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22288 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws 16:25:57 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 16:25:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 16:25:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 16:25:58 GO111MODULE=on go vet ./... 16:26:02 using credential edgex-jenkins-ssh 16:26:03 Cloning the remote Git repository 16:26:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:26:03 > git init /w/workspace/edgex-go/3 # timeout=10 16:26:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:26:03 > git --version # timeout=10 16:26:03 > git --version # 'git version 2.17.1' 16:26:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:26:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:26:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:26:19 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:26:20 Merging remotes/origin/master commit 5d6d03658ce6abe1d2052ba284fce876d938c639 into PR head commit 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:26:20 Merge succeeded, producing 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:26:20 Checking out Revision 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec (PR-3069) 16:26:20 > git config core.sparsecheckout # timeout=10 16:26:20 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 16:26:20 > git remote # timeout=10 16:26:20 > git config --get remote.origin.url # timeout=10 16:26:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:20 > git merge 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 16:26:20 > git rev-parse HEAD^{commit} # timeout=10 16:26:20 > git config core.sparsecheckout # timeout=10 16:26:20 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 16:26:25 gofmt -l . 16:26:25 [ "`gofmt -l .`" = "" ] 16:26:25 ./bin/test-go-mod-tidy.sh 16:26:25 Commit message: "Merge branch 'master' into issue-3062" 16:26:25 ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:26 + ls -al . 16:26:26 total 668 16:26:26 drwxrwxr-x 10 1001 1001 4096 Jan 22 16:26 . 16:26:26 drwxr-xr-x 4 root root 28 Jan 22 16:24 .. 16:26:26 -rw-rw-r-- 1 1001 1001 11 Jan 22 16:22 .dockerignore 16:26:26 drwxrwxr-x 8 1001 1001 179 Jan 22 16:22 .git 16:26:26 drwxrwxr-x 3 1001 1001 125 Jan 22 16:22 .github 16:26:26 -rw-rw-r-- 1 1001 1001 872 Jan 22 16:22 .gitignore 16:26:26 drwx------ 3 1001 1001 47 Jan 22 16:23 .semver 16:26:26 -rw-rw-r-- 1 1001 1001 166 Jan 22 16:22 .sonarcloud.properties 16:26:26 -rw-rw-r-- 1 1001 1001 7859 Jan 22 16:22 Attribution.txt 16:26:26 -rw-rw-r-- 1 1001 1001 3804 Jan 22 16:22 CONTRIBUTING.md 16:26:26 -rw-rw-r-- 1 1001 1001 931 Jan 22 16:22 Dockerfile.build 16:26:26 -rw-rw-r-- 1 1001 1001 863 Jan 22 16:22 Jenkinsfile 16:26:26 -rw-rw-r-- 1 1001 1001 10775 Jan 22 16:22 LICENSE 16:26:26 -rw-rw-r-- 1 1001 1001 6001 Jan 22 16:22 Makefile 16:26:26 -rw-rw-r-- 1 1001 1001 6524 Jan 22 16:22 README.md 16:26:26 -rw-rw-r-- 1 1001 1001 6755 Jan 22 16:22 SECURITY.md 16:26:26 -rw-rw-r-- 1 1001 1001 5 Jan 22 16:23 VERSION 16:26:26 -rw-rw-r-- 1 1001 1001 4131 Jan 22 16:22 ZMQWindows.md 16:26:26 drwxrwxr-x 2 1001 1001 117 Jan 22 16:22 bin 16:26:26 drwxrwxr-x 15 1001 1001 4096 Jan 22 16:22 cmd 16:26:26 -rw-r--r-- 1 root root 564700 Jan 22 16:25 coverage.out 16:26:26 -rw-r--r-- 1 root root 1053 Jan 22 16:26 go.mod 16:26:26 -rw-r--r-- 1 root root 18878 Jan 22 16:26 go.sum 16:26:26 drwxrwxr-x 8 1001 1001 127 Jan 22 16:22 internal 16:26:26 drwxrwxr-x 4 1001 1001 26 Jan 22 16:22 openapi 16:26:26 drwxrwxr-x 4 1001 1001 71 Jan 22 16:22 snap 16:26:26 -rw-rw-r-- 1 1001 1001 168 Jan 22 16:22 version.go [Pipeline] sh 16:26:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:26:27 + '[' -e coverage.out ] 16:26:27 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] sh 16:26:27 Stashed 1 file(s) [Pipeline] sh 16:26:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:26:27 + make build 16:26:27 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 16:26:27 + sudo service docker restart 16:26:27 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:26:29 provisioning config files... 16:26:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6996032221453938681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:26:30 ---> docker-login.sh 16:26:30 nexus3.edgexfoundry.org:10001 16:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:31 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 16:26:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:32 Configure a credential helper to remove this warning. See 16:26:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:32 16:26:32 Login Succeeded 16:26:32 nexus3.edgexfoundry.org:10002 16:26:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:32 Configure a credential helper to remove this warning. See 16:26:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:32 16:26:32 Login Succeeded 16:26:32 nexus3.edgexfoundry.org:10003 16:26:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:32 Configure a credential helper to remove this warning. See 16:26:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:32 16:26:32 Login Succeeded 16:26:32 nexus3.edgexfoundry.org:10004 16:26:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:33 Configure a credential helper to remove this warning. See 16:26:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:33 16:26:33 Login Succeeded 16:26:33 docker.io 16:26:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:34 Configure a credential helper to remove this warning. See 16:26:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:34 16:26:34 Login Succeeded 16:26:34 ---> docker-login.sh ends [Pipeline] } 16:26:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:26:34 ========================================================= 16:26:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:26:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:26:35 + 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 . 16:26:37 Sending build context to Docker daemon 165.9MB 16:26:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:26:37 Step 2/6 : FROM ${BASE} 16:26:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:37 5f621e34cdf4: Pulling fs layer 16:26:37 a4357932f1b6: Pulling fs layer 16:26:37 18c013af1878: Pulling fs layer 16:26:37 00ac8860ef70: Pulling fs layer 16:26:37 63d7cb157983: Pulling fs layer 16:26:37 b116817d02f9: Pulling fs layer 16:26:37 745a02a5169b: Pulling fs layer 16:26:37 00ac8860ef70: Waiting 16:26:37 63d7cb157983: Waiting 16:26:37 b116817d02f9: Waiting 16:26:37 745a02a5169b: Waiting 16:26:37 18c013af1878: Verifying Checksum 16:26:37 18c013af1878: Download complete 16:26:37 a4357932f1b6: Download complete 16:26:37 63d7cb157983: Verifying Checksum 16:26:37 63d7cb157983: Download complete 16:26:37 b116817d02f9: Verifying Checksum 16:26:37 b116817d02f9: Download complete 16:26:37 5f621e34cdf4: Verifying Checksum 16:26:37 5f621e34cdf4: Download complete 16:26:38 5f621e34cdf4: Pull complete 16:26:38 a4357932f1b6: Pull complete 16:26:39 18c013af1878: Pull complete 16:26: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 16:26:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:26:41 745a02a5169b: Verifying Checksum 16:26:41 745a02a5169b: Download complete 16:26:41 00ac8860ef70: Verifying Checksum 16:26:41 00ac8860ef70: Download complete 16:26:42 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 16:26:42 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 16:26:44 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 16:26:46 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 16:26:47 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 16:26:48 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 16:26:49 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 16:26:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:26:51 00ac8860ef70: Pull complete 16:26:51 63d7cb157983: Pull complete 16:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:26:51 b116817d02f9: Pull complete [Pipeline] } 16:26:53 $ docker stop --time=1 2ff4bc9b9bc850922b623bae89a7f94b6b96bb6bd788f6a001a5e06b6371c0ed 16:26:54 $ docker rm -f 2ff4bc9b9bc850922b623bae89a7f94b6b96bb6bd788f6a001a5e06b6371c0ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 16:26:56 745a02a5169b: Pull complete 16:26:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:26:56 ---> b7e6874047d6 16:26:56 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] isUnix [Pipeline] sh 16:26:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:26:58 16:26:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:26:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:26:58 latest: Pulling from edgex-devops/edgex-compose 16:26:58 cbdbe7a5bc2a: Pulling fs layer 16:26:58 ca9280d653b3: Pulling fs layer 16:26:58 7e9c9ca2126c: Pulling fs layer 16:26:59 cbdbe7a5bc2a: Verifying Checksum 16:26:59 cbdbe7a5bc2a: Download complete 16:26:59 ca9280d653b3: Verifying Checksum 16:26:59 ca9280d653b3: Download complete 16:26:59 cbdbe7a5bc2a: Pull complete 16:26:59 ---> Running in e29a0746b7d0 16:27:00 7e9c9ca2126c: Verifying Checksum 16:27:00 7e9c9ca2126c: Download complete 16:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:00 ca9280d653b3: Pull complete 16:27:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:01 (1/12) Installing libmagic (5.38-r0) 16:27:01 (2/12) Installing file (5.38-r0) 16:27:02 (3/12) Installing libc-dev (0.7.2-r3) 16:27:02 (4/12) Installing g++ (9.3.0-r2) 16:27:06 (5/12) Installing fortify-headers (1.1-r0) 16:27:06 (6/12) Installing patch (2.7.6-r6) 16:27:06 (7/12) Installing build-base (0.5-r2) 16:27:06 (8/12) Installing libsodium (1.0.18-r0) 16:27:06 (9/12) Installing pkgconf (1.7.2-r0) 16:27:06 (10/12) Installing libsodium-dev (1.0.18-r0) 16:27:06 (11/12) Installing libzmq (4.3.3-r0) 16:27:06 (12/12) Installing zeromq-dev (4.3.3-r0) 16:27:06 Executing busybox-1.31.1-r19.trigger 16:27:06 OK: 217 MiB in 51 packages 16:27:07 7e9c9ca2126c: Pull complete 16:27:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:27:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:27:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:27:07 prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container 16:27:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:27:08 $ docker top 0be0a0e11d9dbdd51a2d2f9f25a625198ea0824c9012889f0550c51f7f5616b0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:09 + docker-compose build --help 16:27:09 + grep parallel 16:27:10 --parallel Build images in parallel. [Pipeline] } 16:27:10 $ docker stop --time=1 0be0a0e11d9dbdd51a2d2f9f25a625198ea0824c9012889f0550c51f7f5616b0 16:27:11 Removing intermediate container e29a0746b7d0 16:27:11 ---> e63229e3eace 16:27:11 Step 4/6 : WORKDIR /edgex-go 16:27:11 ---> Running in 53f23e8e635f 16:27:11 Removing intermediate container 53f23e8e635f 16:27:11 ---> c202b90a38a1 16:27:11 Step 5/6 : COPY go.mod . 16:27:11 $ docker rm -f 0be0a0e11d9dbdd51a2d2f9f25a625198ea0824c9012889f0550c51f7f5616b0 [Pipeline] // withDockerContainer [Pipeline] writeFile 16:27:11 ---> 4ff4ed35a3b2 16:27:11 Step 6/6 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:12 ---> Running in e9d98ac640ec 16:27:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:27:12 . [Pipeline] withDockerContainer 16:27:12 prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container 16:27:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:27:13 $ docker top 37b00abddecd019a117f6c5c0bcc98c52acca90b78566dedf11daaff1984b034 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:13 + docker-compose -f ./docker-compose-build.yml build --parallel 16:27:14 Building docker-core-command-go ... 16:27:14 Building docker-core-data-go ... 16:27:14 Building docker-core-metadata-go ... 16:27:14 Building docker-security-bootstrapper-go ... 16:27:14 Building docker-security-proxy-setup-go ... 16:27:14 Building docker-security-secretstore-setup-go ... 16:27:14 Building docker-support-notifications-go ... 16:27:14 Building docker-support-scheduler-go ... 16:27:14 Building docker-sys-mgmt-agent-go ... 16:27:14 Building docker-support-notifications-go 16:27:14 Building docker-security-proxy-setup-go 16:27:14 Building docker-core-data-go 16:27:14 Building docker-support-scheduler-go 16:27:14 Building docker-core-metadata-go 16:27:38 Removing intermediate container e9d98ac640ec 16:27:38 ---> 0cde7bffb9ee 16:27:38 Successfully built 0cde7bffb9ee 16:27:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:27:39 + docker inspect -f . ci-base-image-arm64 16:27:39 . [Pipeline] withDockerContainer 16:27:39 prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container 16:27:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:27:41 $ docker top 2f71d72e16f8924a0a8c7277f6ceea3f06de6210309b35b08cf87c136d783327 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:42 + go version 16:27:42 go version go1.15.5 linux/arm64 [Pipeline] } 16:27:42 $ docker stop --time=1 2f71d72e16f8924a0a8c7277f6ceea3f06de6210309b35b08cf87c136d783327 16:27:44 $ docker rm -f 2f71d72e16f8924a0a8c7277f6ceea3f06de6210309b35b08cf87c136d783327 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:45 + docker inspect -f . ci-base-image-arm64 16:27:45 . [Pipeline] withDockerContainer 16:27:45 prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container 16:27:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:27:46 $ docker top c40389177de7bd9b3e61594219673b77bd1a938a155134bad023192bf479016c -eo pid,comm 16:27:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:27:46 ---> baf0faaa0753 16:27:46 Step 3/22 : WORKDIR /edgex-go [Pipeline] { [Pipeline] echo 16:27:47 ========================================================= 16:27:47 [edgeXBuildGoParallel] Running Tests and Build... 16:27:47 ========================================================= [Pipeline] sh 16:27:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:27:47 ---> baf0faaa0753 16:27:47 Step 3/23 : WORKDIR /edgex-go 16:27:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:27:47 ---> baf0faaa0753 16:27:47 Step 3/22 : WORKDIR /edgex-go 16:27:47 + make test 16:27:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:27:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:27:48 ---> baf0faaa0753 16:27:48 Step 3/21 : WORKDIR /edgex-go 16:27:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:27:48 ---> baf0faaa0753 16:27:48 Step 3/23 : WORKDIR /edgex-go 16:27:49 ---> Running in 40245062acf0 16:27:49 ---> Running in e0573ca91f9e 16:27:49 ---> Running in 1a536cc1b9d7 16:27:49 ---> Running in e0cf8e63d6f9 16:27:49 ---> Running in a0be653435e7 16:27:49 Removing intermediate container a0be653435e7 16:27:49 ---> 94014b290185 16:27:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:49 Removing intermediate container 1a536cc1b9d7 16:27:49 ---> d9a3c5763132 16:27:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:49 Removing intermediate container e0573ca91f9e 16:27:49 ---> 7e9598d0b0e0 16:27:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:49 Removing intermediate container 40245062acf0 16:27:49 ---> 188083fc5aef 16:27:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:49 Removing intermediate container e0cf8e63d6f9 16:27:49 ---> 6eaebcdc3590 16:27:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:49 ---> Running in ba834348b39b 16:27:49 ---> Running in 79dc28728072 16:27:49 ---> Running in 0388cd615c79 16:27:49 ---> Running in dcecfb1ea63b 16:27:49 ---> Running in affb6368f072 16:27:53 Removing intermediate container ba834348b39b 16:27:53 ---> 334ae5f9a530 16:27:53 Step 5/21 : RUN apk add --update --no-cache make git 16:27:53 Removing intermediate container 0388cd615c79 16:27:53 ---> d9ea22cc3072 16:27:53 Step 5/22 : RUN apk add --update --no-cache make git 16:27:53 ---> Running in c6d102e5f730 16:27:53 ---> Running in 2fca1f8a28a5 16:27:53 Removing intermediate container affb6368f072 16:27:53 ---> ca14a509aa1e 16:27:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:27:53 Removing intermediate container dcecfb1ea63b 16:27:53 ---> b33e4050dda0 16:27:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:27:53 Removing intermediate container 79dc28728072 16:27:53 ---> dce2a1610fba 16:27:53 Step 5/23 : RUN apk add --update --no-cache make git 16:27:53 ---> Running in 48f571fdb7d5 16:27:53 ---> Running in c0f01acca038 16:27:53 ---> Running in d0bd05a1086e 16:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:55 OK: 233 MiB in 51 packages 16:27:55 OK: 233 MiB in 51 packages 16:27:56 OK: 233 MiB in 51 packages 16:27:56 OK: 233 MiB in 51 packages 16:27:56 OK: 233 MiB in 51 packages 16:27:56 Removing intermediate container 48f571fdb7d5 16:27:56 ---> 1c969735aea0 16:27:56 Step 6/23 : COPY go.mod . 16:27:56 Removing intermediate container c6d102e5f730 16:27:56 ---> 59acb533efb7 16:27:56 Step 6/21 : COPY go.mod . 16:27:56 Removing intermediate container c0f01acca038 16:27:56 ---> f1ec78a9b328 16:27:56 Step 6/22 : COPY go.mod . 16:27:56 Removing intermediate container 2fca1f8a28a5 16:27:56 ---> 694707779a65 16:27:56 Step 6/22 : COPY go.mod . 16:27:57 ---> ca51e9ab53a5 16:27:57 Step 7/23 : RUN go mod download 16:27:57 ---> ba4a101832b4 16:27:57 Step 7/21 : RUN go mod download 16:27:57 ---> Running in 98cfc51a733a 16:27:57 ---> Running in 09d78c100ce0 16:27:57 ---> f7a7dd37abea 16:27:57 Step 7/22 : RUN go mod download 16:27:57 Removing intermediate container d0bd05a1086e 16:27:57 ---> 440dfe4bee38 16:27:57 Step 6/23 : COPY go.mod . 16:27:57 ---> Running in 4d27898023ab 16:27:57 ---> 648cd0944576 16:27:57 Step 7/22 : RUN go mod download 16:27:57 ---> Running in dc0d254a65ab 16:27:58 ---> fb91980f034f 16:27:58 Step 7/23 : RUN go mod download 16:27:58 ---> Running in 3d61a208ce79 16:28:00 Removing intermediate container dc0d254a65ab 16:28:00 ---> 09d41ec2280a 16:28:00 Step 8/22 : COPY . . 16:28:00 Removing intermediate container 09d78c100ce0 16:28:00 ---> 78cd5c98e618 16:28:00 Step 8/21 : COPY . . 16:28:00 Removing intermediate container 98cfc51a733a 16:28:00 ---> 079947357bd2 16:28:00 Step 8/23 : COPY . . 16:28:00 Removing intermediate container 4d27898023ab 16:28:00 ---> 921b5130ec5c 16:28:00 Step 8/22 : COPY . . 16:28:00 Removing intermediate container 3d61a208ce79 16:28:00 ---> 67ac992abc97 16:28:00 Step 8/23 : COPY . . 16:28:09 ? github.com/edgexfoundry/edgex-go [no test files] 16:28:39 ---> 9640580c5a2b 16:28:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:28:39 ---> dab88e50e1db 16:28:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:28:39 ---> be1028fb66a8 16:28:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:28:39 ---> 5b41ed8600a3 16:28:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:28:39 ---> f74bd56d4eea 16:28:39 Step 9/23 : RUN make cmd/core-data/core-data 16:28:39 ---> Running in b9cabd37a0cc 16:28:39 ---> Running in 48ef4ab4cd9d 16:28:39 ---> Running in cc6691381a3b 16:28:39 ---> Running in eff351656196 16:28:39 ---> Running in b91ccff195a2 16:28:39 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 16:28:39 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 16:28:39 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 16:28:39 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 16:28:39 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 16:28:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:29:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:29:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:29:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:29:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:29:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:29:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:29:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:29:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:29:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:29:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:29:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:29:15 Removing intermediate container cc6691381a3b 16:29:15 ---> 5ac00f8d0a8e 16:29:15 16:29:15 Step 10/22 : FROM alpine:3.12 16:29:15 Removing intermediate container eff351656196 16:29:15 ---> 851c9dca5c3b 16:29:15 16:29:15 Step 10/22 : FROM alpine:3.12 16:29:15 3.12: Pulling from library/alpine 16:29:15 3.12: Pulling from library/alpine 16:29:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:29:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:29:16 Status: Image is up to date for alpine:3.12 16:29:16 ---> 389fef711851 16:29:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:29:16 Status: Downloaded newer image for alpine:3.12 16:29:16 ---> 389fef711851 16:29:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:29:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:29:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:29:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:29:21 ---> Running in 6bdfa8df5a33 16:29:21 ---> Running in ebd75988244e 16:29:22 Removing intermediate container b9cabd37a0cc 16:29:22 ---> 309a8e8a5055 16:29:22 16:29:22 Step 10/21 : FROM alpine:3.12 16:29:22 ---> 389fef711851 16:29:22 Step 11/21 : RUN apk add --update --no-cache curl 16:29:22 Removing intermediate container 48ef4ab4cd9d 16:29:22 ---> 0ec809c4233e 16:29:22 16:29:22 Step 10/23 : FROM alpine:3.12 16:29:22 ---> 389fef711851 16:29:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:29:22 ---> Running in aa3d5100d4ed 16:29:22 ---> Running in b5f5a1e848f6 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.246s coverage: 46.6% of statements 16:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:29:24 (1/4) Installing ca-certificates (20191127-r4) 16:29:24 (1/2) Installing ca-certificates (20191127-r4) 16:29:24 (1/1) Installing dumb-init (1.2.2-r1) 16:29:24 (1/1) Installing dumb-init (1.2.2-r1) 16:29:24 Executing busybox-1.31.1-r19.trigger 16:29:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:29:24 OK: 6 MiB in 15 packages 16:29:24 (3/4) Installing libcurl (7.69.1-r3) 16:29:24 Executing busybox-1.31.1-r19.trigger 16:29:24 OK: 6 MiB in 15 packages 16:29:24 (2/2) Installing dumb-init (1.2.2-r1) 16:29:24 (4/4) Installing curl (7.69.1-r3) 16:29:24 Executing busybox-1.31.1-r19.trigger 16:29:24 Executing busybox-1.31.1-r19.trigger 16:29:24 Executing ca-certificates-20191127-r4.trigger 16:29:24 Executing ca-certificates-20191127-r4.trigger 16:29:24 OK: 6 MiB in 16 packages 16:29:24 OK: 7 MiB in 18 packages 16:29:26 Removing intermediate container b91ccff195a2 16:29:26 ---> 70d0e930a23e 16:29:26 16:29:26 Step 10/23 : FROM alpine:3.12 16:29:26 ---> 389fef711851 16:29:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:29:26 Removing intermediate container aa3d5100d4ed 16:29:26 ---> ebe11bfb77dd 16:29:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:29:27 ---> Running in 1803830eda42 16:29:27 ---> Running in 0b05c306eae8 16:29:27 Removing intermediate container ebd75988244e 16:29:27 ---> 854431801da2 16:29:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:29:28 ---> Running in dd6c32204535 16:29:28 Removing intermediate container b5f5a1e848f6 16:29:28 ---> a886fea83f90 16:29:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:29:28 Removing intermediate container 0b05c306eae8 16:29:28 ---> a8cb00b324dd 16:29:28 Step 13/23 : ENV APP_PORT=48081 16:29:28 Removing intermediate container 1803830eda42 16:29:28 ---> 5e00d5abbe6c 16:29:28 Step 12/23 : ENV APP_PORT=48080 16:29:28 Removing intermediate container 6bdfa8df5a33 16:29:28 ---> 6bf1d11fc1a7 16:29:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:29:28 ---> Running in 82595e737bee 16:29:28 ---> Running in b22cdf04ef6b 16:29:28 ---> Running in bffd6b366941 16:29:28 ---> Running in b92c7fd9919e 16:29:28 Removing intermediate container dd6c32204535 16:29:28 ---> f41d19acd304 16:29:28 Step 13/22 : ENV APP_PORT=48085 16:29:28 ---> Running in ecc1cd3fbd12 16:29:28 Removing intermediate container 82595e737bee 16:29:28 ---> 15ed943d066a 16:29:28 Step 13/21 : WORKDIR /edgex 16:29:28 Removing intermediate container bffd6b366941 16:29:28 ---> fcffff1c6b19 16:29:28 Step 13/23 : EXPOSE $APP_PORT 16:29:28 Removing intermediate container b22cdf04ef6b 16:29:28 ---> 4ef7e21728ef 16:29:28 Step 14/23 : EXPOSE $APP_PORT 16:29:29 Removing intermediate container b92c7fd9919e 16:29:29 ---> 754d68e9db43 16:29:29 Step 13/22 : ENV APP_PORT=48060 16:29:29 ---> Running in 08d3b5d37bb9 16:29:29 ---> Running in be3ce0e22807 16:29:29 Removing intermediate container ecc1cd3fbd12 16:29:29 ---> 37577ec5619c 16:29:29 Step 14/22 : EXPOSE $APP_PORT 16:29:29 ---> Running in ed36accdf0ec 16:29:29 ---> Running in 3677ca7e8b77 16:29:29 ---> Running in ae98c88cc47b 16:29:29 Removing intermediate container 08d3b5d37bb9 16:29:29 ---> 2eb87841e2da 16:29:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:29:29 Removing intermediate container be3ce0e22807 16:29:29 ---> 15aaffd9039b 16:29:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:29 Removing intermediate container 3677ca7e8b77 16:29:29 ---> 23bb48d58329 16:29:29 Step 15/23 : WORKDIR / 16:29:29 Removing intermediate container ed36accdf0ec 16:29:29 ---> c674aa938cf8 16:29:29 Step 14/22 : EXPOSE $APP_PORT 16:29:29 Removing intermediate container ae98c88cc47b 16:29:29 ---> 5cbcb8503174 16:29:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:29 ---> Running in 3f8fcf39886c 16:29:30 ---> Running in 29da7c864853 16:29:30 ---> Running in 32410368c592 16:29:30 ---> 24b59746c278 16:29:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:29:30 ---> 23d865c4eb6c 16:29:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:29:30 Removing intermediate container 32410368c592 16:29:30 ---> 2b86dd46c99b 16:29:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:30 Removing intermediate container 29da7c864853 16:29:30 ---> 5aeeebfe78de 16:29:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:30 ---> eac5c698793b 16:29:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:29:30 ---> 29a49f3bbeec 16:29:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:29:31 ---> f5abf779e734 16:29:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:29:32 ---> 6aa7e1b209bb 16:29:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:29:32 ---> 88b104ff30ae 16:29:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:29:32 ---> 1375814b954e 16:29:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:29:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:29:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.115s coverage: 100.0% of statements 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:29:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:29:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 65.8% of statements 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:29:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.685s coverage: 82.3% of statements 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:29:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:29:32 ---> Running in c8d3acbb9c47 16:29:32 Removing intermediate container 3f8fcf39886c 16:29:32 ---> 37eab29f7d2a 16:29:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:29:32 ---> Running in dcb76e0cee6c 16:29:32 ---> 913d80a544c5 16:29:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:29:32 ---> ef8e1a0d6f26 16:29:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:29:32 ---> a76c5443c53f 16:29:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:29:32 ---> Running in 6d4e259fb264 16:29:32 ---> Running in 9f3aa6c57f66 16:29:32 Removing intermediate container c8d3acbb9c47 16:29:32 ---> 9a0869aafa4d 16:29:32 Step 18/21 : CMD ["--init=true"] 16:29:33 ---> a5f24a90adf7 16:29:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:29:33 ---> Running in f3488849ce2c 16:29:33 Removing intermediate container 6d4e259fb264 16:29:33 ---> 4532b2320c19 16:29:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:33 Removing intermediate container 9f3aa6c57f66 16:29:33 ---> e4b37edcaf27 16:29:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:33 ---> Running in d71b3c80a7a4 16:29:33 ---> Running in 52e3db72db42 16:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:33 ---> Running in 066cff774822 16:29:33 Removing intermediate container f3488849ce2c 16:29:33 ---> 9c5ff0db2553 16:29:33 Step 19/21 : LABEL arch=x86_64 16:29:33 Removing intermediate container d71b3c80a7a4 16:29:33 ---> 8cc2f2eb81ec 16:29:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:33 Removing intermediate container 52e3db72db42 16:29:33 ---> 1cf6044f9495 16:29:33 Step 20/22 : LABEL arch=x86_64 16:29:33 Removing intermediate container 066cff774822 16:29:33 ---> fa081a4cff20 16:29:33 Step 20/22 : LABEL arch=x86_64 16:29:33 ---> Running in ca673d3edc27 16:29:33 ---> Running in a09b8b4f659c 16:29:33 ---> Running in 07ee3dab59e0 16:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:33 ---> Running in 8c0d6e031e67 16:29:34 Removing intermediate container ca673d3edc27 16:29:34 ---> 32770280578f 16:29:34 Step 20/21 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:29:34 Removing intermediate container a09b8b4f659c 16:29:34 ---> 5e9a3d895508 16:29:34 Step 21/23 : LABEL arch=x86_64 16:29:34 ---> Running in aad88d7bae03 16:29:34 Removing intermediate container 07ee3dab59e0 16:29:34 ---> 88d9ad36d4f0 16:29:34 Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:29:34 Removing intermediate container 8c0d6e031e67 16:29:34 ---> 8f6c30d487ce 16:29:34 Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:29:34 ---> Running in 6b31beee8c03 16:29:34 ---> Running in 70fbd4540857 16:29:34 ---> Running in 73dac240c4d5 16:29:34 Removing intermediate container aad88d7bae03 16:29:34 ---> f270db44b58d 16:29:34 Step 21/21 : LABEL version=0.0.0 16:29:34 (1/6) Installing dumb-init (1.2.2-r1) 16:29:34 (2/6) Installing libgcc (9.3.0-r2) 16:29:34 Removing intermediate container 6b31beee8c03 16:29:34 ---> ecb1ec57d21e 16:29:34 Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:29:34 ---> Running in a3e49d67399d 16:29:34 (3/6) Installing libsodium (1.0.18-r0) 16:29:35 Removing intermediate container 73dac240c4d5 16:29:35 ---> 211443a71944 16:29:35 Step 22/22 : LABEL version=0.0.0 16:29:35 (4/6) Installing libstdc++ (9.3.0-r2) 16:29:35 Removing intermediate container 70fbd4540857 16:29:35 ---> dbae87992462 16:29:35 Step 22/22 : LABEL version=0.0.0 16:29:35 ---> Running in d9f7a5cc95ac 16:29:35 ---> Running in 995163675bc4 16:29:35 ---> Running in 80d87ae6c2c0 16:29:35 (5/6) Installing libzmq (4.3.3-r0) 16:29:35 Removing intermediate container a3e49d67399d 16:29:35 ---> 10e0bad23d60 16:29:35 16:29:35 (6/6) Installing zeromq (4.3.3-r0) 16:29:35 Executing busybox-1.31.1-r19.trigger 16:29:35 OK: 8 MiB in 20 packages 16:29:35 Successfully built 10e0bad23d60 16:29:35 Removing intermediate container d9f7a5cc95ac 16:29:35 ---> 3f59e2a3af0b 16:29:35 Step 23/23 : LABEL version=0.0.0 16:29:35 Successfully tagged docker-security-proxy-setup-go:latest 16:29:35 Removing intermediate container 995163675bc4 16:29:35 ---> d8e51126aef4 16:29:35 16:29:35  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 16:29:35 Removing intermediate container 80d87ae6c2c0 16:29:35 ---> 514a8909eab6 16:29:35 16:29:35 ---> Running in b7aa8977d983 16:29:35 Successfully built d8e51126aef4 16:29:35 Successfully built 514a8909eab6 16:29:35 Successfully tagged docker-support-notifications-go:latest 16:29:35  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 16:29:35 Successfully tagged docker-support-scheduler-go:latest 16:29:35  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 16:29:36 Removing intermediate container b7aa8977d983 16:29:36 ---> 4a6ec51ef864 16:29:36 16:29:36 Successfully built 4a6ec51ef864 16:29:36 Successfully tagged docker-core-metadata-go:latest 16:29:36  Building docker-core-metadata-go ... done Building docker-core-command-go 16:29:36 Removing intermediate container dcb76e0cee6c 16:29:36 ---> 23d3d1a0d5ce 16:29:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:36 ---> 68a9a9c9c705 16:29:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:29:37 ---> 1c5580881f81 16:29:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.147s coverage: 28.6% of statements 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.296s coverage: 86.7% of statements 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:29:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:29:41 ---> f733ba8fe2c8 16:29:41 Step 19/23 : ENTRYPOINT ["/core-data"] 16:29:42 ---> Running in 081bd258ad6d 16:29:45 Removing intermediate container 081bd258ad6d 16:29:45 ---> 02d7ff748f56 16:29:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:45 ---> Running in 6c637cee0d8c 16:29:47 Removing intermediate container 6c637cee0d8c 16:29:47 ---> ddcaa72a1c9a 16:29:47 Step 21/23 : LABEL arch=x86_64 16:29:47 ---> Running in 87c108644779 16:29:47 Removing intermediate container 87c108644779 16:29:47 ---> 3ca6a8cab80b 16:29:47 Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:29:47 ---> Running in 940be5217d81 16:29:47 Removing intermediate container 940be5217d81 16:29:47 ---> f31409235bfa 16:29:47 Step 23/23 : LABEL version=0.0.0 16:29:48 ---> Running in 44e64272b8cf 16:29:48 Removing intermediate container 44e64272b8cf 16:29:48 ---> c78d2671c90c 16:29:48 16:29:48 Successfully built c78d2671c90c 16:29:48 Successfully tagged docker-core-data-go:latest 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.244s coverage: 92.8% of statements 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 43.8% of statements 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.110s coverage: 94.1% of statements 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 16:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.115s coverage: 84.2% of statements 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.4% of statements 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 63.5% of statements 16:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:30:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 16:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 16:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 16:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 16:30:06  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:30:06 ---> baf0faaa0753 16:30:06 Step 3/24 : WORKDIR /edgex-go 16:30:06 ---> Using cache 16:30:06 ---> 6eaebcdc3590 16:30:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:06 ---> Using cache 16:30:06 ---> ca14a509aa1e 16:30:06 Step 5/24 : RUN apk add --update --no-cache make git 16:30:06 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:06 Step 2/33 : FROM ${BUILDER_BASE} AS builder 16:30:06 ---> baf0faaa0753 16:30:06 Step 3/33 : WORKDIR /edgex-go 16:30:06 ---> Using cache 16:30:06 ---> 6eaebcdc3590 16:30:06 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:06 ---> Using cache 16:30:06 ---> ca14a509aa1e 16:30:06 Step 5/33 : RUN apk add --update --no-cache make git 16:30:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:30:06 ---> baf0faaa0753 16:30:06 Step 3/26 : WORKDIR /edgex-go 16:30:06 ---> Using cache 16:30:06 ---> 6eaebcdc3590 16:30:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:06 ---> Using cache 16:30:06 ---> ca14a509aa1e 16:30:06 Step 5/26 : RUN apk add --update --no-cache make bash git 16:30:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:30:06 ---> baf0faaa0753 16:30:06 Step 3/23 : WORKDIR /edgex-go 16:30:06 ---> Using cache 16:30:06 ---> 6eaebcdc3590 16:30:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:06 ---> Using cache 16:30:06 ---> ca14a509aa1e 16:30:06 Step 5/23 : RUN apk add --update --no-cache make git 16:30:06 ---> Running in 9d805c789a08 16:30:06 ---> Running in 67e008a8b787 16:30:06 ---> Running in 168401485c19 16:30:06 ---> Running in d795d3a93b68 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:07 OK: 233 MiB in 51 packages 16:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 16:30:08 OK: 233 MiB in 51 packages 16:30:08 OK: 233 MiB in 51 packages 16:30:08 Removing intermediate container d795d3a93b68 16:30:08 ---> e42c6a663e66 16:30:08 Step 6/33 : COPY go.mod . 16:30:08 Removing intermediate container 67e008a8b787 16:30:08 ---> 1f12a54e264f 16:30:08 Step 6/26 : COPY go.mod . 16:30:09 OK: 233 MiB in 51 packages 16:30:09 ---> 78c698cc9911 16:30:09 Step 7/33 : RUN go mod download 16:30:09 Removing intermediate container 9d805c789a08 16:30:09 ---> 1273fd5febcb 16:30:09 Step 6/24 : COPY go.mod . 16:30:09 ---> Running in ca092ece9ad8 16:30:09 ---> 2cd30235c598 16:30:09 Step 7/26 : RUN go mod download 16:30:09 ---> Running in 147a9c00f8bf 16:30:09 ---> f39b17954a7b 16:30:09 Step 7/24 : RUN go mod download 16:30:09 ---> Running in 4cc084dce9f6 16:30:10 Removing intermediate container 168401485c19 16:30:10 ---> efb0d8dea081 16:30:10 Step 6/23 : COPY go.mod . 16:30:10 ---> 3dbb0ca9da15 16:30:10 Step 7/23 : RUN go mod download 16:30:10 ---> Running in 13fd9af771d5 16:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 68.9% of statements 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:30:11 Removing intermediate container ca092ece9ad8 16:30:11 ---> 887b277cda32 16:30:11 Step 8/33 : COPY . . 16:30:11 Removing intermediate container 147a9c00f8bf 16:30:11 ---> 681a9caff521 16:30:11 Step 8/26 : COPY . . 16:30:11 Removing intermediate container 4cc084dce9f6 16:30:11 ---> d0d69526772e 16:30:11 Step 8/24 : COPY . . 16:30:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 37.0% of statements 16:30:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:30:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:30:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.577s coverage: 84.0% of statements 16:30:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 16:30:13 Removing intermediate container 13fd9af771d5 16:30:13 ---> 725d74e756ae 16:30:13 Step 8/23 : COPY . . 16:30:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.366s coverage: 47.1% of statements 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:30:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:30:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 16:30:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.990s coverage: 29.1% of statements 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:30:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 16:30:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 16:30:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:30:26 GO111MODULE=on go vet ./... 16:30:45 ---> 8aa9107553c8 16:30:45 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 16:30:45 ---> Running in 2d32bcb63e29 16:30:45 ---> eed7eb6547c9 16:30:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:30:45 ---> 6a4eb7d1864f 16:30:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:30:45 ---> 5f665d4a9b9d 16:30:45 Step 9/23 : RUN make cmd/core-command/core-command 16:30:45 ---> Running in 62b14caf83e1 16:30:45 ---> Running in fd1b8427cd38 16:30:45 ---> Running in 570c3702e635 16:30:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:30:45 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 16:30:45 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 16:30:45 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 16:31: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 16:31: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 16:31:13 Removing intermediate container fd1b8427cd38 16:31:13 ---> c31bb54f6963 16:31:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:31:13 Removing intermediate container 570c3702e635 16:31:13 ---> 464f3af50a5c 16:31:13 16:31:13 Step 10/23 : FROM alpine:3.12 16:31:13 ---> 389fef711851 16:31:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:31:13 ---> Using cache 16:31:13 ---> 854431801da2 16:31:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:31:13 ---> Using cache 16:31:13 ---> f41d19acd304 16:31:13 Step 13/23 : ENV APP_PORT=48082 16:31:13 ---> Running in cc8b499c721a 16:31:13 ---> Running in 515d55652dc5 16:31:14 Removing intermediate container 515d55652dc5 16:31:14 ---> 21c4de8c4f84 16:31:14 Step 14/23 : EXPOSE $APP_PORT 16:31:14 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 16:31:16 ---> Running in 7ee09026b7ee 16:31:17 Removing intermediate container 62b14caf83e1 16:31:17 ---> fec660b0b16c 16:31:17 16:31:17 Step 10/24 : FROM alpine:3.12 16:31:17 ---> 389fef711851 16:31:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:31:17 Removing intermediate container 2d32bcb63e29 16:31:17 ---> f2c3b0c92767 16:31:17 16:31:17 Step 10/33 : FROM alpine:3.12 16:31:17 ---> 389fef711851 16:31:17 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 16:31:17 Removing intermediate container 7ee09026b7ee 16:31:17 ---> 69ff23ace6e5 16:31:17 Step 15/23 : WORKDIR / 16:31:17 ---> Running in c765b02de3a9 16:31:17 ---> Running in c3be60b409f6 16:31:17 ---> Running in 5fd9098d1367 16:31:18 Removing intermediate container cc8b499c721a 16:31:18 ---> 3138f3f02148 16:31:18 16:31:18 Step 11/26 : FROM docker:20.10.0 16:31:18 20.10.0: Pulling from library/docker 16:31:18 Removing intermediate container 5fd9098d1367 16:31:18 ---> 453cbc73fd10 16:31:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:18 ---> 78efa6c0394c 16:31:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:31:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:19 (1/5) Installing ca-certificates (20191127-r4) 16:31:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:31:19 (3/5) Installing libcurl (7.69.1-r3) 16:31:19 (4/5) Installing curl (7.69.1-r3) 16:31:19 (1/3) Installing dumb-init (1.2.2-r1) 16:31:19 (5/5) Installing dumb-init (1.2.2-r1) 16:31:19 (2/3) Installing openssl (1.1.1i-r0) 16:31:19 Executing busybox-1.31.1-r19.trigger 16:31:19 (3/3) Installing su-exec (0.2-r1) 16:31:19 Executing busybox-1.31.1-r19.trigger 16:31:19 Executing ca-certificates-20191127-r4.trigger 16:31:19 OK: 6 MiB in 17 packages 16:31:19 OK: 7 MiB in 19 packages 16:31:20 ---> 0609882e6c40 16:31:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:31:20 Removing intermediate container c3be60b409f6 16:31:20 ---> e7e70b14e240 16:31:20 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:31:21 ---> Running in 214d964b2ed0 16:31:21 ---> b9c9153ee01e 16:31:21 Step 19/23 : ENTRYPOINT ["/core-command"] 16:31:21 Removing intermediate container c765b02de3a9 16:31:21 ---> 7e43acedd187 16:31:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:31:21 ---> Running in ff6113f7854e 16:31:21 ---> Running in abf174eb246d 16:31:21 Removing intermediate container 214d964b2ed0 16:31:21 ---> d49621938768 16:31:21 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 16:31:21 Removing intermediate container ff6113f7854e 16:31:21 ---> 51cc377adff4 16:31:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:21 ---> Running in c555b8349403 16:31:22 ---> Running in 23c42282484f 16:31:22 Removing intermediate container abf174eb246d 16:31:22 ---> 477554a086b3 16:31:22 Step 13/24 : WORKDIR / 16:31:22 Removing intermediate container c555b8349403 16:31:22 ---> 2ec5ef44a9f2 16:31:22 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 16:31:23 ---> Running in a0552920a54d 16:31:23 ---> Running in 930e44ad0268 16:31:23 Removing intermediate container 23c42282484f 16:31:23 ---> 37ebc66c8999 16:31:23 Step 21/23 : LABEL arch=x86_64 16:31:24 ---> Running in 0c41896676fd 16:31:24 Removing intermediate container a0552920a54d 16:31:24 ---> 10c9350da34e 16:31:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:31:24 Removing intermediate container 0c41896676fd 16:31:24 ---> b571a5bd7cb9 16:31:24 Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:31:24 ---> Running in 50a4e761211c 16:31:24 ---> 3c566fafdfad 16:31:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:31:24 Connecting to github.com (140.82.112.4:443) 16:31:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:31:24 Status: Downloaded newer image for docker:20.10.0 16:31:24 ---> aefe523efa57 16:31:24 Step 12/26 : RUN apk add --no-cache bash 16:31:24 Removing intermediate container 50a4e761211c 16:31:24 ---> 9a847a7a4fd9 16:31:24 Step 23/23 : LABEL version=0.0.0 16:31:24 ---> Running in 3f5c08bb4eb7 16:31:24 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.205.83:443) 16:31:24 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 16:31:24  ---> Running in d873ef0d5ccf 16:31:24 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 16:31:24 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 16:31:24 dockerize 16:31:24 ---> 25a24727b311 16:31:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:31:25 Removing intermediate container d873ef0d5ccf 16:31:25 ---> 446029f45ad1 16:31:25 16:31:25 ---> 9c14967b9777 16:31:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:25 Successfully built 446029f45ad1 16:31:25 Successfully tagged docker-core-command-go:latest 16:31:25  Building docker-core-command-go ... done (1/2) Installing readline (8.0.4-r0) 16:31:25 (2/2) Installing bash (5.0.17-r0) 16:31:25 Executing bash-5.0.17-r0.post-install 16:31:25 Executing busybox-1.31.1-r19.trigger 16:31:25 OK: 12 MiB in 22 packages 16:31:25 Removing intermediate container 930e44ad0268 16:31:25 ---> 216cee4045f8 16:31:25 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 16:31:25 ---> f015ee2ff1c0 16:31:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:31:25 ---> Running in 45f980b0c894 16:31:26 Removing intermediate container 45f980b0c894 16:31:26 ---> 2f7613a70043 16:31:26 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:31:26 ---> Running in 85ccdf2f516a 16:31:26 Removing intermediate container 3f5c08bb4eb7 16:31:26 ---> f34324399606 16:31:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:31:26 ---> 2a1d820a04d3 16:31:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:31:26 ---> Running in ae84996c9d58 16:31:26 Removing intermediate container 85ccdf2f516a 16:31:26 ---> 339123e0b7b8 16:31:26 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 16:31:26 ---> Running in 08bb4088d4f3 16:31:27 Removing intermediate container ae84996c9d58 16:31:27 ---> 6bb5bbf80473 16:31:27 Step 14/26 : ENV APP_PORT=48090 16:31:27 ---> 44db3e39396c 16:31:27 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/ 16:31:27 ---> Running in 92a6c44e929d 16:31:27 ---> Running in 9da82a162b55 16:31:27 Removing intermediate container 92a6c44e929d 16:31:27 ---> f7f36e38ed32 16:31:27 Step 15/26 : EXPOSE $APP_PORT 16:31:27 ---> Running in 81439ea4ac42 16:31:27 Move dockerize executable 16:31:27 Removing intermediate container 81439ea4ac42 16:31:27 ---> 7ab1410a42c7 16:31:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:31:28 Removing intermediate container 08bb4088d4f3 16:31:28 ---> 3c687c467545 16:31:28 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 16:31:28 Removing intermediate container 9da82a162b55 16:31:28 ---> d6987e4f2744 16:31:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:31:28 ---> Running in d52e5cc821e4 16:31:28 ---> cca8e9c1073e 16:31:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:31:28 ---> Running in 9108a4a77b3b 16:31:28 Removing intermediate container d52e5cc821e4 16:31:28 ---> a4a2cb7fe9cc 16:31:28 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:31:28 Removing intermediate container 9108a4a77b3b 16:31:28 ---> a6331d41b04b 16:31:28 Step 22/24 : LABEL arch=x86_64 16:31:28 ---> Running in 01e8fed02fef 16:31:28 ---> f725a2551151 16:31:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:31:29 ---> 779e215389f5 16:31:29 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:31:29 Removing intermediate container 01e8fed02fef 16:31:29 ---> 84e3bc637887 16:31:29 Step 23/24 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:31:29 ---> Running in b95cfe719f06 16:31:29 ---> Running in 90bf65bf0b91 16:31:29 ---> dd5e971e8c1a 16:31:29 Step 19/26 : RUN apk --no-cache add py3-pip 16:31:29 Removing intermediate container 90bf65bf0b91 16:31:29 ---> 9cbde68f717e 16:31:29 Step 24/24 : LABEL version=0.0.0 16:31:29 ---> Running in 3410f4b18bfe 16:31:29 ---> Running in 7ed8e62d731c 16:31:30 Removing intermediate container 7ed8e62d731c 16:31:30 ---> 406bcd650ba6 16:31:30 16:31:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:30 Successfully built 406bcd650ba6 16:31:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:30 Successfully tagged docker-security-secretstore-setup-go:latest 16:31:30  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) 16:31:30 (2/33) Installing expat (2.2.9-r1) 16:31:30 (3/33) Installing libffi (3.3-r2) 16:31:30 Removing intermediate container b95cfe719f06 16:31:30 ---> a8c3031c6c9f 16:31:30 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:30 (4/33) Installing gdbm (1.13-r1) 16:31:30 (5/33) Installing xz-libs (5.2.5-r0) 16:31:30 (6/33) Installing sqlite-libs (3.32.1-r0) 16:31:31 (7/33) Installing python3 (3.8.5-r0) 16:31:33 ---> 7ac63569c542 16:31:33 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:31:33 (8/33) Installing py3-appdirs (1.4.4-r1) 16:31:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:31:33 (10/33) Installing py3-parsing (2.4.7-r0) 16:31:33 (11/33) Installing py3-six (1.15.0-r0) 16:31:34 (12/33) Installing py3-packaging (20.4-r0) 16:31:34 (13/33) Installing py3-setuptools (47.0.0-r0) 16:31:34 (14/33) Installing py3-chardet (3.0.4-r4) 16:31:34 gofmt -l . 16:31:35 (15/33) Installing py3-idna (2.9-r0) 16:31:35 [ "`gofmt -l .`" = "" ] 16:31:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:31:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:31:35 ---> 9542b60f4e07 16:31:35 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:31:35 (18/33) Installing py3-requests (2.23.0-r0) 16:31:35 (19/33) Installing py3-msgpack (1.0.0-r0) 16:31:35 (20/33) Installing py3-lockfile (0.12.2-r3) 16:31:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:31:35 (22/33) Installing py3-colorama (0.4.3-r0) 16:31:35 (23/33) Installing py3-distlib (0.3.0-r0) 16:31:35 (24/33) Installing py3-distro (1.5.0-r1) 16:31:35 (25/33) Installing py3-webencodings (0.5.1-r3) 16:31:35 (26/33) Installing py3-html5lib (1.0.1-r4) 16:31:36 (27/33) Installing py3-pytoml (0.1.21-r0) 16:31:36 (28/33) Installing py3-pep517 (0.8.2-r0) 16:31:36 (29/33) Installing py3-progress (1.5-r0) 16:31:36 (30/33) Installing py3-toml (0.10.1-r0) 16:31:36 (31/33) Installing py3-retrying (1.3.3-r0) 16:31:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:31:37 (33/33) Installing py3-pip (20.1.1-r0) 16:31:37 ---> 70a04a77a2bf 16:31:37 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:31:37 Executing busybox-1.31.1-r19.trigger 16:31:37 OK: 71 MiB in 55 packages 16:31:38 ---> c8355ed600ba 16:31:38 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:31:38 ./bin/test-go-mod-tidy.sh 16:31:38 ./bin/test-attribution-txt.sh [Pipeline] sh 16:31:40 + ls -al . 16:31:40 total 696 16:31:40 drwxrwxr-x 9 1001 1001 4096 Jan 22 16:31 . 16:31:40 drwxr-xr-x 4 root root 4096 Jan 22 16:27 .. 16:31:40 -rw-rw-r-- 1 1001 1001 11 Jan 22 16:26 .dockerignore 16:31:40 drwxrwxr-x 8 1001 1001 4096 Jan 22 16:26 .git 16:31:40 drwxrwxr-x 3 1001 1001 4096 Jan 22 16:26 .github 16:31:40 -rw-rw-r-- 1 1001 1001 872 Jan 22 16:26 .gitignore 16:31:40 -rw-rw-r-- 1 1001 1001 166 Jan 22 16:26 .sonarcloud.properties 16:31:40 -rw-rw-r-- 1 1001 1001 7859 Jan 22 16:26 Attribution.txt 16:31:40 -rw-rw-r-- 1 1001 1001 3804 Jan 22 16:26 CONTRIBUTING.md 16:31:40 -rw-rw-r-- 1 1001 1001 931 Jan 22 16:26 Dockerfile.build 16:31:40 -rw-rw-r-- 1 1001 1001 863 Jan 22 16:26 Jenkinsfile 16:31:40 -rw-rw-r-- 1 1001 1001 10775 Jan 22 16:26 LICENSE 16:31:40 -rw-rw-r-- 1 1001 1001 6001 Jan 22 16:26 Makefile 16:31:40 -rw-rw-r-- 1 1001 1001 6524 Jan 22 16:26 README.md 16:31:40 -rw-rw-r-- 1 1001 1001 6755 Jan 22 16:26 SECURITY.md 16:31:40 -rw-rw-r-- 1 1001 1001 5 Jan 22 16:23 VERSION 16:31:40 -rw-rw-r-- 1 1001 1001 4131 Jan 22 16:26 ZMQWindows.md 16:31:40 drwxrwxr-x 2 1001 1001 4096 Jan 22 16:26 bin 16:31:40 drwxrwxr-x 15 1001 1001 4096 Jan 22 16:26 cmd 16:31:40 -rw-r--r-- 1 root root 564700 Jan 22 16:30 coverage.out 16:31:40 -rw-r--r-- 1 root root 1053 Jan 22 16:31 go.mod 16:31:40 -rw-r--r-- 1 root root 18878 Jan 22 16:31 go.sum 16:31:40 drwxrwxr-x 8 1001 1001 4096 Jan 22 16:26 internal 16:31:40 drwxrwxr-x 4 1001 1001 4096 Jan 22 16:26 openapi 16:31:40 drwxrwxr-x 4 1001 1001 4096 Jan 22 16:26 snap 16:31:40 -rw-rw-r-- 1 1001 1001 168 Jan 22 16:26 version.go [Pipeline] sh 16:31:40 ---> ebf80f49d1b2 16:31:40 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 16:31:41 + '[' -e coverage.out ] 16:31:41 + chown 1001:1001 coverage.out [Pipeline] stash 16:31:41 Warning: overwriting stash ‘coverage-report’ 16:31:42 ---> Running in e210b1a681a5 16:31:42 Stashed 1 file(s) [Pipeline] sh 16:31:42 Removing intermediate container 3410f4b18bfe 16:31:42 ---> 0eabb004dd9b 16:31:42 Step 20/26 : RUN pip install docker-compose==1.23.2 16:31:43 + make build 16:31:43 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 16:31:43 Removing intermediate container e210b1a681a5 16:31:43 ---> d98a30db7058 16:31:43 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:31:43 ---> Running in 72761d27d54a 16:31:43 ---> e7dce7a45c14 16:31:43 Step 28/33 : RUN chmod +x /entrypoint.sh 16:31:44 ---> Running in c38de93bbe50 16:31:45 Collecting docker-compose==1.23.2 16:31:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:31:46 Collecting jsonschema<3,>=2.5.1 16:31:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:31:46 Collecting docopt<0.7,>=0.6.1 16:31:46 Downloading docopt-0.6.2.tar.gz (25 kB) 16:31:46 Removing intermediate container c38de93bbe50 16:31:46 ---> 3bba55e5f587 16:31:46 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 16:31:46 ---> Running in 8ebe5974c5e8 16:31:46 Removing intermediate container 8ebe5974c5e8 16:31:46 ---> 70d8b88c058d 16:31:46 Step 30/33 : CMD ["gate"] 16:31:46 ---> Running in d2a1d9dcc369 16:31:46 Collecting PyYAML<4,>=3.10 16:31:46 Downloading PyYAML-3.13.tar.gz (270 kB) 16:31:47 Removing intermediate container d2a1d9dcc369 16:31:47 ---> 217ae41bd9d9 16:31:47 Step 31/33 : LABEL arch=x86_64 16:31:47 ---> Running in 12e6853df741 16:31:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:31:47 Removing intermediate container 12e6853df741 16:31:47 ---> 489868978c16 16:31:47 Step 32/33 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:31:47 Collecting docker<4.0,>=3.6.0 16:31:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:31:47 ---> Running in e0df44a58592 16:31:47 Collecting texttable<0.10,>=0.9.0 16:31:48 Downloading texttable-0.9.1.tar.gz (11 kB) 16:31:48 Removing intermediate container e0df44a58592 16:31:48 ---> af27cbc239f9 16:31:48 Step 33/33 : LABEL version=0.0.0 16:31:48 ---> Running in 1432041bcecf 16:31:48 Removing intermediate container 1432041bcecf 16:31:48 ---> 2566ad6605c4 16:31:48 16:31:48 Collecting websocket-client<1.0,>=0.32.0 16:31:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:31:48 Successfully built 2566ad6605c4 16:31:48 Successfully tagged docker-security-bootstrapper-go:latest 16:31:48  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 16:31:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:31:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:31:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:31:49 Collecting dockerpty<0.5,>=0.4.1 16:31:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:31:49 Collecting docker-pycreds>=0.4.0 16:31:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:31:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:31:49 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:31:49 Collecting idna<2.8,>=2.5 16:31:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:31:50 Collecting urllib3<1.25,>=1.21.1 16:31:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:31:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:31:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:31:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:31:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:31:50 Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, cached-property, dockerpty, docker-compose 16:31:50 Running setup.py install for docopt: started 16:31:50 Running setup.py install for docopt: finished with status 'done' 16:31:50 Running setup.py install for PyYAML: started 16:31:51 Running setup.py install for PyYAML: finished with status 'done' 16:31:51 Attempting uninstall: idna 16:31:51 Found existing installation: idna 2.9 16:31:51 Uninstalling idna-2.9: 16:31:51 Successfully uninstalled idna-2.9 16:31:51 Attempting uninstall: urllib3 16:31:51 Found existing installation: urllib3 1.25.9 16:31:51 Uninstalling urllib3-1.25.9: 16:31:51 Successfully uninstalled urllib3-1.25.9 16:31:52 Attempting uninstall: requests 16:31:52 Found existing installation: requests 2.23.0 16:31:52 Uninstalling requests-2.23.0: 16:31:52 Successfully uninstalled requests-2.23.0 16:31:52 Running setup.py install for texttable: started 16:31:53 Running setup.py install for texttable: finished with status 'done' 16:31:53 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 16:31:53 Running setup.py install for dockerpty: started 16:31:54 Running setup.py install for dockerpty: finished with status 'done' 16:31:54 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 16:31:57 Removing intermediate container 72761d27d54a 16:31:57 ---> 072016231f89 16:31:57 Step 21/26 : RUN apk --no-cache add curl 16:31:57 ---> Running in 7404242cbd3d 16:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:31:58 (2/3) Installing libcurl (7.69.1-r3) 16:31:58 (3/3) Installing curl (7.69.1-r3) 16:31:58 Executing busybox-1.31.1-r19.trigger 16:31:58 OK: 72 MiB in 58 packages 16:31:58 Removing intermediate container 7404242cbd3d 16:31:58 ---> a8b00a39422d 16:31:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:31:58 ---> Running in dec4c1d6c0ea 16:31:59 Removing intermediate container dec4c1d6c0ea 16:31:59 ---> c2d1f6577e1c 16:31:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:59 ---> Running in e61593d2cfe3 16:31:59 Removing intermediate container e61593d2cfe3 16:31:59 ---> 1738e1531112 16:31:59 Step 24/26 : LABEL arch=x86_64 16:31:59 ---> Running in 605b32e3d58b 16:31:59 Removing intermediate container 605b32e3d58b 16:31:59 ---> 0a6218043794 16:31:59 Step 25/26 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:31:59 ---> Running in 4c13ca0935b4 16:31:59 Removing intermediate container 4c13ca0935b4 16:31:59 ---> 726dbf016906 16:31:59 Step 26/26 : LABEL version=0.0.0 16:32:00 ---> Running in 5069b21527f4 16:32:00 Removing intermediate container 5069b21527f4 16:32:00 ---> e3060897ba92 16:32:00 16:32:00 Successfully built e3060897ba92 16:32:00 Successfully tagged docker-sys-mgmt-agent-go:latest 16:32:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:32:00 $ docker stop --time=1 37b00abddecd019a117f6c5c0bcc98c52acca90b78566dedf11daaff1984b034 16:32:02 $ docker rm -f 37b00abddecd019a117f6c5c0bcc98c52acca90b78566dedf11daaff1984b034 [Pipeline] // withDockerContainer [Pipeline] sh 16:32:02 + docker images 16:32:02 + grep docker 16:32:03 docker-sys-mgmt-agent-go latest e3060897ba92 4 seconds ago 313MB 16:32:03 docker-security-bootstrapper-go latest 2566ad6605c4 15 seconds ago 41.5MB 16:32:03 docker-security-secretstore-setup-go latest 406bcd650ba6 34 seconds ago 24.6MB 16:32:03 docker-core-command-go latest 446029f45ad1 39 seconds ago 16.3MB 16:32:03 docker-core-data-go latest c78d2671c90c 2 minutes ago 22.3MB 16:32:03 docker-core-metadata-go latest 4a6ec51ef864 2 minutes ago 18.8MB 16:32:03 docker-support-scheduler-go latest d8e51126aef4 2 minutes ago 16.4MB 16:32:03 docker-support-notifications-go latest 514a8909eab6 2 minutes ago 16.9MB 16:32:03 docker-security-proxy-setup-go latest 10e0bad23d60 2 minutes ago 24.4MB 16:32:03 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:32:15 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 16:32:18 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 16:32:19 Still waiting to schedule task 16:32:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:32:23 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 16:32:25 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 16:32:30 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 16:32:33 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 16:32:38 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 16:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:32:45 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 16:32:49 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 16:32:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:32:58 $ docker stop --time=1 c40389177de7bd9b3e61594219673b77bd1a938a155134bad023192bf479016c 16:33:00 $ docker rm -f c40389177de7bd9b3e61594219673b77bd1a938a155134bad023192bf479016c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:33:02 16:33:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:33:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:33:03 latest: Pulling from edgex-devops/edgex-compose-arm64 16:33:03 29e5d40040c1: Pulling fs layer 16:33:03 1ce36da41761: Pulling fs layer 16:33:03 25b303627fd3: Pulling fs layer 16:33:03 29e5d40040c1: Verifying Checksum 16:33:03 29e5d40040c1: Download complete 16:33:04 29e5d40040c1: Pull complete 16:33:04 1ce36da41761: Verifying Checksum 16:33:04 1ce36da41761: Download complete 16:33:05 1ce36da41761: Pull complete 16:33:06 25b303627fd3: Verifying Checksum 16:33:06 25b303627fd3: Download complete 16:33:16 25b303627fd3: Pull complete 16:33:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:33:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:33:16 prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container 16:33:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:33:17 Running on prd-ubuntu18.04-docker-8c-8g-22289 in /w/workspace/edgexfoundry_edgex-go_PR-3069 16:33:19 $ docker top 8ba2240e03e8b24c001820082d3ce69c3fed84062561c55fc2424c54c5f5fbba -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 16:33:20 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:33:20 + docker-compose build --help 16:33:20 + grep parallel 16:33:22 using credential edgex-jenkins-ssh 16:33:22 Cloning the remote Git repository 16:33:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:33:22 > git init /w/workspace/edgex-go/3 # timeout=10 16:33:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:33:22 > git --version # timeout=10 16:33:22 > git --version # 'git version 2.17.1' 16:33:22 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:33:24 --parallel Build images in parallel. [Pipeline] } 16:33:24 $ docker stop --time=1 8ba2240e03e8b24c001820082d3ce69c3fed84062561c55fc2424c54c5f5fbba 16:33:26 $ docker rm -f 8ba2240e03e8b24c001820082d3ce69c3fed84062561c55fc2424c54c5f5fbba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:33:27 . [Pipeline] withDockerContainer 16:33:27 prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container 16:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:33:28 Merging remotes/origin/master commit 5d6d03658ce6abe1d2052ba284fce876d938c639 into PR head commit 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:33:28 Merge succeeded, producing 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:33:28 Checking out Revision 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec (PR-3069) 16:33:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:33:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:33:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:33:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:33:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:33:28 > git config core.sparsecheckout # timeout=10 16:33:28 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 16:33:28 > git remote # timeout=10 16:33:28 > git config --get remote.origin.url # timeout=10 16:33:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:28 > git merge 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 16:33:28 > git rev-parse HEAD^{commit} # timeout=10 16:33:28 > git config core.sparsecheckout # timeout=10 16:33:28 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 16:33:29 $ docker top 086714a72e922743e094ff9a1bf50fbf250b0cafffa960f479ba7d733c19cb14 -eo pid,comm [Pipeline] { [Pipeline] sh 16:33:30 + docker-compose -f ./docker-compose-build.yml build --parallel 16:33:32 Commit message: "Merge branch 'master' into issue-3062" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:33:33 + echo snap-build.sh 16:33:33 snap-build.sh 16:33:33 + SNAP_BASE_DIR=. 16:33:33 + '[' '!' -z /w/workspace/edgex-go/3 ']' 16:33:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 16:33:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 16:33:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 16:33:33 + cd /w/workspace/edgex-go/3 16:33:33 + sudo apt-get remove -qy --purge lxd lxd-client 16:33:33 Reading package lists... 16:33:33 Building dependency tree... 16:33:33 Reading state information... 16:33:33 The following packages were automatically installed and are no longer required: 16:33:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:33:33 uidmap xdelta3 16:33:33 Use 'sudo apt autoremove' to remove them. 16:33:33 The following packages will be REMOVED: 16:33:33 lxd* lxd-client* 16:33:34 Building docker-core-command-go ... 16:33:34 Building docker-core-data-go ... 16:33:34 Building docker-core-metadata-go ... 16:33:34 Building docker-security-bootstrapper-go ... 16:33:34 Building docker-security-proxy-setup-go ... 16:33:34 Building docker-security-secretstore-setup-go ... 16:33:34 Building docker-support-notifications-go ... 16:33:34 Building docker-support-scheduler-go ... 16:33:34 Building docker-sys-mgmt-agent-go ... 16:33:34 Building docker-security-proxy-setup-go 16:33:34 Building docker-core-command-go 16:33:34 Building docker-support-notifications-go 16:33:34 Building docker-support-scheduler-go 16:33:34 Building docker-sys-mgmt-agent-go 16:33:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:33:34 After this operation, 31.7 MB disk space will be freed. 16:33:35 (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.) 16:33:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:33:36 Removing lxd dnsmasq configuration 16:33:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:33:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:33:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:33:37 (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.) 16:33:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:33:38 Processing triggers for systemd (237-3ubuntu10.42) ... 16:33:38 Processing triggers for ureadahead (0.100.0-21) ... 16:33:40 + sudo snap remove --purge lxd 16:33:40 snap "lxd" is not installed 16:33:40 + sudo groupadd --force --system lxd 16:33:40 ++ whoami 16:33:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:33:40 + newgrp - lxd 16:33:40 + sudo snap install lxd 16:33:50 2021-01-22T16:33:47Z INFO Waiting for automatic snapd restart... 16:34:00 lxd 4.10 from Canonical* installed 16:34:00 + sudo lxd init --auto 16:34:10 + sudo snap install --classic snapcraft 16:34:14 snapcraft 4.4.4 from Canonical* installed 16:34:14 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:34:14 + patch --verbose -p1 16:34:14 Hmm... Looks like a unified diff to me... 16:34:14 The text leading up to this was: 16:34:14 -------------------------- 16:34:14 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:34:14 |From: Tony Espy 16:34:14 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:34:14 |Subject: [PATCH] optimize snap build for pipeline CI check 16:34:14 | 16:34:14 |This patch is used by the EdgeX CI pipeline builds to 16:34:14 |optimize the snap CI check run for pull requests. When 16:34:14 |applied, it essentially strips out everything (apps and 16:34:14 |parts) from the snapcraft.yaml file except those required 16:34:14 |to build edgex-go, as the whole idea of the CI check is to 16:34:14 |catch changes to edgex-go that break the snap build. 16:34:14 | 16:34:14 |In general, anyone updating snapcraft.yaml will also need 16:34:14 |to update this patch file, otherwise it may fail to apply, 16:34:14 |resulting in a failed snap build CI check in the associated 16:34:14 |pull request. 16:34:14 | 16:34:14 |Note - in addition to applying this patch, the pipeline also 16:34:14 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:34:14 |need to build the finally binary .snap file (and it won't 16:34:14 |work with the patch applied). This further reduces the build 16:34:14 |time. 16:34:14 |--- 16:34:14 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:34:14 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:34:14 | 16:34:14 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:34:14 |index 1e537489..faf42425 100644 16:34:14 |--- a/snap/snapcraft.yaml 16:34:14 |+++ b/snap/snapcraft.yaml 16:34:14 -------------------------- 16:34:14 patching file snap/snapcraft.yaml 16:34:14 Using Plan A... 16:34:14 Hunk #1 succeeded at 73. 16:34:14 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 16:34:14 Hunk #3 succeeded at 214 (offset -1 lines). 16:34:14 Hunk #4 succeeded at 222 (offset -1 lines). 16:34:14 Hunk #5 succeeded at 229 (offset -1 lines). 16:34:14 Hunk #6 succeeded at 256 (offset -1 lines). 16:34:14 Hunk #7 succeeded at 290 (offset -1 lines). 16:34:14 Hunk #8 succeeded at 342. 16:34:14 Hmm... Ignoring the trailing garbage. 16:34:14 done 16:34:14 + sudo snapcraft prime --use-lxd 16:34:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:34:16 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:34:16 - README.md 16:34:16 - snapcraft.yaml.orig 16:34:16 16:34:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:34:16 Launching a container. 16:34:29 Waiting for container to be ready 16:34:29 To start your first instance, try: lxc launch ubuntu:18.04 16:34:29 16:34:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:34:32 Waiting for network to be ready... 16:34:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:34:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 16:34:32 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:34:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 16:34:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 16:34:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 16:34:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:34:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:34:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 16:34:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 16:34:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:34:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:34:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:34:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:34:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:34:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:34:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:34:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:34:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:34:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 16:34:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 16:34:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 16:34:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 16:34:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 16:34:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 16:34:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 16:34:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 16:34:36 Fetched 23.8 MB in 4s (5700 kB/s) 16:34:37 Reading package lists... 16:34:37 Reading package lists... 16:34:38 Building dependency tree... 16:34:38 Reading state information... 16:34:38 The following additional packages will be installed: 16:34:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:34:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:34:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:34:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:34:38 Suggested packages: 16:34:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:34:38 Recommended packages: 16:34:38 gnupg libsasl2-modules 16:34:38 The following NEW packages will be installed: 16:34:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:34:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:34:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:34:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:34:38 The following packages will be upgraded: 16:34:38 gpg gpg-agent gpgconf libudev1 16:34:38 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 16:34:38 Need to get 3533 kB of archives. 16:34:38 After this operation, 13.3 MB of additional disk space will be used. 16:34:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:34:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:34:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:34:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:34:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:34:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:34:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:34:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:34:38 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:34:38 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:34:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:34:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:34:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:34:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:34:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:34:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:34:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:34:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:34:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:34:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:34:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:34:39 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:34:39 debconf: delaying package configuration, since apt-utils is not installed 16:34:39 Fetched 3533 kB in 1s (3153 kB/s) 16:34:39 (Reading database ... 12511 files and directories currently installed.) 16:34:39 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:34:39 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:34:39 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:34:39 Selecting previously unselected package udev. 16:34:39 (Reading database ... 12511 files and directories currently installed.) 16:34:39 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:34:39 Unpacking udev (237-3ubuntu10.44) ... 16:34:40 Selecting previously unselected package libfuse2:amd64. 16:34:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:34:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:34:40 Selecting previously unselected package fuse. 16:34:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:34:40 Unpacking fuse (2.9.7-1ubuntu1) ... 16:34:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:34:40 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:34:40 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:34:40 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:34:40 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:34:40 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:34:40 Selecting previously unselected package libksba8:amd64. 16:34:40 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:34:40 Unpacking libksba8:amd64 (1.3.5-2) ... 16:34:40 Selecting previously unselected package libroken18-heimdal:amd64. 16:34:40 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:40 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:40 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:34:40 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:40 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:34:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:34:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libwind0-heimdal:amd64. 16:34:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:34:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:34:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:34:41 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:34:41 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:34:41 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:41 Selecting previously unselected package libsasl2-modules-db:amd64. 16:34:41 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:34:41 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:34:41 Selecting previously unselected package libsasl2-2:amd64. 16:34:41 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:34:41 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:34:41 Selecting previously unselected package libldap-common. 16:34:41 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:34:41 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:34:42 Selecting previously unselected package libldap-2.4-2:amd64. 16:34:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:34:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:34:42 Selecting previously unselected package dirmngr. 16:34:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:34:42 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:34:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:34:42 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:34:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:34:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:34:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:34:42 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:34:42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:42 Setting up libksba8:amd64 (1.3.5-2) ... 16:34:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:34:42 Setting up udev (237-3ubuntu10.44) ... 16:34:43 invoke-rc.d: policy-rc.d denied execution of start. 16:34:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Processing triggers for systemd (237-3ubuntu10) ... 16:34:43 Setting up fuse (2.9.7-1ubuntu1) ... 16:34:43 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:34:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:34:43 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:34:43 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:34:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:34:43 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:34:43 settings in the [Install] section, and DefaultInstance for template units). 16:34:43 This means they are not meant to be enabled using systemctl. 16:34:43 Possible reasons for having this kind of units are: 16:34:43 1) A unit may be statically enabled by being symlinked from another unit's 16:34:43 .wants/ or .requires/ directory. 16:34:43 2) A unit's purpose may be to act as a helper for some other unit which has 16:34:43 a requirement dependency on it. 16:34:43 3) A unit may be started when needed via activation (socket, path, timer, 16:34:43 D-Bus, udev, scripted systemctl call, ...). 16:34:43 4) In case of template units, the unit is meant to be enabled with some 16:34:43 instance name specified. 16:34:44 Reading package lists... 16:34:44 Building dependency tree... 16:34:44 Reading state information... 16:34:44 The following additional packages will be installed: 16:34:44 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:34:44 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:34:44 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:34:44 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:34:44 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:34:44 Suggested packages: 16:34:44 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:34:44 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:34:44 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:34:44 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:34:44 systemd-container policykit-1 16:34:44 Recommended packages: 16:34:44 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:34:44 The following NEW packages will be installed: 16:34:44 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:34:44 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:34:44 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:34:44 multiarch-support openssh-client python3 python3-minimal python3.6 16:34:44 python3.6-minimal snapd squashfs-tools sudo 16:34:44 The following packages will be upgraded: 16:34:44 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:34:44 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 16:34:44 Need to get 35.2 MB of archives. 16:34:44 After this operation, 141 MB of additional disk space will be used. 16:34:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:34:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:34:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:34:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:34:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:34:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:34:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:34:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:34:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:34:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:34:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:34:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:34:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:34:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:34:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:34:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:34:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:34:45 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:34:45 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:34:45 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:34:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:34:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:34:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:34:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:34:45 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:34:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 16:34:45 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:34:45 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:34:45 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:34:45 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:34:47 debconf: delaying package configuration, since apt-utils is not installed 16:34:47 Fetched 35.2 MB in 2s (15.2 MB/s) 16:34:47 (Reading database ... 12757 files and directories currently installed.) 16:34:47 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:34:47 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:34:47 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:34:47 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:34:48 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:34:48 (Reading database ... 12757 files and directories currently installed.) 16:34:48 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:34:48 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:34:48 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:34:48 (Reading database ... 12757 files and directories currently installed.) 16:34:48 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:34:48 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:34:48 Setting up apt (1.6.12ubuntu0.2) ... 16:34:48 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:34:49 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:34:49 (Reading database ... 12764 files and directories currently installed.) 16:34:49 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:34:49 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:34:49 Selecting previously unselected package libpython3.6-minimal:amd64. 16:34:49 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:34:49 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:34:49 Selecting previously unselected package libexpat1:amd64. 16:34:49 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:34:49 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:34:49 Selecting previously unselected package python3.6-minimal. 16:34:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:34:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:34:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:34:50 Checking for services that may need to be restarted...done. 16:34:50 Checking for services that may need to be restarted...done. 16:34:50 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:34:50 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:34:50 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:34:51 Selecting previously unselected package python3-minimal. 16:34:51 (Reading database ... 13012 files and directories currently installed.) 16:34:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:34:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:34:51 Selecting previously unselected package mime-support. 16:34:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:34:51 Unpacking mime-support (3.60ubuntu1) ... 16:34:51 Selecting previously unselected package libmpdec2:amd64. 16:34:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:34:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:34:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:34:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:34:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:34:51 Selecting previously unselected package python3.6. 16:34:51 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:34:51 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:34:51 Selecting previously unselected package libpython3-stdlib:amd64. 16:34:51 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:34:51 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:34:52 Setting up python3-minimal (3.6.7-1~18.04) ... 16:34:52 Selecting previously unselected package python3. 16:34:52 (Reading database ... 13442 files and directories currently installed.) 16:34:52 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:34:52 Unpacking python3 (3.6.7-1~18.04) ... 16:34:52 Selecting previously unselected package multiarch-support. 16:34:52 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:34:52 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:34:52 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:34:52 Selecting previously unselected package liblzo2-2:amd64. 16:34:52 (Reading database ... 13479 files and directories currently installed.) 16:34:52 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:34:52 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:34:52 Selecting previously unselected package libbsd0:amd64. 16:34:52 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:34:52 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:34:52 Selecting previously unselected package sudo. 16:34:52 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 16:34:52 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 16:34:52 Selecting previously unselected package apparmor. 16:34:52 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:34:52 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:34:53 Selecting previously unselected package libedit2:amd64. 16:34:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:34:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:34:53 Selecting previously unselected package libkrb5support0:amd64. 16:34:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:34:53 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:34:53 Selecting previously unselected package libk5crypto3:amd64. 16:34:53 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:34:53 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:34:53 Selecting previously unselected package libkeyutils1:amd64. 16:34:53 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:34:53 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:34:53 Selecting previously unselected package libkrb5-3:amd64. 16:34:53 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:34:53 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:34:53 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:34:53 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:34:53 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:34:53 Selecting previously unselected package libssl1.0.0:amd64. 16:34:53 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:34:53 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:34:54 Selecting previously unselected package openssh-client. 16:34:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:34:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:34:54 Selecting previously unselected package squashfs-tools. 16:34:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:34:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:34:54 Selecting previously unselected package snapd. 16:34:54 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:34:54 Unpacking snapd (2.48+18.04) ... 16:34:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:56 ---> 0cde7bffb9ee 16:34:56 Step 3/22 : WORKDIR /edgex-go 16:34:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:34:56 ---> 0cde7bffb9ee 16:34:56 Step 3/23 : WORKDIR /edgex-go 16:34:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:56 ---> 0cde7bffb9ee 16:34:56 Step 3/22 : WORKDIR /edgex-go 16:34:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:34:56 ---> 0cde7bffb9ee 16:34:56 Step 3/21 : WORKDIR /edgex-go 16:34:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:34:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:34:56 ---> 0cde7bffb9ee 16:34:56 Step 3/26 : WORKDIR /edgex-go 16:34:56 ---> Running in 4b87962283f9 16:34:56 ---> Running in ca15f28d9f55 16:34:56 ---> Running in 63fb2ff44f57 16:34:56 ---> Running in b191fa0df601 16:34:56 ---> Running in 1846808a515a 16:34:56 Removing intermediate container 4b87962283f9 16:34:56 ---> cc82ca27a206 16:34:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:56 Removing intermediate container 1846808a515a 16:34:56 ---> 262de5eb7764 16:34:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 63fb2ff44f57 16:34:56 16:34:56 ---> 6b32af220ad2 16:34:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:56 Removing intermediate container b191fa0df601 16:34:56 ---> 92cdd0128723 16:34:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:56 Removing intermediate container ca15f28d9f55 16:34:56 ---> 464f2ee1f799 16:34:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:56 ---> Running in 96cf558fa19c 16:34:56 ---> Running in 5eed432726ab 16:34:56 ---> Running in 059e407f6b43 16:34:56 ---> Running in 7b981c07c673 16:34:56 ---> Running in 9bd1757acd5a 16:34:56 Removing intermediate container 96cf558fa19c 16:34:56 ---> 7d39479ff091 16:34:56 Step 5/26 : RUN apk add --update --no-cache make bash git 16:34:56 ---> Running in 4543c9a1e759 16:34:56 Removing intermediate container 059e407f6b43 16:34:56 ---> 4ad4857146b2 16:34:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:34:56 ---> Running in 5ed705990fd6 16:34:56 Removing intermediate container 5eed432726ab 16:34:56 ---> 05efef95d768 16:34:56 Step 5/21 : RUN apk add --update --no-cache make git 16:34:56 Removing intermediate container 7b981c07c673 16:34:56 ---> c9e32b4d8918 16:34:56 Step 5/23 : RUN apk add --update --no-cache make git 16:34:56 Removing intermediate container 9bd1757acd5a 16:34:56 ---> 8ab63ad43cdd 16:34:56 Step 5/22 : RUN apk add --update --no-cache make git 16:34:56 ---> Running in d8d4c322891d 16:34:56 ---> Running in 3ddbed91f409 16:34:56 ---> Running in 530adea6010b 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:34:57 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:34:57 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:34:57 Setting up mime-support (3.60ubuntu1) ... 16:34:57 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 16:34:57 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:34:57 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:34:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:34:57 OK: 217 MiB in 51 packages 16:34:57 OK: 217 MiB in 51 packages 16:34:57 Setting up systemd (237-3ubuntu10.44) ... 16:34:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:34:58 OK: 217 MiB in 51 packages 16:34:58 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:34:58 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:34:58 OK: 217 MiB in 51 packages 16:34:58 OK: 217 MiB in 51 packages 16:34:58 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:34:58 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:34:58 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:34:58 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:34:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:34:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:34:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:34:58 Setting up python3 (3.6.7-1~18.04) ... 16:34:58 running python rtupdate hooks for python3.6... 16:34:58 running python post-rtupdate hooks for python3.6... 16:34:59 Setting up apparmor (2.12-4ubuntu5.1) ... 16:34:59 Removing intermediate container 4543c9a1e759 16:34:59 ---> a434fde79b5f 16:34:59 Step 6/26 : COPY go.mod . 16:34:59 Removing intermediate container 5ed705990fd6 16:34:59 ---> ad2ad8c4eea4 16:34:59 Step 6/22 : COPY go.mod . 16:34:59 Removing intermediate container d8d4c322891d 16:34:59 ---> 339d3a51f6a7 16:34:59 Step 6/21 : COPY go.mod . 16:35:00 Removing intermediate container 530adea6010b 16:35:00 ---> 06ff40769eb1 16:35:00 Step 6/22 : COPY go.mod . 16:35:00 ---> 3d72fa61f269 16:35:00 Step 7/26 : RUN go mod download 16:35:00 Removing intermediate container 3ddbed91f409 16:35:00 ---> 7e4b409c86ba 16:35:00 Step 6/23 : COPY go.mod . 16:35:00 ---> Running in 2847a03ce4a2 16:35:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:35:00 ---> 7bf101404a3a 16:35:00 Step 7/22 : RUN go mod download 16:35:00 ---> 88ec265856e6 16:35:00 Step 7/21 : RUN go mod download 16:35:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:35:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:35:01 ---> Running in 694954599d3a 16:35:01 ---> Running in 105d709237de 16:35:01 Setting up snapd (2.48+18.04) ... 16:35:01 ---> 669820e7ed26 16:35:01 Step 7/22 : RUN go mod download 16:35:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:35:01 ---> Running in f78e5fc102d3 16:35:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:35:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:35:01 ---> a4b16c213bda 16:35:01 Step 7/23 : RUN go mod download 16:35:01 ---> Running in f8de45875e85 16:35:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:35:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:35:02 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:35:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:35:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:35:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:35:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:35:02 /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' 16:35:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:35:03 Processing triggers for systemd (237-3ubuntu10.44) ... 16:35:04 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:35:04 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:35:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:35:05 Removing intermediate container 2847a03ce4a2 16:35:05 ---> 25881ce76507 16:35:05 Step 8/26 : COPY . . 16:35:05 Reading package lists... 16:35:05 Removing intermediate container 694954599d3a 16:35:05 ---> 0fd93c0d894b 16:35:05 Reading package lists... 16:35:05 Step 8/22 : COPY . . 16:35:05 Removing intermediate container 105d709237de 16:35:05 ---> 389aa4307b16 16:35:05 Step 8/21 : COPY . . 16:35:05 Building dependency tree... 16:35:05 Reading state information... 16:35:05 Calculating upgrade... 16:35:06 The following packages will be upgraded: 16:35:06 advancecomp base-files bash binutils binutils-common 16:35:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:35:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:35:06 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 16:35:06 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 16:35:06 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 16:35:06 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 16:35:06 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 16:35:06 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 16:35:06 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 16:35:06 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 16:35:06 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 16:35:06 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 16:35:06 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 16:35:06 ubuntu-keyring util-linux 16:35:06 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:35:06 Need to get 63.7 MB of archives. 16:35:06 After this operation, 5203 kB of additional disk space will be used. 16:35:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:35:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:35:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:35:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:35:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:35:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:35:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:35:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:35:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:35:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:35:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:35:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:35:06 Removing intermediate container f8de45875e85 16:35:06 ---> 9ac2f64c32ad 16:35:06 Step 8/23 : COPY . . 16:35:06 Removing intermediate container f78e5fc102d3 16:35:06 ---> ba8a0e915db1 16:35:06 Step 8/22 : COPY . . 16:35:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:35:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:35:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:35:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:35:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:35:07 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:35:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 16:35:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:35:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:35:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:35:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:35:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:35:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:35:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:35:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:35:07 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:35:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:35:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:35:07 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:35:07 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:35:07 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:35:07 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:35:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:35:07 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:35:07 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:35:07 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:35:07 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:35:07 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:35:07 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:35:07 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:35:07 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:35:07 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:35:07 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:35:07 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:35:07 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:35:07 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:35:07 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:35:07 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:35:07 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:35:07 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:35:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:35:07 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:35:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:35:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:35:07 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:35:07 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:35:07 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:35:07 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:35:07 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:35:07 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:35:07 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:35:07 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:35:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:35:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:35:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:35:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:35:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:35:07 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:35:07 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:35:07 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:35:07 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:35:07 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:35:07 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:35:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:35:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:35:07 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 16:35:07 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:35:07 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:35:07 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:35:08 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:35:08 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:35:08 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:35:08 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:35:08 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:35:08 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:35:08 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:35:08 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:35:08 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:35:08 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:35:08 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:35:09 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:35:09 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:35:09 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:35:09 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:35:09 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:35:09 debconf: delaying package configuration, since apt-utils is not installed 16:35:09 Fetched 63.7 MB in 3s (20.7 MB/s) 16:35:09 (Reading database ... 13912 files and directories currently installed.) 16:35:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:35:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:35:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:35:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:35:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 16:35:10 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 16:35:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:11 (Reading database ... 13911 files and directories currently installed.) 16:35:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:35:11 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:35:12 (Reading database ... 13911 files and directories currently installed.) 16:35:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:35:12 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:35:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:12 (Reading database ... 13911 files and directories currently installed.) 16:35:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:35:12 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:35:13 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:35:13 (Reading database ... 13911 files and directories currently installed.) 16:35:13 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:35:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:35:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:35:13 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:35:13 Setting up base-files (10.1ubuntu2.10) ... 16:35:13 Installing new version of config file /etc/issue ... 16:35:13 Installing new version of config file /etc/issue.net ... 16:35:13 Installing new version of config file /etc/lsb-release ... 16:35:13 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:35:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:35:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:35:14 Removing obsolete conffile /etc/default/motd-news ... 16:35:14 (Reading database ... 13912 files and directories currently installed.) 16:35:14 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:35:14 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:35:14 Setting up bash (4.4.18-2ubuntu1.2) ... 16:35:14 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 16:35:14 (Reading database ... 13912 files and directories currently installed.) 16:35:14 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:14 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:35:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:35:14 (Reading database ... 13912 files and directories currently installed.) 16:35:14 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:35:14 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:35:14 Setting up tar (1.29b-2ubuntu0.2) ... 16:35:15 (Reading database ... 13912 files and directories currently installed.) 16:35:15 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:35:15 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:35:15 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:35:15 (Reading database ... 13912 files and directories currently installed.) 16:35:15 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:35:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:35:15 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:35:15 (Reading database ... 13912 files and directories currently installed.) 16:35:15 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:35:15 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:35:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:35:16 (Reading database ... 13912 files and directories currently installed.) 16:35:16 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:35:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:35:16 Setting up grep (3.1-2build1) ... 16:35:16 (Reading database ... 13912 files and directories currently installed.) 16:35:16 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:35:16 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:35:16 Setting up login (1:4.5-1ubuntu2) ... 16:35:16 (Reading database ... 13912 files and directories currently installed.) 16:35:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:35:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:35:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:35:16 (Reading database ... 13912 files and directories currently installed.) 16:35:16 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:35:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:35:17 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:35:17 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:35:17 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:35:17 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:35:18 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:35:18 (Reading database ... 13912 files and directories currently installed.) 16:35:18 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:35:18 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:35:19 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:35:19 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:35:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:35:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:35:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:35:19 (Reading database ... 13912 files and directories currently installed.) 16:35:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:35:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:35:20 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:35:20 (Reading database ... 13912 files and directories currently installed.) 16:35:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:35:20 (Reading database ... 13912 files and directories currently installed.) 16:35:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:35:20 (Reading database ... 13912 files and directories currently installed.) 16:35:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:35:21 (Reading database ... 13912 files and directories currently installed.) 16:35:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:35:21 (Reading database ... 13912 files and directories currently installed.) 16:35:21 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:35:21 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:35:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:35:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:35:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:35:21 (Reading database ... 13912 files and directories currently installed.) 16:35:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:35:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:35:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:35:22 (Reading database ... 13912 files and directories currently installed.) 16:35:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:22 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:22 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:35:22 (Reading database ... 13912 files and directories currently installed.) 16:35:22 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:22 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:22 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:35:22 (Reading database ... 13912 files and directories currently installed.) 16:35:22 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:23 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:35:23 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:35:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:35:24 (Reading database ... 13912 files and directories currently installed.) 16:35:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:35:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:35:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:35:24 (Reading database ... 13912 files and directories currently installed.) 16:35:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:35:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:35:24 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:35:24 (Reading database ... 13914 files and directories currently installed.) 16:35:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:35:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:35:24 Setting up debconf (1.5.66ubuntu1) ... 16:35:25 (Reading database ... 13914 files and directories currently installed.) 16:35:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:35:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:35:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:35:25 (Reading database ... 13914 files and directories currently installed.) 16:35:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:35:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:35:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:35:25 (Reading database ... 13914 files and directories currently installed.) 16:35:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:35:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:35:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:35:26 (Reading database ... 13914 files and directories currently installed.) 16:35:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:35:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:35:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:35:26 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:35:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:35:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:35:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:35:26 (Reading database ... 13914 files and directories currently installed.) 16:35:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:35:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:35:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:35:26 (Reading database ... 13914 files and directories currently installed.) 16:35:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:35:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:35:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:35:27 (Reading database ... 13914 files and directories currently installed.) 16:35:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:35:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:35:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:35:27 (Reading database ... 13914 files and directories currently installed.) 16:35:27 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:35:27 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:35:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:35:27 (Reading database ... 13914 files and directories currently installed.) 16:35:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:35:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:35:28 Setting up passwd (1:4.5-1ubuntu2) ... 16:35:28 (Reading database ... 13914 files and directories currently installed.) 16:35:28 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:35:28 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:35:28 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:35:28 (Reading database ... 13914 files and directories currently installed.) 16:35:28 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:35:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:35:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:35:28 (Reading database ... 13914 files and directories currently installed.) 16:35:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:35:29 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:35:29 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:35:29 (Reading database ... 13914 files and directories currently installed.) 16:35:29 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:35:29 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:35:29 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:35:29 (Reading database ... 13914 files and directories currently installed.) 16:35:29 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:35:29 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:35:29 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:35:29 (Reading database ... 13914 files and directories currently installed.) 16:35:29 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:35:29 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:35:29 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:35:29 (Reading database ... 13914 files and directories currently installed.) 16:35:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:35:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:35:30 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:35:30 (Reading database ... 13915 files and directories currently installed.) 16:35:30 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:35:30 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:35:30 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:35:30 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:35:30 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:35:30 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:35:30 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:35:30 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:35:30 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:35:30 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:35:31 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:35:31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:35:31 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:35:31 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:35:31 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:35:31 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:35:31 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:35:31 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:35:31 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:35:31 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:35:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:35:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:35:31 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 16:35:31 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 16:35:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:35:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:35:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:35:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:35:33 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:35:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:35:33 ---> 75e8f6fb0035 16:35:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:35:33 ---> c9153eda6f20 16:35:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:35:33 ---> f2d2fa22af6a 16:35:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:35:33 ---> 91d26ef1d51a 16:35:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:35:33 ---> Running in 3f3d0c02186d 16:35:33 ---> Running in 62f4bde9774d 16:35:33 ---> Running in 90a696767b61 16:35:33 ---> f8c2496dd5d8 16:35:33 Step 9/23 : RUN make cmd/core-command/core-command 16:35:33 ---> Running in 8247e060b3a7 16:35:33 ---> Running in 1fa8d4947ab0 16:35:33 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 16:35:33 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:35:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:35:33 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 16:35:33 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 16:35:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:35:34 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:35:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:35:34 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 16:35:34 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:35:34 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:35:34 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:34 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:34 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:34 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:34 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:34 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:35 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:35 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:36 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:36 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:37 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:37 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:37 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:37 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:38 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:35:38 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:35:38 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:35:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:35:39 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:35:39 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:35:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:35:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:35:39 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:35:39 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:35:39 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:35:39 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:35:39 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:35:39 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:35:39 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:35:39 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:35:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:35:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:35:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:35:40 Setting up tzdata (2020f-0ubuntu0.18.04) ... 16:35:40 16:35:40 Current default time zone: 'Etc/UTC' 16:35:40 Local time is now: Fri Jan 22 16:35:40 UTC 2021. 16:35:40 Universal Time is now: Fri Jan 22 16:35:40 UTC 2021. 16:35:40 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:35:40 16:35:40 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:35:40 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:40 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 16:35:40 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:35:40 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:35:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:35:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:35:40 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:35:40 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:35:40 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:35:40 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:40 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:35:40 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:35:40 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:35:41 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:41 Setting up patch (2.7.6-2ubuntu1.1) ... 16:35:41 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:35:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:35:41 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:35:41 Installing new version of config file /etc/ssl/openssl.cnf ... 16:35:41 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:35:41 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:35:41 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:35:43 Updating certificates in /etc/ssl/certs... 16:35:44 22 added, 17 removed; done. 16:35:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:35:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:35:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:35:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:35:44 Setting up pkgbinarymangler (138.18.04.1) ... 16:35:44 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:35:44 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up perl (5.26.1-6ubuntu0.5) ... 16:35:44 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:35:44 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:35:44 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:35:44 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:35:44 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:35:44 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:35:44 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:35:44 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:35:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:35:44 Processing triggers for systemd (237-3ubuntu10.44) ... 16:35:45 Processing triggers for mime-support (3.60ubuntu1) ... 16:35:45 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:35:45 Updating certificates in /etc/ssl/certs... 16:35:45 0 added, 0 removed; done. 16:35:45 Running hooks in /etc/ca-certificates/update.d... 16:35:45 done. 16:35:46 Reading package lists... 16:35:46 Building dependency tree... 16:35:46 Reading state information... 16:35:46 The following NEW packages will be installed: 16:35:46 apt-transport-https 16:35:46 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:35:46 Need to get 1696 B of archives. 16:35:46 After this operation, 153 kB of additional disk space will be used. 16:35:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:35:46 debconf: delaying package configuration, since apt-utils is not installed 16:35:46 Fetched 1696 B in 0s (27.1 kB/s) 16:35:46 Selecting previously unselected package apt-transport-https. 16:35:46 (Reading database ... 13929 files and directories currently installed.) 16:35:46 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:35:46 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:35:46 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:35:46 Waiting for network to be ready... 16:35:52 2021-01-22T16:35:49Z INFO Waiting for automatic snapd restart... 16:35:52 snapd 2.48.2 from Canonical* installed 16:35:53 "snapd" switched to the "latest/stable" channel 16:35:53 16:35:56 core18 20201210 from Canonical* installed 16:35:56 "core18" switched to the "latest/stable" channel 16:35:56 16:36:00 snapcraft 4.4.4 from Canonical* installed 16:36:00 "snapcraft" switched to the "latest/stable" channel 16:36:00 16:36:03 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: 16:36:03 - README.md 16:36:03 - snapcraft.yaml.orig 16:36:03 16:36:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:36:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:36:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:36:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:36:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:36:11 Reading package lists... 16:36:11 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 16:36:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:36:18 Reading package lists... 16:36:18 Building dependency tree... 16:36:18 Reading state information... 16:36:18 Suggested packages: 16:36:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:36:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:36:18 Recommended packages: 16:36:18 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:36:18 The following NEW packages will be installed: 16:36:18 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:36:18 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:36:18 pkg-config zip 16:36:18 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:36:18 Need to get 7655 kB of archives. 16:36:18 After this operation, 43.7 MB of additional disk space will be used. 16:36:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:36:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:36:18 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:36:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:36:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:36:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:36:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:36:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:36:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:36:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:36:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:36:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:36:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:36:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:36:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:36:18 debconf: delaying package configuration, since apt-utils is not installed 16:36:19 Fetched 7655 kB in 1s (9686 kB/s) 16:36:19 Selecting previously unselected package libglib2.0-0:amd64. 16:36:19 (Reading database ... 13933 files and directories currently installed.) 16:36:19 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:36:19 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:36:19 Selecting previously unselected package libpsl5:amd64. 16:36:19 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:36:19 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:36:19 Selecting previously unselected package libnghttp2-14:amd64. 16:36:19 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:36:19 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:36:19 Selecting previously unselected package librtmp1:amd64. 16:36:19 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:36:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:36:19 Selecting previously unselected package libcurl3-gnutls:amd64. 16:36:19 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:36:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:36:19 Selecting previously unselected package liberror-perl. 16:36:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:36:19 Unpacking liberror-perl (0.17025-1) ... 16:36:19 Selecting previously unselected package git-man. 16:36:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:36:19 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:36:19 Selecting previously unselected package git. 16:36:20 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:36:20 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:36:20 Selecting previously unselected package libnorm1:amd64. 16:36:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:36:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:36:20 Selecting previously unselected package libpgm-5.2-0:amd64. 16:36:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:36:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:36:20 Selecting previously unselected package libsodium23:amd64. 16:36:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:36:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:36:21 Selecting previously unselected package libzmq5:amd64. 16:36:21 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:36:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:36:21 Selecting previously unselected package libzmq3-dev:amd64. 16:36:21 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:36:21 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:36:21 Selecting previously unselected package pkg-config. 16:36:21 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:36:21 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:36:21 Selecting previously unselected package zip. 16:36:21 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:36:21 Unpacking zip (3.0-11build1) ... 16:36:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:36:21 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:36:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:36:21 Setting up liberror-perl (0.17025-1) ... 16:36:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:36:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:36:21 No schema files found: doing nothing. 16:36:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:36:21 Setting up zip (3.0-11build1) ... 16:36:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:36:21 Setting up libsodium23:amd64 (1.0.16-2) ... 16:36:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:36:22 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:36:22 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:36:22 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:36:22 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:36:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:36:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:36:28 git set to automatically installed. 16:36:28 git-man set to automatically installed. 16:36:28 libcurl3-gnutls set to automatically installed. 16:36:28 liberror-perl set to automatically installed. 16:36:28 libglib2.0-0 set to automatically installed. 16:36:28 libnghttp2-14 set to automatically installed. 16:36:28 libnorm1 set to automatically installed. 16:36:28 libpgm-5.2-0 set to automatically installed. 16:36:28 libpsl5 set to automatically installed. 16:36:28 librtmp1 set to automatically installed. 16:36:28 libsodium23 set to automatically installed. 16:36:28 libzmq3-dev set to automatically installed. 16:36:28 libzmq5 set to automatically installed. 16:36:28 pkg-config set to automatically installed. 16:36:28 zip set to automatically installed. 16:36:31 snapd is not logged in, snap install commands will use sudo 16:36:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:36:38 snap "core18" has no updates available 16:36:39 Pulling config-common 16:36:40 Pulling go-build-helper 16:36:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:37:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:37:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:37:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 16:37:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 16:37:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 16:37:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 16:37:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:37:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:37:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 16:37:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 16:37:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:37:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:37:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:37:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:37:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:37:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:37:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:37:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:37:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:37:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 16:37:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 16:37:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 16:37:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 16:37:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 16:37:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 16:37:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 16:37:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 16:37:02 Fetched 23.8 MB in 0s (0 B/s) 16:37:02 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:37:02 Fetched 96.5 kB in 0s (0 B/s) 16:37:02 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:37:02 Fetched 279 kB in 0s (0 B/s) 16:37:02 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:37:02 Fetched 122 kB in 0s (0 B/s) 16:37:02 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:37:02 Fetched 77.8 kB in 0s (0 B/s) 16:37:02 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:37:02 Fetched 8848 B in 0s (0 B/s) 16:37:02 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:37:02 Fetched 47.8 kB in 0s (0 B/s) 16:37:02 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:37:02 Fetched 45.6 kB in 0s (0 B/s) 16:37:02 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:37:02 Fetched 15.0 kB in 0s (0 B/s) 16:37:02 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:37:02 Fetched 214 kB in 0s (0 B/s) 16:37:02 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:37:02 Fetched 155 kB in 0s (0 B/s) 16:37:02 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:37:02 Fetched 50.6 kB in 0s (0 B/s) 16:37:02 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:37:02 Fetched 14.8 kB in 0s (0 B/s) 16:37:02 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:37:02 Fetched 41.8 kB in 0s (0 B/s) 16:37:02 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:37:02 Fetched 499 kB in 0s (0 B/s) 16:37:02 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:37:02 Fetched 111 kB in 0s (0 B/s) 16:37:02 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:37:02 Fetched 240 kB in 0s (0 B/s) 16:37:02 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:37:02 Fetched 29.3 kB in 0s (0 B/s) 16:37:02 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:37:02 Fetched 85.5 kB in 0s (0 B/s) 16:37:02 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:37:02 Fetched 24.5 kB in 0s (0 B/s) 16:37:02 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:37:02 Fetched 49.2 kB in 0s (0 B/s) 16:37:02 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:37:02 Fetched 54.2 kB in 0s (0 B/s) 16:37:02 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:37:02 Fetched 30.8 kB in 0s (0 B/s) 16:37:02 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:37:02 Fetched 17.0 kB in 0s (0 B/s) 16:37:02 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:37:02 Fetched 85.9 kB in 0s (0 B/s) 16:37:02 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:37:02 Fetched 8720 B in 0s (0 B/s) 16:37:02 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:37:02 Fetched 137 kB in 0s (0 B/s) 16:37:02 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:37:02 Fetched 119 kB in 0s (0 B/s) 16:37:02 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:37:02 Fetched 109 kB in 0s (0 B/s) 16:37:02 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:37:02 Fetched 11.1 kB in 0s (0 B/s) 16:37:02 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:37:02 Fetched 645 kB in 0s (0 B/s) 16:37:02 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:37:02 Fetched 41.3 kB in 0s (0 B/s) 16:37:02 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:37:02 Fetched 17.9 kB in 0s (0 B/s) 16:37:02 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:37:02 Fetched 368 kB in 0s (0 B/s) 16:37:02 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:37:02 Fetched 187 kB in 0s (0 B/s) 16:37:02 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:37:02 Fetched 175 kB in 0s (0 B/s) 16:37:02 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:37:04 Fetched 206 kB in 0s (0 B/s) 16:37:04 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:37:04 Fetched 1301 kB in 0s (0 B/s) 16:37:04 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:37:04 Fetched 36.2 kB in 0s (0 B/s) 16:37:04 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:37:04 Fetched 159 kB in 0s (0 B/s) 16:37:04 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:37:04 Fetched 107 kB in 0s (0 B/s) 16:37:04 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:37:04 Fetched 48.7 kB in 0s (0 B/s) 16:37:04 Pulling static-packages 16:37:05 'go115' has dependencies that need to be staged: go-build-helper static-packages 16:37:05 Skipping pull go-build-helper (already ran) 16:37:05 Skipping pull static-packages (already ran) 16:37:05 Building go-build-helper 16:37:06 Removing intermediate container 3f3d0c02186d 16:37:06 ---> 5dbaf4535e3e 16:37:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:37:06 ---> Running in cbbf53446f84 16:37:07 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 16:37:09 Building static-packages 16:37:10 Removing intermediate container 62f4bde9774d 16:37:10 ---> 8634c488203a 16:37:10 16:37:10 Step 10/22 : FROM alpine:3.12 16:37:10 3.12: Pulling from library/alpine 16:37:10 Removing intermediate container 1fa8d4947ab0 16:37:10 ---> 0f052569d1e6 16:37:10 16:37:10 Step 10/23 : FROM alpine:3.12 16:37:10 3.12: Pulling from library/alpine 16:37:10 Removing intermediate container 90a696767b61 16:37:10 ---> 83dd38259600 16:37:10 16:37:10 Removing intermediate container 8247e060b3a7 16:37:10 ---> f386deddb26e 16:37:10 16:37:10 Step 10/22 : FROM alpine:3.12 16:37:10 Step 10/21 : FROM alpine:3.12 16:37:10 3.12: Pulling from library/alpine 16:37:10 3.12: Pulling from library/alpine 16:37:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:37:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:37:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:37:11 Status: Downloaded newer image for alpine:3.12 16:37:11 Status: Image is up to date for alpine:3.12 16:37:11 Status: Image is up to date for alpine:3.12 16:37:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:37:11 Status: Image is up to date for alpine:3.12 16:37:11 ---> afeebe901d6b 16:37:11 ---> afeebe901d6b 16:37:11 Step 11/23 : RUN apk add --update --no-cache dumb-init ---> afeebe901d6b 16:37:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:37:11 16:37:11 ---> afeebe901d6b 16:37:11 Step 11/21 : RUN apk add --update --no-cache curl 16:37:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:37:11 Removing intermediate container cbbf53446f84 16:37:11 ---> 0ef6e2f3d91e 16:37:11 16:37:11 Step 11/26 : FROM docker:20.10.0 16:37:11 20.10.0: Pulling from library/docker 16:37:11 ---> Running in 643b2e1e68a2 16:37:11 ---> Running in 4f47ef221dea 16:37:11 ---> Running in 19e2dca573bf 16:37:11 ---> Running in 51dbfafc250b 16:37:11 Staging go-build-helper 16:37:12 Staging static-packages 16:37:13 Pulling go115 16:37:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:14 'edgex-go' has dependencies that need to be staged: go115 16:37:14 Skipping pull go115 (already ran) 16:37:14 Building go115 16:37:14 % Total % Received % Xferd Average Speed Time Time Time Current 16:37:14 Dload Upload Total Spent Left Speed 16:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:14 (1/1) Installing dumb-init (1.2.2-r1) 16:37:14 Executing busybox-1.31.1-r19.trigger 16:37:14 OK: 5 MiB in 15 packages 16:37:14 (1/4) Installing ca-certificates (20191127-r4) 16:37:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:37:14 (1/1) Installing dumb-init (1.2.2-r1) 16:37:14 (3/4) Installing libcurl (7.69.1-r3) 16:37:14 Executing busybox-1.31.1-r19.trigger 16:37:14 OK: 5 MiB in 15 packages 16:37:14 (4/4) Installing curl (7.69.1-r3) 16:37:14 Executing busybox-1.31.1-r19.trigger 16:37:14 Executing ca-certificates-20191127-r4.trigger 16:37:15 (1/2) Installing ca-certificates (20191127-r4) 16:37:15 (2/2) Installing dumb-init (1.2.2-r1) 16:37:15 OK: 7 MiB in 18 packages 16:37:15 Executing busybox-1.31.1-r19.trigger 16:37:15 Executing ca-certificates-20191127-r4.trigger 16:37:15 OK: 6 MiB in 16 packages 16:37:18 Removing intermediate container 643b2e1e68a2 16:37:18 ---> c9170b4cddc0 16:37:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:37:18 ---> Running in d677b2fec9b6 16:37:18 Removing intermediate container 4f47ef221dea 16:37:18 ---> d2fcfa009a76 16:37:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:37:19 ---> Running in 0742a3dfb27e 16:37:19 Removing intermediate container 19e2dca573bf 16:37:19 ---> 1c287fa2243a 16:37:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:37:19 Removing intermediate container d677b2fec9b6 16:37:19 ---> 721c0d126e8b 16:37:19 Step 13/22 : ENV APP_PORT=48085 16:37:19 Removing intermediate container 51dbfafc250b 16:37:19 ---> 0a3ffda14377 16:37:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:37:19 ---> Running in 8c3b8b0582f7 16:37:19 ---> Running in 9ec920ea4936 16:37:19 ---> Running in 870854b721dc 16:37:19 Removing intermediate container 0742a3dfb27e 16:37:19 ---> e4a3f5f4a2fe 16:37:19 Step 13/23 : ENV APP_PORT=48082 16:37:20 Removing intermediate container 8c3b8b0582f7 16:37:20 ---> c461b5f67bea 16:37:20 Step 13/21 : WORKDIR /edgex 16:37:20 ---> Running in ba4df0b61fa9 16:37:20 ---> Running in 525ddda94bd6 16:37:20 Removing intermediate container 870854b721dc 16:37:20 ---> c263e170e830 16:37:20 Step 14/22 : EXPOSE $APP_PORT 16:37:20 Removing intermediate container 9ec920ea4936 16:37:20 ---> 91ea5a6b73f1 16:37:20 Step 13/22 : ENV APP_PORT=48060 16:37:21 ---> Running in 56fc68bf3629 16:37:21 ---> Running in 989a0c8be84e 16:37:21 Removing intermediate container ba4df0b61fa9 16:37:21 ---> e3851fa640aa 16:37:21 Step 14/23 : EXPOSE $APP_PORT 16:37:21 Removing intermediate container 525ddda94bd6 16:37:21 ---> f1acac024b17 16:37:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:37:21 ---> Running in d50a09ebf632 16:37:21 Removing intermediate container 56fc68bf3629 16:37:21 ---> 363ec9f66491 16:37:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:37:22 Removing intermediate container 989a0c8be84e 16:37:22 ---> c0b0866ba5da 16:37:22 Step 14/22 : EXPOSE $APP_PORT 16:37:22 Removing intermediate container d50a09ebf632 16:37:22 ---> 3d726ffc9e73 16:37:22 Step 15/23 : WORKDIR / 16:37:22 ---> Running in b6f8c95dc328 16:37:23 ---> Running in 6bff5a6e5f1b 16:37:23 ---> 2f3baf41b5a5 16:37:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:37:23 ---> b953077e6b30 16:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:37:23 Removing intermediate container b6f8c95dc328 16:37:23 ---> b06ae1d8ad46 16:37:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:37:23 Removing intermediate container 6bff5a6e5f1b 16:37:23 ---> bfaee4d136a1 16:37:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:37:24 ---> e14a0247b263 16:37:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:37:25 ---> 24efe85735e7 16:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:37:25 ---> d17cf5d9f183 16:37:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:37:25 ---> 0a92b4a2ac46 16:37:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:37:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:37:25 Status: Downloaded newer image for docker:20.10.0 16:37:25 ---> eeaf43b92773 16:37:25 Step 12/26 : RUN apk add --no-cache bash 16:37:26 ---> Running in 2419a3198dd5 16:37:27 ---> f245d87357d6 16:37:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:37:27 ---> 937a548d5f82 16:37:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:37:27 ---> Running in 2a3e9e9325e1 16:37:27 ---> Running in 55373d1429df 16:37:27 ---> 3084ade91244 16:37:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:37:27 ---> b8b0c2796434 16:37:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:28 Removing intermediate container 2a3e9e9325e1 16:37:28 ---> 5b2784a09340 16:37:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:28 ---> Running in c5bcf0cda637 16:37:28 Removing intermediate container 55373d1429df 16:37:28 ---> 00423d7f9f62 16:37:28 Step 18/21 : CMD ["--init=true"] 16:37:28 (1/2) Installing readline (8.0.4-r0) 16:37:28 (2/2) Installing bash (5.0.17-r0) 16:37:28 Executing bash-5.0.17-r0.post-install 16:37:28 Executing busybox-1.31.1-r19.trigger 16:37:28 OK: 12 MiB in 22 packages 16:37:29 ---> Running in 92b5f30b09d6 16:37:29 ---> e7195202accd 16:37:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:37:29 ---> e25d24416781 16:37:29 Step 19/23 : ENTRYPOINT ["/core-command"] 16:37:29 Removing intermediate container c5bcf0cda637 16:37:29 ---> b9e0dadcdff9 16:37:29 Step 20/22 : LABEL arch=arm64 16:37:29 ---> Running in 1bb00f18f3e2 16:37:29 ---> Running in 4c9027f3ca0b 16:37:29 ---> Running in e9f4c40885b9 16:37:29 Removing intermediate container 92b5f30b09d6 16:37:29 ---> a5adac95a9e1 16:37:29 Step 19/21 : LABEL arch=arm64 16:37:29 ---> Running in 5ee6fa6d9504 16:37:30 Removing intermediate container 4c9027f3ca0b 16:37:30 ---> 6f8d17ef25d4 16:37:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:30 Removing intermediate container e9f4c40885b9 16:37:30 ---> 58b792d29a54 16:37:30 Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:37:30 Removing intermediate container 1bb00f18f3e2 16:37:30 ---> 52aa91756b93 16:37:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:30 ---> Running in e949680602ec 16:37:30 ---> Running in 918b0fb3f84a 16:37:30 ---> Running in 7be094dfccd1 16:37:30 Removing intermediate container 2419a3198dd5 16:37:30 ---> 69512df13aca 16:37:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:37:30 Removing intermediate container 5ee6fa6d9504 16:37:30 ---> 123d6ed161cf 16:37:30 Step 20/21 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:37:31 ---> Running in 080a1648a245 16:37:31 ---> Running in 592cc66fae9b 16:37:31 Removing intermediate container e949680602ec 16:37:31 ---> 262a2b0898ee 16:37:31 Step 20/22 : LABEL arch=arm64 16:37:31 Removing intermediate container 918b0fb3f84a 16:37:31 ---> 85f4ccc4129e 16:37:31 Step 21/23 : LABEL arch=arm64 16:37:31 ---> Running in 253397d201c0 16:37:31 Removing intermediate container 7be094dfccd1 16:37:31 ---> ed1c7a30b90f 16:37:31 Step 22/22 : LABEL version=0.0.0 16:37:31 ---> Running in caed4a517ed1 16:37:31 ---> Running in 82a8548c8535 16:37:31 Removing intermediate container 080a1648a245 16:37:31 ---> 24ddc6d41aa2 16:37:31 Step 14/26 : ENV APP_PORT=48090 16:37:31 Removing intermediate container 592cc66fae9b 16:37:31 ---> cab0aebf580e 16:37:31 Step 21/21 : LABEL version=0.0.0 16:37:31 ---> Running in c77612acb909 16:37:31 ---> Running in 311a2d55a582 16:37:32 Removing intermediate container 253397d201c0 16:37:32 ---> 10762422fb5a 16:37:32 Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:37:32 Removing intermediate container caed4a517ed1 16:37:32 ---> 46c1b2820b3b 16:37:32 Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:37:32 ---> Running in d61b634312f7 16:37:32 ---> Running in 41cdb8d22786 16:37:32 Removing intermediate container 82a8548c8535 16:37:32 ---> cf1c5aa9666e 16:37:32 16:37:32 Removing intermediate container c77612acb909 16:37:32 ---> 3825684bb2a2 16:37:32 Step 15/26 : EXPOSE $APP_PORT 16:37:32 Removing intermediate container 311a2d55a582 16:37:32 ---> 6a662a3989b2 16:37:32 16:37:32 Successfully built cf1c5aa9666e 16:37:32 ---> Running in 0ba5a3cfe14f 16:37:32 Successfully tagged docker-support-scheduler-go-arm64:latest 16:37:32 Removing intermediate container d61b634312f7 16:37:32 Building docker-security-bootstrapper-go 16:37:32 ---> 14cf0e6b69ab 16:37:32  Building docker-support-scheduler-go ... done Step 22/22 : LABEL version=0.0.0 16:37:33 Removing intermediate container 41cdb8d22786 16:37:33 ---> e53d34c7cd3f 16:37:33 Step 23/23 : LABEL version=0.0.0 16:37:33 ---> Running in 967a53cb92bb 16:37:33 Successfully built 6a662a3989b2 16:37:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:37:33 Building docker-core-data-go 16:37:33  Building docker-security-proxy-setup-go ... done  ---> Running in 7e719f9063d7 16:37:33 Removing intermediate container 0ba5a3cfe14f 16:37:33 ---> 98b15d92fe14 16:37:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:37:34 Removing intermediate container 967a53cb92bb 16:37:34 ---> 9a3bb7491097 16:37:34 16:37:34 Removing intermediate container 7e719f9063d7 16:37:34 ---> 91748f20c94c 16:37:34 16:37:34 Successfully built 9a3bb7491097 16:37:34 Successfully tagged docker-support-notifications-go-arm64:latest 16:37:34  Building docker-support-notifications-go ... done Building docker-core-metadata-go 16:37:34 Successfully built 91748f20c94c 16:37:34 Successfully tagged docker-core-command-go-arm64:latest 16:37:34 Building docker-security-secretstore-setup-go 16:37:35  Building docker-core-command-go ... done  ---> 8acace5bb603 16:37:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:37:35 ---> 45680186e4d6 16:37:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:37:36 ---> 389baff6ab56 16:37:36 Step 19/26 : RUN apk --no-cache add py3-pip 16:37:36 ---> Running in 7564cd0a1d4d 16:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:38 (1/33) Installing libbz2 (1.0.8-r1) 16:37:38 (2/33) Installing expat (2.2.9-r1) 16:37:38 (3/33) Installing libffi (3.3-r2) 16:37:38 (4/33) Installing gdbm (1.13-r1) 16:37:38 (5/33) Installing xz-libs (5.2.5-r0) 16:37:38 (6/33) Installing sqlite-libs (3.32.1-r0) 16:37:38 (7/33) Installing python3 (3.8.5-r0) 16:37:40 (8/33) Installing py3-appdirs (1.4.4-r1) 16:37:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:37:40 (10/33) Installing py3-parsing (2.4.7-r0) 16:37:40 (11/33) Installing py3-six (1.15.0-r0) 16:37:40 (12/33) Installing py3-packaging (20.4-r0) 16:37:40 (13/33) Installing py3-setuptools (47.0.0-r0) 16:37:40 (14/33) Installing py3-chardet (3.0.4-r4) 16:37:40 (15/33) Installing py3-idna (2.9-r0) 16:37:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:37:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:37:41 (18/33) Installing py3-requests (2.23.0-r0) 16:37:41 (19/33) Installing py3-msgpack (1.0.0-r0) 16:37:41 (20/33) Installing py3-lockfile (0.12.2-r3) 16:37:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:37:41 (22/33) Installing py3-colorama (0.4.3-r0) 16:37:41 (23/33) Installing py3-distlib (0.3.0-r0) 16:37:41 (24/33) Installing py3-distro (1.5.0-r1) 16:37:41 (25/33) Installing py3-webencodings (0.5.1-r3) 16:37:41 (26/33) Installing py3-html5lib (1.0.1-r4) 16:37:41 (27/33) Installing py3-pytoml (0.1.21-r0) 16:37:41 (28/33) Installing py3-pep517 (0.8.2-r0) 16:37:41 (29/33) Installing py3-progress (1.5-r0) 16:37:41 (30/33) Installing py3-toml (0.10.1-r0) 16:37:41 (31/33) Installing py3-retrying (1.3.3-r0) 16:37:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:37:41 (33/33) Installing py3-pip (20.1.1-r0) 16:37:41 Executing busybox-1.31.1-r19.trigger 16:37:41 OK: 71 MiB in 55 packages 16:37:54 Removing intermediate container 7564cd0a1d4d 16:37:54 ---> deea5bf6403f 16:37:54 Step 20/26 : RUN pip install docker-compose==1.23.2 16:37:54 ---> Running in 1a57c1de8f70 16:38:00 Collecting docker-compose==1.23.2 16:38:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:38:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:38:00 Collecting websocket-client<1.0,>=0.32.0 16:38:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:38:00 Collecting jsonschema<3,>=2.5.1 16:38:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:38:01 Collecting PyYAML<4,>=3.10 16:38:01 Downloading PyYAML-3.13.tar.gz (270 kB) 16:38:05 Collecting docopt<0.7,>=0.6.1 16:38:05 Downloading docopt-0.6.2.tar.gz (25 kB) 16:38:07 Collecting cached-property<2,>=1.2.0 16:38:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:38:08 Collecting docker<4.0,>=3.6.0 16:38:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:38:09 Collecting texttable<0.10,>=0.9.0 16:38:09 Downloading texttable-0.9.1.tar.gz (11 kB) 16:38:11 Collecting dockerpty<0.5,>=0.4.1 16:38:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:38:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:38:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:38:14 Collecting docker-pycreds>=0.4.0 16:38:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:38:15 Collecting idna<2.8,>=2.5 16:38:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:38:15 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) 16:38:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 18.5M 0 0 20.8M 0 0:00:05 --:--:-- 0:00:05 20.8M 52 115M 52 60.1M 0 0 31.8M 0 0:00:03 0:00:01 0:00:02 31.8M 67 115M 67 78.0M 0 0 24.6M 0 0:00:04 0:00:03 0:00:01 24.6M 67 115M 67 78.0M 0 0 18.7M 0 0:00:06 0:00:04 0:00:02 18.7M 67 115M 67 78.0M 0 0 15.0M 0 0:00:07 0:00:05 0:00:02 15.0M 67 115M 67 78.0M 0 0 12.6M 0 0:00:09 0:00:06 0:00:03 11.2M 67 115M 67 78.0M 0 0 10.8M 0 0:00:10 0:00:07 0:00:03 3469k 67 115M 67 78.0M 0 0 9772k 0 0:00:12 0:00:08 0:00:04 0 67 115M 67 78.0M 0 0 8706k 0 0:00:13 0:00:09 0:00:04 0 67 115M 67 78.0M 0 0 7850k 0 0:00:15 0:00:10 0:00:05 0 67 115M 67 78.0M 0 0 7147k 0 0:00:16 0:00:11 0:00:05 0 67 115M 67 78.0M 0 0 6559k 0 0:00:18 0:00:12 0:00:06 0 67 115M 67 78.0M 0 0 6061k 0 0:00:19 0:00:13 0:00:06 0 67 115M 67 78.0M 0 0 5633k 0 0:00:21 0:00:14 0:00:07 0 67 115M 67 78.0M 0 0 5262k 0 0:00:22 0:00:15 0:00:07 0 67 115M 67 78.0M 0 0 4936k 0 0:00:23 0:00:16 0:00:07 0 67 115M 67 78.0M 0 0 4649k 0 0:00:25 0:00:17 0:00:08 0 67 115M 67 78.0M 0 0 4393k 0 0:00:26 0:00:18 0:00:08 0 67 115M 67 78.0M 0 0 4164k 0 0:00:28 0:00:19 0:00:09 0 67 115M 67 78.0M 0 0 3957k 0 0:00:29 0:00:20 0:00:09 0 67 115M 67 78.0M 0 0 3770k 0 0:00:31 0:00:21 0:00:10 0 67 115M 67 78.0M 0 0 3600k 0 0:00:32 0:00:22 0:00:10 0 67 115M 67 78.0M 0 0 3444k 0 0:00:34 0:00:23 0:00:11 0 67 115M 67 78.0M 0 0 3302k 0 0:00:35 0:00:24 0:00:11 0 67 115M 67 78.0M 0 0 3171k 0 0:00:37 0:00:25 0:00:12 0 67 115M 67 78.0M 0 0 3049k 0 0:00:38 0:00:26 0:00:12 0 67 115M 67 78.0M 0 0 2937k 0 0:00:40 0:00:27 0:00:13 0 67 115M 67 78.0M 0 0 2833k 0 0:00:41 0:00:28 0:00:13 0 67 115M 67 78.0M 0 0 2736k 0 0:00:43 0:00:29 0:00:14 0 67 115M 67 78.0M 0 0 2645k 0 0:00:44 0:00:30 0:00:14 0 67 115M 67 78.0M 0 0 2560k 0 0:00:46 0:00:31 0:00:15 0 67 115M 67 78.0M 0 0 2481k 0 0:00:47 0:00:32 0:00:15 0 67 115M 67 78.0M 0 0 2406k 0 0:00:49 0:00:33 0:00:16 0 67 115M 67 78.0M 0 0 2335k 0 0:00:50 0:00:34 0:00:16 0 67 115M 67 78.0M 0 0 2269k 0 0:00:52 0:00:35 0:00:17 0 67 115M 67 78.0M 0 0 2206k 0 0:00:53 0:00:36 0:00:17 0 67 115M 67 78.0M 0 0 2147k 0 0:00:55 0:00:37 0:00:18 0 67 115M 67 78.0M 0 0 2091k 0 0:00:56 0:00:38 0:00:18 0 67 115M 67 78.0M 0 0 2037k 0 0:00:58 0:00:39 0:00:19 0 67 115M 67 78.0M 0 0 1987k 0 0:00:59 0:00:40 0:00:19 0 67 115M 67 78.0M 0 0 1938k 0 0:01:01 0:00:41 0:00:20 0 67 115M 67 78.0M 0 0 1892k 0 0:01:02 0:00:42 0:00:20 0 67 115M 67 78.0M 0 0 1848k 0 0:01:03 0:00:43 0:00:20 0 67 115M 67 78.0M 0 0 1807k 0 0:01:05 0:00:44 0:00:21 0 67 115M 67 78.0M 0 0 1767k 0 0:01:06 0:00:45 0:00:21 0 67 115M 67 78.0M 0 0 1728k 0 0:01:08 0:00:46 0:00:22 0 67 115M 67 78.0M 0 0 1692k 0 0:01:09 0:00:47 0:00:22 0 67 115M 67 78.0M 0 0 1657k 0 0:01:11 0:00:48 0:00:23 0 67 115M 67 78.0M 0 0 1623k 0 0:01:12 0:00:49 0:00:23 0 67 115M 67 78.0M 0 0 1590k 0 0:01:14 0:00:50 0:00:24 0 67 115M 67 78.0M 0 0 1559k 0 0:01:15 0:00:51 0:00:24 0 67 115M 67 78.0M 0 0 1529k 0 0:01:17 0:00:52 0:00:25 0 67 115M 67 78.0M 0 0 1501k 0 0:01:18 0:00:53 0:00:25 0 67 115M 67 78.0M 0 0 1473k 0 0:01:20 0:00:54 0:00:26 0 67 115M 67 78.0M 0 0 1446k 0 0:01:21 0:00:55 0:00:26 0 67 115M 67 78.0M 0 0 1421k 0 0:01:23 0:00:56 0:00:27 0 67 115M 67 78.0M 0 0 1396k 0 0:01:24 0:00:57 0:00:27 0 67 115M 67 78.0M 0 0 1372k 0 0:01:26 0:00:58 0:00:28 0 67 115M 67 78.0M 0 0 1348k 0 0:01:27 0:00:59 0:00:28 0 67 115M 67 78.0M 0 0 1326k 0 0:01:29 0:01:00 0:00:29 0 67 115M 67 78.0M 0 0 1311k 0 0:01:30 0:01:00 0:00:30 3463 100 115M 100 115M 0 0 1916k 0 0:01:01 0:01:01 --:--:-- 8544k 16:38:16 Collecting urllib3<1.25,>=1.21.1 16:38:16 go1.15.2.linux-amd64.tar.gz: OK 16:38:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:38:16 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) 16:38:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:38:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:38:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:38:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:38:17 Installing collected packages: websocket-client, jsonschema, PyYAML, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, docker-compose 16:38:18 Running setup.py install for PyYAML: started 16:38:20 Staging go115 16:38:20 Running setup.py install for PyYAML: finished with status 'done' 16:38:20 Running setup.py install for docopt: started 16:38:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:38:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:38:21 ---> 0cde7bffb9ee 16:38:21 Step 3/24 : WORKDIR /edgex-go 16:38:21 ---> Using cache 16:38:21 ---> 464f2ee1f799 16:38:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:21 ---> Using cache 16:38:21 ---> 8ab63ad43cdd 16:38:21 Step 5/24 : RUN apk add --update --no-cache make git 16:38:21 ---> Using cache 16:38:21 ---> 06ff40769eb1 16:38:22 Step 6/24 : COPY go.mod . 16:38:22 ---> Using cache 16:38:22 ---> 669820e7ed26 16:38:22 Step 7/24 : RUN go mod download 16:38:22 ---> Using cache 16:38:22 ---> ba8a0e915db1 16:38:22 Step 8/24 : COPY . . 16:38:22 ---> Using cache 16:38:22 ---> 91d26ef1d51a 16:38:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:38:22 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:38:22 Step 2/33 : FROM ${BUILDER_BASE} AS builder 16:38:22 ---> 0cde7bffb9ee 16:38:22 Step 3/33 : WORKDIR /edgex-go 16:38:22 ---> Using cache 16:38:22 ---> 464f2ee1f799 16:38:22 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:22 ---> Using cache 16:38:22 ---> 8ab63ad43cdd 16:38:22 Step 5/33 : RUN apk add --update --no-cache make git 16:38:22 ---> Using cache 16:38:22 ---> 06ff40769eb1 16:38:22 Step 6/33 : COPY go.mod . 16:38:22 ---> Using cache 16:38:22 ---> 669820e7ed26 16:38:22 Step 7/33 : RUN go mod download 16:38:22 ---> Using cache 16:38:22 ---> ba8a0e915db1 16:38:22 Step 8/33 : COPY . . 16:38:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:38:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:38:22 ---> 0cde7bffb9ee 16:38:22 Step 3/23 : WORKDIR /edgex-go 16:38:22 ---> Using cache 16:38:22 ---> 464f2ee1f799 16:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:22 ---> Using cache 16:38:22 ---> 8ab63ad43cdd 16:38:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:38:22 ---> Using cache 16:38:22 ---> 91d26ef1d51a 16:38:22 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 16:38:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:38:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:38:22 ---> 0cde7bffb9ee 16:38:22 Step 3/23 : WORKDIR /edgex-go 16:38:22 ---> Using cache 16:38:22 ---> 464f2ee1f799 16:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:22 ---> Using cache 16:38:22 ---> 8ab63ad43cdd 16:38:22 Step 5/23 : RUN apk add --update --no-cache make git 16:38:22 ---> Using cache 16:38:22 ---> 06ff40769eb1 16:38:22 Step 6/23 : COPY go.mod . 16:38:22 ---> Using cache 16:38:22 ---> 669820e7ed26 16:38:22 Step 7/23 : RUN go mod download 16:38:22 ---> Using cache 16:38:22 ---> ba8a0e915db1 16:38:22 Step 8/23 : COPY . . 16:38:22 Running setup.py install for docopt: finished with status 'done' 16:38:22 ---> Using cache 16:38:22 ---> 91d26ef1d51a 16:38:22 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:38:24 Attempting uninstall: idna 16:38:24 Found existing installation: idna 2.9 16:38:24 Uninstalling idna-2.9: 16:38:24 Successfully uninstalled idna-2.9 16:38:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:38:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:38:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:38:25 Fetched 0 B in 0s (0 B/s) 16:38:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:38:25 Fetched 224 kB in 0s (0 B/s) 16:38:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:38:25 Fetched 157 kB in 0s (0 B/s) 16:38:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:38:25 Fetched 221 kB in 0s (0 B/s) 16:38:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:38:25 Fetched 143 kB in 0s (0 B/s) 16:38:25 Pulling edgex-go 16:38:26 Pulling version 16:38:26 Attempting uninstall: urllib3 16:38:26 Found existing installation: urllib3 1.25.9 16:38:26 Uninstalling urllib3-1.25.9: 16:38:26 Successfully uninstalled urllib3-1.25.9 16:38:27 Building config-common 16:38:27 Attempting uninstall: requests 16:38:27 Found existing installation: requests 2.23.0 16:38:27 Uninstalling requests-2.23.0: 16:38:27 Successfully uninstalled requests-2.23.0 16:38:27 ---> Running in 3cb28c3db578 16:38:27 ---> Running in 5873a367a3b8 16:38:27 ---> Running in c15b23bd00a7 16:38:27 ---> Running in ab2c30354d6e 16:38:28 Running setup.py install for texttable: started 16:38:28 Skipping build go-build-helper (already ran) 16:38:28 Skipping build static-packages (already ran) 16:38:28 Skipping build go115 (already ran) 16:38:28 Building edgex-go 16:38:29 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 16:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:38:30 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 16:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:30 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 16:38:30 go: downloading github.com/gorilla/mux v1.8.0 16:38:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 16:38:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 16:38:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:38:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 16:38:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:38:30 go: downloading github.com/pelletier/go-toml v1.2.0 16:38:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 16:38:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 16:38:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:38:30 go: downloading github.com/google/uuid v1.1.5 16:38:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:38:30 go: downloading github.com/pebbe/zmq4 v1.2.2 16:38:30 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 16:38:30 go: downloading github.com/hashicorp/consul/api v1.1.0 16:38:30 go: downloading github.com/x448/float16 v0.8.4 16:38:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:38:30 go: downloading github.com/go-kit/kit v0.8.0 16:38:30 go: downloading github.com/pkg/errors v0.8.1 16:38:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:38:31 go: downloading github.com/BurntSushi/toml v0.3.1 16:38:31 go: downloading github.com/imdario/mergo v0.3.11 16:38:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:38:31 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:38:31 go: downloading gopkg.in/yaml.v2 v2.4.0 16:38:31 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:38:31 go: downloading github.com/hashicorp/serf v0.8.2 16:38:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:38:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:38:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:38:31 go: downloading github.com/go-playground/universal-translator v0.17.0 16:38:31 go: downloading github.com/leodido/go-urn v1.2.0 16:38:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:38:31 go: downloading github.com/mitchellh/copystructure v1.0.0 16:38:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:38:31 go: downloading github.com/go-playground/locales v0.13.0 16:38:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:38:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:38:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:38:31 Running setup.py install for texttable: finished with status 'done' 16:38:31 Running setup.py install for dockerpty: started 16:38:31 OK: 217 MiB in 51 packages 16:38:33 Removing intermediate container ab2c30354d6e 16:38:33 ---> 1aa020883c61 16:38:33 Step 6/23 : COPY go.mod . 16:38:34 Running setup.py install for dockerpty: finished with status 'done' 16:38:34 ---> 18e5376b3023 16:38:34 Step 7/23 : RUN go mod download 16:38:35 ---> Running in a22beb0b7b5c 16:38:35 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 16:38:39 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 16:38:41 Removing intermediate container a22beb0b7b5c 16:38:41 ---> 82a5cfd277d4 16:38:41 Step 8/23 : COPY . . 16:38:41 Removing intermediate container 1a57c1de8f70 16:38:41 ---> 01ea6e462542 16:38:41 Step 21/26 : RUN apk --no-cache add curl 16:38:41 ---> Running in 41a7448bf2a6 16:38:42 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 16:38:43 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 16:38:44 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 16:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:44 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 16:38:44 go: downloading github.com/stretchr/testify v1.6.1 16:38:45 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:38:45 go: downloading github.com/pmezard/go-difflib v1.0.0 16:38:45 go: downloading github.com/davecgh/go-spew v1.1.1 16:38:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:38:45 (2/3) Installing libcurl (7.69.1-r3) 16:38:45 (3/3) Installing curl (7.69.1-r3) 16:38:45 Executing busybox-1.31.1-r19.trigger 16:38:45 OK: 71 MiB in 58 packages 16:38:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:38:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:38:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:38:47 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 16:38:48 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 16:38:48 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:38:49 Removing intermediate container 41a7448bf2a6 16:38:49 ---> 538f90e98632 16:38:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:38:49 ---> Running in 4b2bd7a1531b 16:38:49 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 16:38:50 Removing intermediate container 4b2bd7a1531b 16:38:50 ---> a68fd24e59e6 16:38:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:38:50 ---> Running in aef9f289a193 16:38:50 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 16:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:38:51 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:38:52 Removing intermediate container aef9f289a193 16:38:52 ---> 32df0a3d38ca 16:38:52 Step 24/26 : LABEL arch=arm64 16:38:52 ---> Running in 9b59013a3336 16:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:38:52 go: downloading github.com/lib/pq v1.9.0 16:38:53 Removing intermediate container 9b59013a3336 16:38:53 ---> c1c9a95cdcf2 16:38:53 Step 25/26 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:38:54 ---> Running in 425be0904557 16:38:55 Removing intermediate container 425be0904557 16:38:55 ---> 7047a84134ae 16:38:55 Step 26/26 : LABEL version=0.0.0 16:38:55 Building version 16:38:55 ---> Running in 3595cccd7232 16:38:56 Removing intermediate container 3595cccd7232 16:38:56 ---> d2f55df54c6a 16:38:56 16:38:57 Staging config-common 16:38:57 Successfully built d2f55df54c6a 16:38:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:38:58 Skipping stage go-build-helper (already ran) 16:38:58 Skipping stage static-packages (already ran) 16:38:58 Skipping stage go115 (already ran) 16:38:58 Staging edgex-go 16:38:59 Staging version 16:38:59 Priming config-common 16:39:00 Priming go-build-helper 16:39:01  Building docker-sys-mgmt-agent-go ... done  ---> 0aeaa18e0ce0 16:39:01 Step 9/23 : RUN make cmd/core-data/core-data 16:39:01 ---> Running in be0a171097a8 16:39:01 Priming static-packages 16:39:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:39:03 Priming go115 16:39:04 Priming edgex-go 16:39:06 Priming version 16:39:06 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:39:41 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 16:39:41 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 16:39:50 Removing intermediate container c15b23bd00a7 16:39:50 ---> b9e8359c6eff 16:39:50 16:39:50 Step 10/24 : FROM alpine:3.12 16:39:50 ---> afeebe901d6b 16:39:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:39:50 ---> Running in 8d1ca2750dd6 16:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:53 (1/5) Installing ca-certificates (20191127-r4) 16:39:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:39:53 (3/5) Installing libcurl (7.69.1-r3) 16:39:53 (4/5) Installing curl (7.69.1-r3) 16:39:53 (5/5) Installing dumb-init (1.2.2-r1) 16:39:53 Executing busybox-1.31.1-r19.trigger 16:39:53 Executing ca-certificates-20191127-r4.trigger 16:39:53 OK: 7 MiB in 19 packages 16:39:56 Removing intermediate container 8d1ca2750dd6 16:39:56 ---> 94c2bebb7191 16:39:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:39:56 ---> Running in 924b2efd0726 16:39:57 Removing intermediate container 924b2efd0726 16:39:57 ---> 8ace79d8f9e3 16:39:57 Step 13/24 : WORKDIR / 16:39:57 ---> Running in a99e2bd8f52b 16:39:58 Removing intermediate container a99e2bd8f52b 16:39:58 ---> edda9b65e1bb 16:39:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:40:00 ---> a25302c6153f 16:40:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:40:02 ---> 2bea285e2096 16:40:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:40:03 Removing intermediate container 3cb28c3db578 16:40:03 ---> a0ec42ca28d2 16:40:03 16:40:03 Step 10/33 : FROM alpine:3.12 16:40:03 ---> afeebe901d6b 16:40:03 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 16:40:03 ---> Running in 08f365a833f6 16:40:03 ---> b4f05c271984 16:40:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:40:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:06 ---> 99c2b3b22dbc 16:40:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:06 (1/3) Installing dumb-init (1.2.2-r1) 16:40:06 (2/3) Installing openssl (1.1.1i-r0) 16:40:06 (3/3) Installing su-exec (0.2-r1) 16:40:06 Executing busybox-1.31.1-r19.trigger 16:40:06 OK: 6 MiB in 17 packages 16:40:07 ---> 1ab4e4539d89 16:40:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:40:09 Removing intermediate container 08f365a833f6 16:40:09 ---> 52aca879b9a2 16:40:09 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:40:09 ---> 56934a9080b3 16:40:09 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/ 16:40:09 ---> Running in b17e07a6d122 16:40:10 ---> Running in d4b9a03a909e 16:40:10 Removing intermediate container b17e07a6d122 16:40:10 ---> f75b8d7d1fef 16:40:10 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 16:40:11 ---> Running in 2b85e56fcfce 16:40:12 Removing intermediate container 2b85e56fcfce 16:40:12 ---> bb6f6f8bd09c 16:40:12 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 16:40:13 ---> Running in 5d1e22f6dbf6 16:40:14 Removing intermediate container 5873a367a3b8 16:40:14 ---> 3a68de1c343a 16:40:14 16:40:14 Step 10/23 : FROM alpine:3.12 16:40:14 ---> afeebe901d6b 16:40:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:40:14 ---> Using cache 16:40:14 ---> d2fcfa009a76 16:40:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:40:14 ---> Using cache 16:40:14 ---> e4a3f5f4a2fe 16:40:14 Step 13/23 : ENV APP_PORT=48081 16:40:14 ---> Running in e548f1344ece 16:40:14 Removing intermediate container d4b9a03a909e 16:40:14 ---> 65e68d7a6655 16:40:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:40:15 Connecting to github.com (140.82.114.4:443) 16:40:15  ---> Running in e8f97b363a5d 16:40:15 Removing intermediate container e548f1344ece 16:40:15 ---> 3044ac8a34ee 16:40:15 Step 14/23 : EXPOSE $APP_PORT 16:40:15 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.77.52:443) 16:40:15  ---> Running in 8955e4d172f5 16:40:15 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 16:40:15 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 16:40:15 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 16:40:15 dockerize 16:40:16 Removing intermediate container e8f97b363a5d 16:40:16 ---> e82ace9673c3 16:40:16 Step 22/24 : LABEL arch=arm64 16:40:16 ---> Running in 08bc8e065b0d 16:40:16 Removing intermediate container 8955e4d172f5 16:40:16 ---> a7af968c74fc 16:40:16 Step 15/23 : WORKDIR / 16:40:16 ---> Running in aa15a4e6fe8c 16:40:16 Removing intermediate container 08bc8e065b0d 16:40:16 ---> 24134b1672bf 16:40:16 Step 23/24 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:40:17 ---> Running in ad61189b4168 16:40:17 Removing intermediate container aa15a4e6fe8c 16:40:17 ---> e9e002ec5643 16:40:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:18 Removing intermediate container 5d1e22f6dbf6 16:40:18 ---> 87d678ec9f79 16:40:18 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 16:40:18 Removing intermediate container ad61189b4168 16:40:18 ---> bfe99fffc430 16:40:18 Step 24/24 : LABEL version=0.0.0 16:40:18 ---> Running in 4e42d8930e63 16:40:18 ---> 71a7a09e4dfc 16:40:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:40:18 ---> Running in e7ac57d8ab80 16:40:18 Removing intermediate container 4e42d8930e63 16:40:18 ---> 83cfc644da6c 16:40:18 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:40:19 Removing intermediate container e7ac57d8ab80 16:40:19 ---> 7a03748ac0ac 16:40:19 16:40:19 ---> Running in d7341a815c6b 16:40:19 Successfully built 7a03748ac0ac 16:40:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:40:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container d7341a815c6b 16:40:20 ---> 747303e678f5 16:40:20 ---> 730dfe60d530 16:40:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:40:20 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 16:40:20 ---> Running in b2964f496e64 16:40:21 ---> c05aed9bb50d 16:40:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:40:21 ---> Running in 808e3c6796bc 16:40:21 Move dockerize executable 16:40:21 Removing intermediate container 808e3c6796bc 16:40:21 ---> 7426e17ddd9c 16:40:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:22 ---> Running in 6a0d593b1593 16:40:23 Removing intermediate container 6a0d593b1593 16:40:23 ---> ab8ecad74896 16:40:23 Step 21/23 : LABEL arch=arm64 16:40:23 ---> Running in 7f30b22a3031 16:40:23 Removing intermediate container b2964f496e64 16:40:23 ---> a9596ccd77c2 16:40:23 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 16:40:23 ---> Running in 12dd0cafd6eb 16:40:24 Removing intermediate container 7f30b22a3031 16:40:24 ---> 3931cf7d9870 16:40:24 Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:40:24 Removing intermediate container 12dd0cafd6eb 16:40:24 ---> c215e272b384 16:40:24 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:40:24 ---> Running in 951d7c6f4bc2 16:40:24 Removing intermediate container 951d7c6f4bc2 16:40:24 ---> d169c2f03809 16:40:24 Step 23/23 : LABEL version=0.0.0 16:40:24 ---> Running in 5095f393289e 16:40:24 ---> 67ee1c70eb8b 16:40:24 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:40:25 ---> Running in 1469c22d2fb2 16:40:25 Removing intermediate container 5095f393289e 16:40:25 ---> f9b4cc791a85 16:40:25 16:40:26 Successfully built f9b4cc791a85 16:40:26 Successfully tagged docker-core-metadata-go-arm64:latest 16:40:27  Building docker-core-metadata-go ... done Removing intermediate container 1469c22d2fb2 16:40:27 ---> 87cb5b708fb8 16:40:27 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:29 ---> 7ae0b0064793 16:40:29 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:40:29 Removing intermediate container be0a171097a8 16:40:29 ---> 0a37e7cc5219 16:40:29 16:40:29 Step 10/23 : FROM alpine:3.12 16:40:29 ---> afeebe901d6b 16:40:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:40:29 ---> ef25a9af3132 16:40:29 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:40:29 ---> Running in 24074f9b655c 16:40:30 Removing intermediate container 24074f9b655c 16:40:30 ---> 6b2217be2031 16:40:30 Step 12/23 : ENV APP_PORT=48080 16:40:30 ---> Running in f29abd0a2556 16:40:30 ---> 1604912a173d 16:40:30 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:40:31 Removing intermediate container f29abd0a2556 16:40:31 ---> 31d44b3ca36f 16:40:31 Step 13/23 : EXPOSE $APP_PORT 16:40:31 ---> Running in d58c955360ec 16:40:31 ---> ac4010902360 16:40:31 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:40:31 Removing intermediate container d58c955360ec 16:40:31 ---> f2c0df06b8e3 16:40:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:32 ---> Running in 80bec6f2e876 16:40:32 ---> 2473fd802011 16:40:32 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 16:40:33 ---> Running in d4557b94050a 16:40:33 Removing intermediate container d4557b94050a 16:40:33 ---> 456018b97ccc 16:40:33 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:40:34 Removing intermediate container 80bec6f2e876 16:40:34 ---> 3f74b210d249 16:40:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:40:34 ---> 305a55770b9e 16:40:34 Step 28/33 : RUN chmod +x /entrypoint.sh 16:40:34 ---> Running in 3cecda6afa2d 16:40:34 ---> Running in d07e0879c887 16:40:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:40:37 Removing intermediate container d07e0879c887 16:40:37 ---> b456942dcfd4 16:40:37 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 16:40:37 (1/6) Installing dumb-init (1.2.2-r1) 16:40:37 ---> Running in 93b764dc5e7b 16:40:37 (2/6) Installing libgcc (9.3.0-r2) 16:40:37 (3/6) Installing libsodium (1.0.18-r0) 16:40:37 (4/6) Installing libstdc++ (9.3.0-r2) 16:40:37 (5/6) Installing libzmq (4.3.3-r0) 16:40:37 Removing intermediate container 93b764dc5e7b 16:40:37 ---> 5cca48b5138b 16:40:37 Step 30/33 : CMD ["gate"] 16:40:38 (6/6) Installing zeromq (4.3.3-r0) 16:40:38 Executing busybox-1.31.1-r19.trigger 16:40:38 OK: 8 MiB in 20 packages 16:40:38 ---> Running in 973b3ac0bf68 16:40:39 Removing intermediate container 973b3ac0bf68 16:40:39 ---> 16da47229c95 16:40:39 Step 31/33 : LABEL arch=arm64 16:40:39 ---> Running in e98496f08ef6 16:40:39 Removing intermediate container 3cecda6afa2d 16:40:39 ---> 484a34432d3f 16:40:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:40 Removing intermediate container e98496f08ef6 16:40:40 ---> 5ff1d7087f68 16:40:40 Step 32/33 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:40:40 ---> Running in 0edb6899eecf 16:40:40 ---> 11163aa00ee9 16:40:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:40:41 Removing intermediate container 0edb6899eecf 16:40:41 ---> 085fd9b296f0 16:40:41 Step 33/33 : LABEL version=0.0.0 16:40:42 ---> Running in 638c6ca4dc3d 16:40:42 ---> 800ae2ca6594 16:40:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:40:42 Removing intermediate container 638c6ca4dc3d 16:40:42 ---> 8c5d34b629fc 16:40:42 16:40:42 Successfully built 8c5d34b629fc 16:40:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:40:43  Building docker-security-bootstrapper-go ... done  ---> 2cba3b5eb7c5 16:40:43 Step 19/23 : ENTRYPOINT ["/core-data"] 16:40:43 ---> Running in 428a689db3cb 16:40:43 Removing intermediate container 428a689db3cb 16:40:43 ---> 6bce272cb3dc 16:40:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:43 ---> Running in 1f5913a5d6d8 16:40:44 Removing intermediate container 1f5913a5d6d8 16:40:44 ---> 82e7ec611d10 16:40:44 Step 21/23 : LABEL arch=arm64 16:40:44 ---> Running in fc4f83503666 16:40:45 Removing intermediate container fc4f83503666 16:40:45 ---> 4cb14c2e8d54 16:40:45 Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec 16:40:45 ---> Running in a303d04eebdb 16:40:45 Removing intermediate container a303d04eebdb 16:40:45 ---> f9a9feed5301 16:40:45 Step 23/23 : LABEL version=0.0.0 16:40:45 ---> Running in 516c0907ac89 16:40:46 Removing intermediate container 516c0907ac89 16:40:46 ---> 655ec8ac3477 16:40:46 16:40:46 Successfully built 655ec8ac3477 16:40:46 Successfully tagged docker-core-data-go-arm64:latest 16:40:46  Building docker-core-data-go ... done  [Pipeline] } 16:40:46 $ docker stop --time=1 086714a72e922743e094ff9a1bf50fbf250b0cafffa960f479ba7d733c19cb14 16:40:48 $ docker rm -f 086714a72e922743e094ff9a1bf50fbf250b0cafffa960f479ba7d733c19cb14 [Pipeline] // withDockerContainer [Pipeline] sh 16:40:49 + + grep dockerdocker 16:40:49 images 16:40:49 docker-core-data-go-arm64 latest 655ec8ac3477 4 seconds ago 21MB 16:40:49 docker-security-bootstrapper-go-arm64 latest 8c5d34b629fc 7 seconds ago 40.3MB 16:40:49 docker-core-metadata-go-arm64 latest f9b4cc791a85 24 seconds ago 17.7MB 16:40:49 docker-security-secretstore-setup-go-arm64 latest 7a03748ac0ac 31 seconds ago 23.4MB 16:40:49 docker-sys-mgmt-agent-go-arm64 latest d2f55df54c6a About a minute ago 300MB 16:40:49 docker-support-notifications-go-arm64 latest 9a3bb7491097 3 minutes ago 16MB 16:40:49 docker-core-command-go-arm64 latest 91748f20c94c 3 minutes ago 15.4MB 16:40:49 docker-support-scheduler-go-arm64 latest cf1c5aa9666e 3 minutes ago 15.5MB 16:40:49 docker-security-proxy-setup-go-arm64 latest 6a662a3989b2 3 minutes ago 23.2MB 16:40:49 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:40:51 provisioning config files... 16:40:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6779234158793104740tmp [Pipeline] { [Pipeline] sh 16:40:52 + set +x 16:40:52 + curl -s https://codecov.io/bash 16:40:52 + bash -s -- 16:40:52 16:40:52 _____ _ 16:40:52 / ____| | | 16:40:52 | | ___ __| | ___ ___ _____ __ 16:40:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:40:52 | |___| (_) | (_| | __/ (_| (_) \ V / 16:40:52 \_____\___/ \__,_|\___|\___\___/ \_/ 16:40:52 Bash-20210115-cec3c92 16:40:52 16:40:52 16:40:52 ==> git version 2.24.3 found 16:40:52 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:40:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:40:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:40:52 ==> Jenkins CI detected. 16:40:52 project root: . 16:40:52 --> token set from env 16:40:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:40:52 ==> Running gcov in . (disable via -X gcov) 16:40:52 ==> Python coveragepy not found 16:40:52 ==> Searching for coverage reports in: 16:40:52 + . 16:40:52 -> Found 1 reports 16:40:52 ==> Detecting git/mercurial file structure 16:40:52 ==> Reading reports 16:40:52 + ./coverage.out bytes=564700 16:40:52 ==> Appending adjustments 16:40:52 https://docs.codecov.io/docs/fixing-reports 16:40:56 + Found adjustments 16:40:56 ==> Gzipping contents 16:40:56 84K /tmp/codecov.kT7vVi.gz 16:40:56 ==> Uploading reports 16:40:56 url: https://codecov.io 16:40:56 query: branch=PR-3069&commit=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3069%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3069&job=&cmd_args= 16:40:56 -> Pinging Codecov 16:40:56 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3069&commit=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3069%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3069&job=&cmd_args= 16:40:57 -> Uploading to 16:40:57 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/7a318b9b5e43167f5411c3b5b63e7dd35d9322ec/e8fe1e96-eaa1-4f0d-85cb-226616eb4904.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T164056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a03117e507029ded2a7fdd94b56af1e413773cdd98367edd5faab2f5696f4113 16:40:57 % Total % Received % Xferd Average Speed Time Time Time Current 16:40:57 Dload Upload Total Spent Left Speed 16:40:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85464 0 0 100 85464 0 136k --:--:-- --:--:-- --:--:-- 136k 16:40:57 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [Pipeline] } 16:40:57 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 16:40:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:41:00 ---> package-listing.sh 16:41:00 ++ facter osfamily 16:41:00 ++ tr '[:upper:]' '[:lower:]' 16:41:00 + OS_FAMILY=redhat 16:41:00 + workspace=/w/workspace/edgex-go/3 16:41:00 + START_PACKAGES=/tmp/packages_start.txt 16:41:00 + END_PACKAGES=/tmp/packages_end.txt 16:41:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:41:00 + PACKAGES=/tmp/packages_start.txt 16:41:00 + '[' /w/workspace/edgex-go/3 ']' 16:41:00 + PACKAGES=/tmp/packages_end.txt 16:41:00 + case "${OS_FAMILY}" in 16:41:00 + rpm -qa 16:41:00 + sort 16:41:06 + '[' -f /tmp/packages_start.txt ']' 16:41:06 + '[' -f /tmp/packages_end.txt ']' 16:41:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:41:06 + '[' /w/workspace/edgex-go/3 ']' 16:41:06 + mkdir -p /w/workspace/edgex-go/3/archives/ 16:41:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 16:41:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:41:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:41:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:06 16:41:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:41:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:06 alpine: Pulling from edgex-lftools-log-publisher 16:41:06 df20fa9351a1: Pulling fs layer 16:41:06 36b3adc4ff6f: Pulling fs layer 16:41:06 8ad3a11d3b57: Pulling fs layer 16:41:06 46f8f816bc3b: Pulling fs layer 16:41:06 93b61091891f: Pulling fs layer 16:41:06 93b9cdb0e59b: Pulling fs layer 16:41:06 5e14af77c1be: Pulling fs layer 16:41:06 01666e4c0597: Pulling fs layer 16:41:06 aa168da1d23b: Pulling fs layer 16:41:06 46f8f816bc3b: Waiting 16:41:06 93b61091891f: Waiting 16:41:06 93b9cdb0e59b: Waiting 16:41:06 5e14af77c1be: Waiting 16:41:06 01666e4c0597: Waiting 16:41:06 aa168da1d23b: Waiting 16:41:06 36b3adc4ff6f: Verifying Checksum 16:41:06 36b3adc4ff6f: Download complete 16:41:06 46f8f816bc3b: Verifying Checksum 16:41:06 46f8f816bc3b: Download complete 16:41:07 df20fa9351a1: Verifying Checksum 16:41:07 df20fa9351a1: Download complete 16:41:07 93b9cdb0e59b: Download complete 16:41:07 5e14af77c1be: Download complete 16:41:07 01666e4c0597: Verifying Checksum 16:41:07 01666e4c0597: Download complete 16:41:07 93b61091891f: Verifying Checksum 16:41:07 93b61091891f: Download complete 16:41:07 df20fa9351a1: Pull complete 16:41:07 36b3adc4ff6f: Pull complete 16:41:07 8ad3a11d3b57: Verifying Checksum 16:41:07 8ad3a11d3b57: Download complete 16:41:09 8ad3a11d3b57: Pull complete 16:41:09 aa168da1d23b: Verifying Checksum 16:41:09 aa168da1d23b: Download complete 16:41:10 46f8f816bc3b: Pull complete 16:41:10 93b61091891f: Pull complete 16:41:11 93b9cdb0e59b: Pull complete 16:41:11 5e14af77c1be: Pull complete 16:41:11 01666e4c0597: Pull complete 16:41:19 aa168da1d23b: Pull complete 16:41:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:41:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:41:19 prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container 16:41:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:41:24 $ docker top cdc436104657bf89f700b2f4356f2a9f34485e320b278b4971519ff1be218c34 -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:25 + touch /tmp/pre-build-complete [Pipeline] sh 16:41:25 + mkdir -p /var/log/sa [Pipeline] sh 16:41:25 + ls /var/log/sa-host 16:41:25 + sadf -c /var/log/sa-host/sa22 16:41:25 file_magic: OK 16:41:25 HZ: Using current value: 100 16:41:25 file_header: OK 16:41:25 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 16:41:25 Statistics: 16:41:25 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... 16:41:25 File successfully converted to sysstat format version 12.2.1 16:41:25 + sadf -c /var/log/sa-host/sa23 16:41:25 file_magic: OK 16:41:25 HZ: Using current value: 100 16:41:25 file_header: OK 16:41:25 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 16:41:25 Statistics: 16:41:25 Hnuu...uuuununununu... 16:41:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:41:25 provisioning config files... 16:41:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3106395515171428705tmp [Pipeline] { [Pipeline] echo 16:41:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:41:26 ---> create-netrc.sh [Pipeline] } 16:41:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:41:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:41:26 ---> python-tools-install.sh [Pipeline] echo 16:41:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:41:27 ---> sudo-logs.sh 16:41:27 Archiving 'sudo' log.. [Pipeline] echo 16:41:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:41:27 ---> job-cost.sh 16:41:27 lf-activate-venv: SKIPPING 16:41:27 INFO: No Stack... 16:41:28 INFO: Retrieving Pricing Info for: v1-standard-2 16:41:29 INFO: Archiving Costs [Pipeline] echo 16:41:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:41:29 ---> logs-deploy.sh 16:41:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3069/3 16:41:29 INFO: archiving workspace using pattern(s): 16:41:31 Archives upload complete. 16:41:31 INFO: archiving logs to Nexus