Pull request #2970 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1f38eab69fecf330b5777f72aa361ce32e9b0813+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (54a9b2df6894d0b4fc10f0c93944e1744e1f3680) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21375 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/32 [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/32 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 Commit message: "feat(security): Add more tests to increase coverage" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:48:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:48:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:48:55 ========================================================= 22:48:55 EdgeX Global Pipelines Version Info 22:48:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fad9a77b01efae3be0813ff97b22d2a684a59f84 # timeout=10 22:48:56 ------------------- 22:48:56 stable info: 22:48:56 ------------------- 22:48:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:48:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:48:56 Message: update stable to v1.0.179 22:48:57 ------------------- 22:48:57 experimental info: 22:48:57 ------------------- 22:48:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:48:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:48:57 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:48:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:48:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] echo 22:49:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f38eab [Pipeline] echo 22:49:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:49:01 provisioning config files... 22:49:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/32@tmp/config1736848192898335677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:49:01 ---> docker-login.sh 22:49:01 nexus3.edgexfoundry.org:10001 22:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:02 Configure a credential helper to remove this warning. See 22:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:02 22:49:02 Login Succeeded 22:49:02 nexus3.edgexfoundry.org:10002 22:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:02 Configure a credential helper to remove this warning. See 22:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:02 22:49:02 Login Succeeded 22:49:02 nexus3.edgexfoundry.org:10003 22:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:02 Configure a credential helper to remove this warning. See 22:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:02 22:49:02 Login Succeeded 22:49:02 nexus3.edgexfoundry.org:10004 22:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:02 Configure a credential helper to remove this warning. See 22:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:02 22:49:02 Login Succeeded 22:49:02 docker.io 22:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:02 Configure a credential helper to remove this warning. See 22:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:02 22:49:02 Login Succeeded 22:49:02 ---> docker-login.sh ends [Pipeline] } 22:49:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:03 ++ 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 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/core-command/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo core-command,cmd/core-command/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/core-data/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo core-data,cmd/core-data/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/core-metadata/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo core-metadata,cmd/core-metadata/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/security-bootstrapper/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/security-proxy-setup/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/support-notifications/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo support-notifications,cmd/support-notifications/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/support-scheduler/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:49:03 + for file in '`ls cmd/**/Dockerfile`' 22:49:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:49:03 ++ cut -d/ -f2 22:49:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:49:03 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 22:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:04 22:49:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:49:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:04 latest: Pulling from edgex-devops/git-semver 22:49:04 31603596830f: Pulling fs layer 22:49:04 2a8b12db71e7: Pulling fs layer 22:49:04 6ca5941a6612: Pulling fs layer 22:49:04 ecc8261a40a4: Pulling fs layer 22:49:04 2a8b12db71e7: Verifying Checksum 22:49:04 2a8b12db71e7: Download complete 22:49:04 31603596830f: Verifying Checksum 22:49:04 31603596830f: Download complete 22:49:05 ecc8261a40a4: Verifying Checksum 22:49:05 ecc8261a40a4: Download complete 22:49:05 6ca5941a6612: Verifying Checksum 22:49:05 6ca5941a6612: Download complete 22:49:05 31603596830f: Pull complete 22:49:05 2a8b12db71e7: Pull complete 22:49:06 6ca5941a6612: Pull complete 22:49:06 ecc8261a40a4: Pull complete 22:49:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:49:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:49:06 prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container 22:49:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:49:09 $ docker top b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:09 [ssh-agent] Looking for ssh-agent implementation... 22:49:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:09 $ docker exec b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent 22:49:09 SSH_AUTH_SOCK=/tmp/ssh-QfkjbUYzTbWM/agent.13 22:49:09 SSH_AGENT_PID=18 22:49:09 Running ssh-add (command line suppressed) 22:49:10 Identity added: /w/workspace/edgex-go/32@tmp/private_key_1363648362572326605.key (/w/workspace/edgex-go/32@tmp/private_key_1363648362572326605.key) 22:49:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:10 + git tag --points-at HEAD [Pipeline] } 22:49:10 $ docker exec --env ******** --env ******** b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent -k 22:49:10 unset SSH_AUTH_SOCK; 22:49:10 unset SSH_AGENT_PID; 22:49:10 echo Agent pid 18 killed; 22:49:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:49:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:10 [ssh-agent] Looking for ssh-agent implementation... 22:49:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:11 $ docker exec b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent 22:49:11 SSH_AUTH_SOCK=/tmp/ssh-bfIeHx6TOoYf/agent.46 22:49:11 SSH_AGENT_PID=51 22:49:11 Running ssh-add (command line suppressed) 22:49:11 Identity added: /w/workspace/edgex-go/32@tmp/private_key_6808176257785954138.key (/w/workspace/edgex-go/32@tmp/private_key_6808176257785954138.key) 22:49:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:11 + git semver init 22:49:11 # -> Open(): unable to determine branch for HEAD 22:49:11 # $GIT_DIR = /w/workspace/edgex-go/32/.git 22:49:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/32 22:49:11 # $SEMVER_REMOTE_NAME = origin 22:49:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:11 # $SEMVER_USER_NAME = edgex-jenkins 22:49:11 # $SEMVER_BRANCH = PR-2970 22:49:11 # $SEMVER_TEMP = /tmp/semver-735787423 22:49:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:49:29 # '/tmp/semver-735787423' -> '/w/workspace/edgex-go/32/.semver' 22:49:30 # -> Force: false 22:49:30 # $SEMVER_DIR = /w/workspace/edgex-go/32/.semver [Pipeline] } 22:49:30 $ docker exec --env ******** --env ******** b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent -k 22:49:30 unset SSH_AUTH_SOCK; 22:49:30 unset SSH_AGENT_PID; 22:49:30 echo Agent pid 51 killed; 22:49:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:30 + git semver [Pipeline] } 22:49:30 $ docker stop --time=1 b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 22:49:32 $ docker rm -f b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:49:33 Stashed 1 file(s) [Pipeline] echo 22:49:33 [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) 22:49:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21365 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 22:49:34 Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh 22:49:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:49:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:49:35 + sudo service docker restart 22:49:35 + true 22:49:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:49:36 ========================================================= 22:49:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:49:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:36 + 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 . 22:49:39 using credential edgex-jenkins-ssh 22:49:39 Cloning the remote Git repository 22:49:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:49:39 > git init /w/workspace/edgex-go/32 # timeout=10 22:49:39 Sending build context to Docker daemon 326.8MB 22:49:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:49:39 Step 2/6 : FROM ${BASE} 22:49:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:49:39 188c0c94c7c5: Pulling fs layer 22:49:39 0ef7d3d256c8: Pulling fs layer 22:49:39 de9db76c5a1d: Pulling fs layer 22:49:39 bca2f99d35d6: Pulling fs layer 22:49:39 93359f2a8cfa: Pulling fs layer 22:49:39 7c6f9722023f: Pulling fs layer 22:49:39 a35cf1a2eb13: Pulling fs layer 22:49:39 bca2f99d35d6: Waiting 22:49:39 93359f2a8cfa: Waiting 22:49:39 7c6f9722023f: Waiting 22:49:39 a35cf1a2eb13: Waiting 22:49:39 0ef7d3d256c8: Verifying Checksum 22:49:39 0ef7d3d256c8: Download complete 22:49:39 de9db76c5a1d: Verifying Checksum 22:49:39 de9db76c5a1d: Download complete 22:49:39 93359f2a8cfa: Download complete 22:49:39 7c6f9722023f: Download complete 22:49:39 188c0c94c7c5: Verifying Checksum 22:49:39 188c0c94c7c5: Download complete 22:49:40 188c0c94c7c5: Pull complete 22:49:40 0ef7d3d256c8: Pull complete 22:49:40 de9db76c5a1d: Pull complete 22:49:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:49:39 > git --version # timeout=10 22:49:39 > git --version # 'git version 2.17.1' 22:49:39 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:42 a35cf1a2eb13: Verifying Checksum 22:49:42 a35cf1a2eb13: Download complete 22:49:42 bca2f99d35d6: Verifying Checksum 22:49:42 bca2f99d35d6: Download complete 22:49:48 bca2f99d35d6: Pull complete 22:49:48 93359f2a8cfa: Pull complete 22:49:48 7c6f9722023f: Pull complete 22:49:53 a35cf1a2eb13: Pull complete 22:49:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:49:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:49:53 ---> a62c8e92a672 22:49:53 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 22:49:53 ---> Running in eab216060157 22:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:49:54 (1/12) Installing libmagic (5.38-r0) 22:49:55 (2/12) Installing file (5.38-r0) 22:49:55 (3/12) Installing libc-dev (0.7.2-r3) 22:49:55 (4/12) Installing g++ (9.3.0-r2) 22:49:59 (5/12) Installing fortify-headers (1.1-r0) 22:49:59 (6/12) Installing patch (2.7.6-r6) 22:49:59 (7/12) Installing build-base (0.5-r2) 22:49:59 (8/12) Installing libsodium (1.0.18-r0) 22:49:59 (9/12) Installing pkgconf (1.7.2-r0) 22:49:59 (10/12) Installing libsodium-dev (1.0.18-r0) 22:49:59 (11/12) Installing libzmq (4.3.3-r0) 22:49:59 (12/12) Installing zeromq-dev (4.3.3-r0) 22:49:59 Executing busybox-1.31.1-r19.trigger 22:49:59 OK: 233 MiB in 51 packages 22:49:59 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 22:50:00 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 22:50:00 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) 22:49:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:49:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:49:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:49:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:49:59 > git config core.sparsecheckout # timeout=10 22:49:59 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 22:50:00 > git remote # timeout=10 22:50:00 > git config --get remote.origin.url # timeout=10 22:50:00 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:00 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 22:50:00 > git rev-parse HEAD^{commit} # timeout=10 22:50:00 > git config core.sparsecheckout # timeout=10 22:50:00 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 22:50:03 Removing intermediate container eab216060157 22:50:03 ---> 7153eeb6d348 22:50:03 Step 4/6 : WORKDIR /edgex-go 22:50:03 ---> Running in 81136b81e36e 22:50:03 Removing intermediate container 81136b81e36e 22:50:03 ---> 84a75c12a130 22:50:03 Step 5/6 : COPY go.mod . 22:50:03 ---> 436770dc8323 22:50:03 Step 6/6 : RUN go mod download 22:50:03 ---> Running in 1e203b36be7d 22:50:04 Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:50:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:50:06 + sudo service docker restart 22:50:06 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:50:08 provisioning config files... 22:50:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/32@tmp/config8406352349990266699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:50:09 ---> docker-login.sh 22:50:09 nexus3.edgexfoundry.org:10001 22:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:10 Configure a credential helper to remove this warning. See 22:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:10 22:50:10 Login Succeeded 22:50:10 nexus3.edgexfoundry.org:10002 22:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:11 Configure a credential helper to remove this warning. See 22:50:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:11 22:50:11 Login Succeeded 22:50:11 nexus3.edgexfoundry.org:10003 22:50:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:11 Configure a credential helper to remove this warning. See 22:50:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:11 22:50:11 Login Succeeded 22:50:11 nexus3.edgexfoundry.org:10004 22:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:12 Configure a credential helper to remove this warning. See 22:50:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:12 22:50:12 Login Succeeded 22:50:12 docker.io 22:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:13 Configure a credential helper to remove this warning. See 22:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:13 22:50:13 Login Succeeded 22:50:13 ---> docker-login.sh ends [Pipeline] } 22:50:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:50:13 ========================================================= 22:50:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:50:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:50:14 + 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 . 22:50:16 Sending build context to Docker daemon 165.7MB 22:50:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:50:16 Step 2/6 : FROM ${BASE} 22:50:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:50:16 5f621e34cdf4: Pulling fs layer 22:50:16 a4357932f1b6: Pulling fs layer 22:50:16 18c013af1878: Pulling fs layer 22:50:16 00ac8860ef70: Pulling fs layer 22:50:16 63d7cb157983: Pulling fs layer 22:50:16 b116817d02f9: Pulling fs layer 22:50:16 745a02a5169b: Pulling fs layer 22:50:16 00ac8860ef70: Waiting 22:50:16 63d7cb157983: Waiting 22:50:16 b116817d02f9: Waiting 22:50:16 745a02a5169b: Waiting 22:50:16 18c013af1878: Verifying Checksum 22:50:16 18c013af1878: Download complete 22:50:16 a4357932f1b6: Verifying Checksum 22:50:16 a4357932f1b6: Download complete 22:50:16 63d7cb157983: Verifying Checksum 22:50:16 63d7cb157983: Download complete 22:50:16 b116817d02f9: Verifying Checksum 22:50:16 b116817d02f9: Download complete 22:50:16 5f621e34cdf4: Verifying Checksum 22:50:16 5f621e34cdf4: Download complete 22:50:17 5f621e34cdf4: Pull complete 22:50:18 a4357932f1b6: Pull complete 22:50:18 18c013af1878: Pull complete 22:50:18 745a02a5169b: Verifying Checksum 22:50:18 745a02a5169b: Download complete 22:50:20 00ac8860ef70: Verifying Checksum 22:50:20 00ac8860ef70: Download complete 22:50:25 Removing intermediate container 1e203b36be7d 22:50:25 ---> 88fb56c57537 22:50:25 Successfully built 88fb56c57537 22:50:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:50:25 + docker inspect -f . ci-base-image-x86_64 22:50:25 . [Pipeline] withDockerContainer 22:50:26 prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container 22:50:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** ci-base-image-x86_64 cat 22:50:26 $ docker top a694acd30c09492af773368244bfc8b39d593d381d3a3adc27437bd6ab1ec9d6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:27 + go version 22:50:27 go version go1.15.5 linux/amd64 [Pipeline] } 22:50:27 $ docker stop --time=1 a694acd30c09492af773368244bfc8b39d593d381d3a3adc27437bd6ab1ec9d6 22:50:28 $ docker rm -f a694acd30c09492af773368244bfc8b39d593d381d3a3adc27437bd6ab1ec9d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:50:29 + docker inspect -f . ci-base-image-x86_64 22:50:29 . [Pipeline] withDockerContainer 22:50:29 prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container 22:50:29 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** ci-base-image-x86_64 cat 22:50:30 00ac8860ef70: Pull complete 22:50:30 63d7cb157983: Pull complete 22:50:31 b116817d02f9: Pull complete 22:50:31 $ docker top 6173d7a2101346d88c303b525c1598b2e48ce53606c59fa37b61330abde8682a -eo pid,comm [Pipeline] { [Pipeline] echo 22:50:31 ========================================================= 22:50:31 [edgeXBuildGoParallel] Running Tests and Build... 22:50:31 ========================================================= [Pipeline] sh 22:50:31 + make test 22:50:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:50:35 745a02a5169b: Pull complete 22:50:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:50:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:50:35 ---> b7e6874047d6 22:50:35 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 22:50:38 ---> Running in b8a337209576 22:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:50:41 (1/12) Installing libmagic (5.38-r0) 22:50:41 (2/12) Installing file (5.38-r0) 22:50:41 (3/12) Installing libc-dev (0.7.2-r3) 22:50:41 (4/12) Installing g++ (9.3.0-r2) 22:50:41 ? github.com/edgexfoundry/edgex-go [no test files] 22:50:48 (5/12) Installing fortify-headers (1.1-r0) 22:50:48 (6/12) Installing patch (2.7.6-r6) 22:50:48 (7/12) Installing build-base (0.5-r2) 22:50:48 (8/12) Installing libsodium (1.0.18-r0) 22:50:48 (9/12) Installing pkgconf (1.7.2-r0) 22:50:48 (10/12) Installing libsodium-dev (1.0.18-r0) 22:50:48 (11/12) Installing libzmq (4.3.3-r0) 22:50:48 (12/12) Installing zeromq-dev (4.3.3-r0) 22:50:48 Executing busybox-1.31.1-r19.trigger 22:50:48 OK: 217 MiB in 51 packages 22:50:52 Removing intermediate container b8a337209576 22:50:52 ---> c11d528bef5b 22:50:52 Step 4/6 : WORKDIR /edgex-go 22:50:52 ---> Running in 862412cbc0bf 22:50:52 Removing intermediate container 862412cbc0bf 22:50:52 ---> ea18eee2b31d 22:50:52 Step 5/6 : COPY go.mod . 22:50:53 ---> be45084ec302 22:50:53 Step 6/6 : RUN go mod download 22:50:53 ---> Running in 350c45de7ce9 22:50:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:51:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:51:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:51:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:51:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:51:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:51:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:51:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:51:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:51:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:51:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements 22:51:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:51:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 67.9% of statements 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.462s coverage: 82.3% of statements 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 22:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:51:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements 22:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:51:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 22:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:51:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements 22:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:51:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 43.8% of statements 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 22:51:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 22:51:20 Removing intermediate container 350c45de7ce9 22:51:20 ---> f1c4245dd2da 22:51:20 Successfully built f1c4245dd2da 22:51:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:51:20 + docker inspect -f . ci-base-image-arm64 22:51:20 . [Pipeline] withDockerContainer 22:51:20 prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container 22:51:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** ci-base-image-arm64 cat 22:51:22 $ docker top 50061293d38a23fcc5a70047d16950fc4c92d3b5757cfc1c216307241d32bc4d -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:23 + go version 22:51:23 go version go1.15.5 linux/arm64 [Pipeline] } 22:51:23 $ docker stop --time=1 50061293d38a23fcc5a70047d16950fc4c92d3b5757cfc1c216307241d32bc4d 22:51:25 $ docker rm -f 50061293d38a23fcc5a70047d16950fc4c92d3b5757cfc1c216307241d32bc4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:51:26 + docker inspect -f . ci-base-image-arm64 22:51:26 . [Pipeline] withDockerContainer 22:51:26 prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container 22:51:26 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 ******** ci-base-image-arm64 cat 22:51:27 $ docker top c2ee1644fac6c9bc9a2f5ace34d616d63a6271347bf1205282372bfd9b0c2368 -eo pid,comm [Pipeline] { [Pipeline] echo 22:51:28 ========================================================= 22:51:28 [edgeXBuildGoParallel] Running Tests and Build... 22:51:28 ========================================================= [Pipeline] sh 22:51:28 + make test 22:51:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.068s coverage: 91.4% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 68.9% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:51:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 22:51:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:51:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 22:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:51:33 GO111MODULE=on go vet ./... 22:51:51 ? github.com/edgexfoundry/edgex-go [no test files] 22:51:59 gofmt -l . 22:51:59 [ "`gofmt -l .`" = "" ] 22:51:59 ./bin/test-go-mod-tidy.sh 22:51:59 ./bin/test-attribution-txt.sh [Pipeline] sh 22:52:00 + ls -al . 22:52:00 total 668 22:52:00 drwxrwxr-x 10 1001 1001 4096 Jan 19 22:51 . 22:52:00 drwxr-xr-x 4 root root 30 Jan 19 22:50 .. 22:52:00 -rw-rw-r-- 1 1001 1001 11 Jan 19 22:48 .dockerignore 22:52:00 drwxrwxr-x 8 1001 1001 179 Jan 19 22:48 .git 22:52:00 drwxrwxr-x 3 1001 1001 125 Jan 19 22:48 .github 22:52:00 -rw-rw-r-- 1 1001 1001 872 Jan 19 22:48 .gitignore 22:52:00 drwx------ 3 1001 1001 47 Jan 19 22:49 .semver 22:52:00 -rw-rw-r-- 1 1001 1001 166 Jan 19 22:48 .sonarcloud.properties 22:52:00 -rw-rw-r-- 1 1001 1001 7844 Jan 19 22:48 Attribution.txt 22:52:00 -rw-rw-r-- 1 1001 1001 3804 Jan 19 22:48 CONTRIBUTING.md 22:52:00 -rw-rw-r-- 1 1001 1001 931 Jan 19 22:48 Dockerfile.build 22:52:00 -rw-rw-r-- 1 1001 1001 863 Jan 19 22:48 Jenkinsfile 22:52:00 -rw-rw-r-- 1 1001 1001 10775 Jan 19 22:48 LICENSE 22:52:00 -rw-rw-r-- 1 1001 1001 6001 Jan 19 22:48 Makefile 22:52:00 -rw-rw-r-- 1 1001 1001 6524 Jan 19 22:48 README.md 22:52:00 -rw-rw-r-- 1 1001 1001 6744 Jan 19 22:48 SECURITY.md 22:52:00 -rw-rw-r-- 1 1001 1001 5 Jan 19 22:49 VERSION 22:52:00 -rw-rw-r-- 1 1001 1001 4131 Jan 19 22:48 ZMQWindows.md 22:52:00 drwxrwxr-x 2 1001 1001 117 Jan 19 22:48 bin 22:52:00 drwxrwxr-x 15 1001 1001 4096 Jan 19 22:48 cmd 22:52:00 -rw-r--r-- 1 root root 561674 Jan 19 22:51 coverage.out 22:52:00 -rw-r--r-- 1 root root 1007 Jan 19 22:51 go.mod 22:52:00 -rw-r--r-- 1 root root 19589 Jan 19 22:51 go.sum 22:52:00 drwxrwxr-x 8 1001 1001 127 Jan 19 22:48 internal 22:52:00 drwxrwxr-x 4 1001 1001 26 Jan 19 22:48 openapi 22:52:00 drwxrwxr-x 4 1001 1001 71 Jan 19 22:48 snap 22:52:00 -rw-rw-r-- 1 1001 1001 168 Jan 19 22:48 version.go [Pipeline] sh 22:52:01 + '[' -e coverage.out ] 22:52:01 + chown 1001:1001 coverage.out [Pipeline] stash 22:52:01 Stashed 1 file(s) [Pipeline] sh 22:52:01 + make build 22:52:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:52:05 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 22:52:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:52:13 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 22:52: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 22:52:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:52:16 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 22:52:17 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 22:52:18 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 22:52:20 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 22:52:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:52:22 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 22:52:23 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] } 22:52:24 $ docker stop --time=1 6173d7a2101346d88c303b525c1598b2e48ce53606c59fa37b61330abde8682a 22:52:26 $ docker rm -f 6173d7a2101346d88c303b525c1598b2e48ce53606c59fa37b61330abde8682a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:52:28 22:52:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:52:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:52:29 latest: Pulling from edgex-devops/edgex-compose 22:52:29 cbdbe7a5bc2a: Pulling fs layer 22:52:29 ca9280d653b3: Pulling fs layer 22:52:29 7e9c9ca2126c: Pulling fs layer 22:52:29 cbdbe7a5bc2a: Verifying Checksum 22:52:29 cbdbe7a5bc2a: Download complete 22:52:29 ca9280d653b3: Verifying Checksum 22:52:29 ca9280d653b3: Download complete 22:52:29 cbdbe7a5bc2a: Pull complete 22:52:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:52:31 7e9c9ca2126c: Verifying Checksum 22:52:31 7e9c9ca2126c: Download complete 22:52:31 ca9280d653b3: Pull complete 22:52:37 7e9c9ca2126c: Pull complete 22:52:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:52:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:52:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:52:38 prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container 22:52:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:52:41 $ docker top 6cd03037c0a00680923d5affa585b7c08d58137a01c0a215bc97f9d9a3e54f57 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:41 + docker-compose build --help 22:52:41 + grep parallel 22:52:42 --parallel Build images in parallel. [Pipeline] } 22:52:42 $ docker stop --time=1 6cd03037c0a00680923d5affa585b7c08d58137a01c0a215bc97f9d9a3e54f57 22:52:44 $ docker rm -f 6cd03037c0a00680923d5affa585b7c08d58137a01c0a215bc97f9d9a3e54f57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:52:44 . [Pipeline] withDockerContainer 22:52:45 prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container 22:52:45 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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 22:52:45 $ docker top f30885fcef00471037c0a9b4a1ce1660c177a3299f610b20546102c0b9f8fc53 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:46 + docker-compose -f ./docker-compose-build.yml build --parallel 22:52:47 Building docker-core-command-go ... 22:52:47 Building docker-core-data-go ... 22:52:47 Building docker-core-metadata-go ... 22:52:47 Building docker-security-bootstrapper-go ... 22:52:47 Building docker-security-proxy-setup-go ... 22:52:47 Building docker-security-secretstore-setup-go ... 22:52:47 Building docker-support-notifications-go ... 22:52:47 Building docker-support-scheduler-go ... 22:52:47 Building docker-sys-mgmt-agent-go ... 22:52:47 Building docker-core-data-go 22:52:47 Building docker-security-bootstrapper-go 22:52:47 Building docker-security-secretstore-setup-go 22:52:47 Building docker-security-proxy-setup-go 22:52:47 Building docker-core-metadata-go 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:52:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:53:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:53:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:53:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.240s coverage: 46.6% of statements 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.0% of statements 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.156s coverage: 100.0% of statements 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 67.9% of statements 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.3% of statements 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:53:19 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 88fb56c57537 22:53:19 Step 3/33 : WORKDIR /edgex-go 22:53:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 88fb56c57537 22:53:19 Step 3/23 : WORKDIR /edgex-go 22:53:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 88fb56c57537 22:53:19 Step 3/24 : WORKDIR /edgex-go 22:53:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 88fb56c57537 22:53:19 Step 3/21 : WORKDIR /edgex-go 22:53:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:53:19 ---> 88fb56c57537 22:53:19 Step 3/23 : WORKDIR /edgex-go 22:53:19 ---> Running in 43b8d18a4fc5 22:53:19 ---> Running in cac8109872c4 22:53:19 ---> Running in 0ed9e032ac69 22:53:19 ---> Running in 4041d5e28a17 22:53:19 ---> Running in fa0617c0c9f0 22:53:19 Removing intermediate container 43b8d18a4fc5 22:53:19 ---> 31c63169b3bc 22:53:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:19 Removing intermediate container cac8109872c4 22:53:19 ---> 7cc76b1aaceb 22:53:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:19 Removing intermediate container fa0617c0c9f0 22:53:19 ---> f3bf2abc937c 22:53:19 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:19 Removing intermediate container 4041d5e28a17 22:53:19 ---> 69ab37fce10c 22:53:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:19 Removing intermediate container 0ed9e032ac69 22:53:19 ---> c62827365d3b 22:53:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:19 ---> Running in 5f9d571d12e5 22:53:19 ---> Running in 746e2bf52d71 22:53:19 ---> Running in 3b44b4188136 22:53:19 ---> Running in 39968650f2b0 22:53:19 ---> Running in a3550638aef8 22:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 22:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:53:21 Removing intermediate container 746e2bf52d71 22:53:21 ---> bb6e3dace1bb 22:53:21 Step 5/23 : RUN apk add --update --no-cache make git 22:53:21 ---> Running in dfae32325405 22:53:21 Removing intermediate container 5f9d571d12e5 22:53:21 ---> 0aa9ff98946d 22:53:21 Step 5/21 : RUN apk add --update --no-cache make git 22:53:21 Removing intermediate container 3b44b4188136 22:53:21 ---> 2a3216d9d5f5 22:53:21 Step 5/33 : RUN apk add --update --no-cache make git 22:53:21 ---> Running in d79e072adf7b 22:53:21 Removing intermediate container 39968650f2b0 22:53:21 ---> f2d3a62d85c7 22:53:21 Step 5/24 : RUN apk add --update --no-cache make git 22:53:21 Removing intermediate container a3550638aef8 22:53:21 ---> fd63741edbcf 22:53:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:53:21 ---> Running in 7c1fda83009d 22:53:21 ---> Running in 05e9273b3743 22:53:21 ---> Running in e0188b4b18e7 22:53:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.380s coverage: 86.7% of statements 22:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:22 OK: 233 MiB in 51 packages 22:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:23 OK: 233 MiB in 51 packages 22:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:23 Removing intermediate container dfae32325405 22:53:23 ---> 6befe1c35936 22:53:23 Step 6/23 : COPY go.mod . 22:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:53:23 OK: 233 MiB in 51 packages 22:53:23 ---> 05fc874591c1 22:53:23 Step 7/23 : RUN go mod download 22:53:23 ---> Running in d1c1bcdb0f21 22:53:23 Removing intermediate container d79e072adf7b 22:53:23 ---> 209422d2f393 22:53:23 Step 6/21 : COPY go.mod . 22:53:23 OK: 233 MiB in 51 packages 22:53:24 OK: 233 MiB in 51 packages 22:53:24 ---> d934f5f15918 22:53:24 Step 7/21 : RUN go mod download 22:53:24 Removing intermediate container 7c1fda83009d 22:53:24 ---> 91ce00470227 22:53:24 Step 6/33 : COPY go.mod . 22:53:24 ---> Running in d128645832a9 22:53:25 ---> b2d60bdc2fe6 22:53:25 Step 7/33 : RUN go mod download 22:53:25 Removing intermediate container e0188b4b18e7 22:53:25 ---> b8c8061ca16e 22:53:25 Step 6/23 : COPY go.mod . 22:53:25 Removing intermediate container 05e9273b3743 22:53:25 ---> 6b66f4d5f278 22:53:25 Step 6/24 : COPY go.mod . 22:53:25 ---> Running in b95ea06d7eab 22:53:25 ---> d1d802845fda 22:53:25 Step 7/23 : RUN go mod download 22:53:25 ---> a47c1b11ae71 22:53:25 Step 7/24 : RUN go mod download 22:53:25 ---> Running in c5754166febb 22:53:25 ---> Running in d6abbfe99a0b 22:53:25 Removing intermediate container d1c1bcdb0f21 22:53:25 ---> daaa69f7fc1e 22:53:25 Step 8/23 : COPY . . 22:53:27 Removing intermediate container d128645832a9 22:53:27 ---> 1d0e4afd7341 22:53:27 Step 8/21 : COPY . . 22:53:30 Removing intermediate container b95ea06d7eab 22:53:30 ---> a4424c57e87c 22:53:30 Step 8/33 : COPY . . 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 92.8% of statements 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.158s coverage: 0.1% of statements 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:53:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.095s coverage: 43.8% of statements 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.130s coverage: 79.5% of statements 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 22:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 22:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements 22:53:34 Removing intermediate container c5754166febb 22:53:34 ---> b2b43423bee3 22:53:34 Step 8/23 : COPY . . 22:53:39 Removing intermediate container d6abbfe99a0b 22:53:39 ---> c9da505ced43 22:53:39 Step 8/24 : COPY . . 22:53:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements 22:53:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 22:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 22:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 22:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 22:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements 22:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements 22:53:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:53:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.602s coverage: 63.5% of statements 22:53:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:53:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 22:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.143s coverage: 91.3% of statements 22:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 22:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 22:53:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 22:53:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.896s coverage: 68.9% of statements 22:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:53:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 37.0% of statements 22:53:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:53:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.674s coverage: 84.0% of statements 22:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 22:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.381s coverage: 47.1% of statements 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.162s coverage: 100.0% of statements 22:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:54:06 ---> 3c4612b1f69e 22:54:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:54:07 ---> a1b76a6154a7 22:54:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:54:07 ---> 872d1c88f0cc 22:54:07 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.860s coverage: 29.1% of statements 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:54:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 22:54:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 22:54:09 GO111MODULE=on go vet ./... 22:54:09 ---> Running in 22bd3c8b819b 22:54:10 ---> Running in 2aa60f675348 22:54:10 ---> Running in 2a70bd96ee94 22:54:10 ---> c2e9dead5538 22:54:10 Step 9/23 : RUN make cmd/core-data/core-data 22:54:10 ---> Running in 921889807ef4 22:54:10 ---> 3be772f688c8 22:54:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:54:10 ---> Running in b15e63236933 22:54:11 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 22:54:11 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 22:54:11 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 22:54:11 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 22:54:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:54:38 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 22:54: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 22:54:38 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 22:54:46 Removing intermediate container b15e63236933 22:54:46 ---> 9ed53a051456 22:54:46 22:54:46 Step 10/24 : FROM alpine:3.12 22:54:46 3.12: Pulling from library/alpine 22:54:46 Removing intermediate container 22bd3c8b819b 22:54:46 ---> edbc7771771b 22:54:46 22:54:46 Step 10/21 : FROM alpine:3.12 22:54:46 3.12: Pulling from library/alpine 22:54:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:54:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:54:46 Status: Downloaded newer image for alpine:3.12 22:54:46 ---> 389fef711851 22:54:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:54:46 Status: Downloaded newer image for alpine:3.12 22:54:46 ---> 389fef711851 22:54:46 Step 11/21 : RUN apk add --update --no-cache curl 22:54:52 ---> Running in 095acf520f54 22:54:52 ---> Running in 57909d2e564b 22:54:52 Removing intermediate container 2a70bd96ee94 22:54:52 ---> a7b101946672 22:54:52 22:54:52 Step 10/33 : FROM alpine:3.12 22:54:52 ---> 389fef711851 22:54:52 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 22:54:52 Removing intermediate container 2aa60f675348 22:54:52 ---> daef5d4712a2 22:54:52 22:54:52 Step 10/23 : FROM alpine:3.12 22:54:52 ---> 389fef711851 22:54:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:54:52 ---> Running in 2b67cbc2dd34 22:54:52 ---> Running in 2f2036881de5 22:54:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:53 (1/4) Installing ca-certificates (20191127-r4) 22:54:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:54:53 (3/4) Installing libcurl (7.69.1-r3) 22:54:53 (4/4) Installing curl (7.69.1-r3) 22:54:53 Executing busybox-1.31.1-r19.trigger 22:54:53 (1/5) Installing ca-certificates (20191127-r4) 22:54:53 Executing ca-certificates-20191127-r4.trigger 22:54:53 (1/1) Installing dumb-init (1.2.2-r1) 22:54:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:54:53 (3/5) Installing libcurl (7.69.1-r3) 22:54:53 (1/3) Installing dumb-init (1.2.2-r1) 22:54:53 Executing busybox-1.31.1-r19.trigger 22:54:53 (2/3) Installing openssl (1.1.1i-r0) 22:54:53 OK: 6 MiB in 15 packages 22:54:53 (3/3) Installing su-exec (0.2-r1) 22:54:53 (4/5) Installing curl (7.69.1-r3) 22:54:53 Executing busybox-1.31.1-r19.trigger 22:54:53 (5/5) Installing dumb-init (1.2.2-r1) 22:54:53 Executing busybox-1.31.1-r19.trigger 22:54:53 Executing ca-certificates-20191127-r4.trigger 22:54:53 OK: 6 MiB in 17 packages 22:54:53 OK: 7 MiB in 18 packages 22:54:53 OK: 7 MiB in 19 packages 22:54:55 Removing intermediate container 921889807ef4 22:54:55 ---> 44e7cb184315 22:54:55 22:54:55 Step 10/23 : FROM alpine:3.12 22:54:55 ---> 389fef711851 22:54:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:54:55 ---> Running in 3f6dbb7914af 22:54:55 Removing intermediate container 2f2036881de5 22:54:55 ---> 662c00311986 22:54:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:54:56 Removing intermediate container 3f6dbb7914af 22:54:56 ---> 2f3affacb582 22:54:56 Step 12/23 : ENV APP_PORT=48080 22:54:56 Removing intermediate container 2b67cbc2dd34 22:54:56 ---> 3cd4a2b67573 22:54:56 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:54:57 ---> Running in 341634e00e50 22:54:57 ---> Running in 48011d8205c2 22:54:57 ---> Running in 878fd706ca03 22:54:57 Removing intermediate container 57909d2e564b 22:54:57 ---> d3868a491fc1 22:54:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:54:57 Removing intermediate container 095acf520f54 22:54:57 ---> 199e222a5ddd 22:54:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:54:57 ---> Running in 63ab4681b6d6 22:54:57 Removing intermediate container 341634e00e50 22:54:57 ---> 68ec592d342a 22:54:57 Step 13/23 : ENV APP_PORT=48081 22:54:57 ---> Running in fc58ddb43b56 22:54:57 Removing intermediate container 48011d8205c2 22:54:57 ---> f8f3bd01302b 22:54:57 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 22:54:57 Removing intermediate container 878fd706ca03 22:54:57 ---> db017bcc3d38 22:54:57 Step 13/23 : EXPOSE $APP_PORT 22:54:57 Removing intermediate container 63ab4681b6d6 22:54:57 ---> 32858c81a366 22:54:57 Step 13/24 : WORKDIR / 22:54:57 ---> Running in 7e9a37966615 22:54:57 ---> Running in 48a80cd9179a 22:54:57 ---> Running in 0bd4b5ee3e5b 22:54:57 Removing intermediate container fc58ddb43b56 22:54:57 ---> 7204a3007f6f 22:54:57 Step 13/21 : WORKDIR /edgex 22:54:58 ---> Running in 461c3895dc42 22:54:58 ---> Running in 94c1dfedbdb5 22:54:58 Removing intermediate container 7e9a37966615 22:54:58 ---> 0ac339c7f123 22:54:58 Step 14/23 : EXPOSE $APP_PORT 22:54:58 Removing intermediate container 0bd4b5ee3e5b 22:54:58 ---> 21a123ab40e4 22:54:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:54:58 Removing intermediate container 48a80cd9179a 22:54:58 ---> 3a5617c2feb3 22:54:58 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 22:54:58 Removing intermediate container 461c3895dc42 22:54:58 ---> 48cdb4df6088 22:54: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 22:54:58 ---> Running in e40757f13b8e 22:54:58 ---> Running in 13f3a6f5d65a 22:54:58 ---> Running in c758e4a0d6d5 22:54:58 Removing intermediate container 94c1dfedbdb5 22:54:58 ---> 043c6d70b972 22:54:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:54:58 Removing intermediate container e40757f13b8e 22:54:58 ---> 38969ee80ea6 22:54:58 Step 15/23 : WORKDIR / 22:54:59 ---> c986ec9822bd 22:54:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:54:59 ---> Running in ddbb167e3c29 22:54:59 ---> 68ddb7393aac 22:54:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:54:59 ---> 0a5015cc2613 22:54:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:54:59 Removing intermediate container ddbb167e3c29 22:54:59 ---> 4135627310f5 22:54:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:54:59 Connecting to github.com (140.82.113.4:443) 22:55:00 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.68.212:443) 22:55:00 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 22:55:00  ---> 31d1858febf8 22:55:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:55:00 ---> bed3647fa55f 22:55:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:55:00 ---> 0f0e8ae6875e 22:55:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:55:00 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 22:55:00 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 22:55:00 dockerize 22:55:02 ---> 08d79ab6090a 22:55:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:55:02 Removing intermediate container c758e4a0d6d5 22:55:02 ---> 07c1408b71b0 22:55:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:55:02 ---> 22d950254654 22:55:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:55:02 ---> Running in 49d48ce15a10 22:55:02 ---> 3cd6f0b6493d 22:55:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:55:02 ---> Running in 3dca46f6c875 22:55:02 Removing intermediate container 49d48ce15a10 22:55:02 ---> fb357bac244b 22:55:02 Step 18/21 : CMD ["--init=true"] 22:55:02 ---> a2fdef24624f 22:55:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:55:02 ---> Running in 2e38f61e3b07 22:55:02 Removing intermediate container 13f3a6f5d65a 22:55:02 ---> 739ddee658dd 22:55:02 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 22:55:02 ---> Running in 023d1cc53baf 22:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:02 ---> 90ab14634d6a 22:55:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:55:03 ---> Running in 004cd0cec754 22:55:03 Removing intermediate container 2e38f61e3b07 22:55:03 ---> 5fd1b3eed8f0 22:55:03 Step 19/21 : LABEL arch=x86_64 22:55:03 Removing intermediate container 023d1cc53baf 22:55:03 ---> b9fc0471a438 22:55:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:55:03 ---> Running in 9d1af519e63d 22:55:03 Removing intermediate container 004cd0cec754 22:55:03 ---> 5b2545243884 22:55:03 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:55:03 ---> 361305ddbc4f 22:55:03 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/ 22:55:03 ---> Running in af65117a1834 22:55:03 ---> Running in 6061b77a2dc3 22:55:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:03 ---> Running in 3c387fb09f0b 22:55:03 Removing intermediate container 9d1af519e63d 22:55:03 ---> 585398ea4f3f 22:55:03 Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:55:03 ---> Running in 203ba3d2a171 22:55:03 Removing intermediate container af65117a1834 22:55:03 ---> aeb4662dc529 22:55:03 Step 21/23 : LABEL arch=x86_64 22:55:03 Removing intermediate container 6061b77a2dc3 22:55:03 ---> 7d9d38f7bf22 22:55:03 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} 22:55:04 (1/6) Installing dumb-init (1.2.2-r1) 22:55:04 ---> Running in b0368197c427 22:55:04 (2/6) Installing libgcc (9.3.0-r2) 22:55:04 ---> Running in 3db944291d28 22:55:04 (3/6) Installing libsodium (1.0.18-r0) 22:55:04 Removing intermediate container 203ba3d2a171 22:55:04 ---> 9ff0d75479c2 22:55:04 Step 21/21 : LABEL version=0.0.0 22:55:04 (4/6) Installing libstdc++ (9.3.0-r2) 22:55:04 ---> Running in 43e882e74ced 22:55:04 (5/6) Installing libzmq (4.3.3-r0) 22:55:04 Removing intermediate container b0368197c427 22:55:04 ---> d2c8a4299c32 22:55:04 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:55:04 (6/6) Installing zeromq (4.3.3-r0) 22:55:04 Executing busybox-1.31.1-r19.trigger 22:55:04 OK: 8 MiB in 20 packages 22:55:04 ---> Running in 1fd33b71612d 22:55:05 Removing intermediate container 43e882e74ced 22:55:05 ---> 39553e3d07ce 22:55:05 22:55:05 Move dockerize executable 22:55:05 Removing intermediate container 1fd33b71612d 22:55:05 ---> 47dcc99a020f 22:55:05 Step 23/23 : LABEL version=0.0.0 22:55:05 Successfully built 39553e3d07ce 22:55:05 Successfully tagged docker-security-proxy-setup-go:latest 22:55:05 Building docker-support-scheduler-go 22:55:05  Building docker-security-proxy-setup-go ... done Removing intermediate container 3c387fb09f0b 22:55:05 ---> 2cd9167e1bf8 22:55:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:55:05 ---> Running in 967f0d47b982 22:55:05 ---> Running in 98ceade8fd73 22:55:05 Removing intermediate container 3dca46f6c875 22:55:05 ---> 0c67f972b1e1 22:55:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:05 Removing intermediate container 98ceade8fd73 22:55:05 ---> bb9a0d4d579f 22:55:05 22:55:05 Removing intermediate container 967f0d47b982 22:55:05 ---> e94f6bb9fd10 22:55:05 Step 22/24 : LABEL arch=x86_64 22:55:06 Removing intermediate container 3db944291d28 22:55:06 ---> a2736d623923 22:55:06 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 22:55:06 Successfully built bb9a0d4d579f 22:55:06 Successfully tagged docker-core-metadata-go:latest 22:55:06 Building docker-support-notifications-go 22:55:06 ---> Running in 60cb166b03fd 22:55:06  Building docker-core-metadata-go ... done  ---> 951ce2cd2bbd 22:55:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:55:06 ---> Running in 7455d911984c 22:55:06 Removing intermediate container 60cb166b03fd 22:55:06 ---> 873a66c83274 22:55:06 Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:55:06 ---> Running in da64faee258d 22:55:09 Removing intermediate container 7455d911984c 22:55:09 ---> 8ddafd577cf1 22:55:09 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:55:11 Removing intermediate container da64faee258d 22:55:11 ---> 1028ad619157 22:55:11 Step 24/24 : LABEL version=0.0.0 22:55:11 ---> 7e0e5aefbe1c 22:55:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:55:13 ---> Running in 9eb72ef51982 22:55:13 ---> 72014954fc12 22:55:13 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:55:13 ---> 5daf0b047173 22:55:13 Step 19/23 : ENTRYPOINT ["/core-data"] 22:55:13 ---> Running in 3cbbee958c5c 22:55:13 ---> Running in 32650dabb7ef 22:55:13 Removing intermediate container 9eb72ef51982 22:55:13 ---> dfa95bd28120 22:55:13 22:55:13 Successfully built dfa95bd28120 22:55:14 Successfully tagged docker-security-secretstore-setup-go:latest 22:55:14 Building docker-sys-mgmt-agent-go 22:55:16  Building docker-security-secretstore-setup-go ... done Removing intermediate container 32650dabb7ef 22:55:16 ---> 564ad70a293a 22:55:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:55:17 ---> Running in d4df824551cf 22:55:17 gofmt -l . 22:55:19 [ "`gofmt -l .`" = "" ] 22:55:21 Removing intermediate container d4df824551cf 22:55:21 ---> 3e0ee7c380cb 22:55:21 Step 21/23 : LABEL arch=x86_64 22:55:21 ./bin/test-go-mod-tidy.sh 22:55:22 ./bin/test-attribution-txt.sh 22:55:22 ---> Running in f3fa30afaa6e 22:55:22 Removing intermediate container 3cbbee958c5c 22:55:22 ---> 6f0a5ad5975c 22:55:22 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:55:23 Removing intermediate container f3fa30afaa6e 22:55:23 ---> cc54f6afb366 22:55:23 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] sh 22:55:24 + ls -al . 22:55:24 total 696 22:55:24 drwxrwxr-x 9 1001 1001 4096 Jan 19 22:55 . 22:55:24 drwxr-xr-x 4 root root 4096 Jan 19 22:51 .. 22:55:24 -rw-rw-r-- 1 1001 1001 11 Jan 19 22:49 .dockerignore 22:55:24 drwxrwxr-x 8 1001 1001 4096 Jan 19 22:50 .git 22:55:24 drwxrwxr-x 3 1001 1001 4096 Jan 19 22:49 .github 22:55:24 -rw-rw-r-- 1 1001 1001 872 Jan 19 22:49 .gitignore 22:55:24 -rw-rw-r-- 1 1001 1001 166 Jan 19 22:49 .sonarcloud.properties 22:55:24 -rw-rw-r-- 1 1001 1001 7844 Jan 19 22:49 Attribution.txt 22:55:24 -rw-rw-r-- 1 1001 1001 3804 Jan 19 22:49 CONTRIBUTING.md 22:55:24 -rw-rw-r-- 1 1001 1001 931 Jan 19 22:49 Dockerfile.build 22:55:24 -rw-rw-r-- 1 1001 1001 863 Jan 19 22:49 Jenkinsfile 22:55:24 -rw-rw-r-- 1 1001 1001 10775 Jan 19 22:49 LICENSE 22:55:24 -rw-rw-r-- 1 1001 1001 6001 Jan 19 22:49 Makefile 22:55:24 -rw-rw-r-- 1 1001 1001 6524 Jan 19 22:49 README.md 22:55:24 -rw-rw-r-- 1 1001 1001 6744 Jan 19 22:49 SECURITY.md 22:55:24 -rw-rw-r-- 1 1001 1001 5 Jan 19 22:49 VERSION 22:55:24 -rw-rw-r-- 1 1001 1001 4131 Jan 19 22:49 ZMQWindows.md 22:55:24 drwxrwxr-x 2 1001 1001 4096 Jan 19 22:49 bin 22:55:24 drwxrwxr-x 15 1001 1001 4096 Jan 19 22:49 cmd 22:55:24 -rw-r--r-- 1 root root 561674 Jan 19 22:54 coverage.out 22:55:24 -rw-r--r-- 1 root root 1007 Jan 19 22:55 go.mod 22:55:24 -rw-r--r-- 1 root root 19589 Jan 19 22:55 go.sum 22:55:24 drwxrwxr-x 8 1001 1001 4096 Jan 19 22:49 internal 22:55:24 drwxrwxr-x 4 1001 1001 4096 Jan 19 22:49 openapi 22:55:24 drwxrwxr-x 4 1001 1001 4096 Jan 19 22:50 snap 22:55:24 -rw-rw-r-- 1 1001 1001 168 Jan 19 22:50 version.go 22:55:24 ---> Running in ed36b8398c22 22:55:24 ---> ae875e605072 22:55:24 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] sh 22:55:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:55:24 ---> 88fb56c57537 22:55:24 Step 3/22 : WORKDIR /edgex-go 22:55:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:55:24 ---> 88fb56c57537 22:55:24 Step 3/22 : WORKDIR /edgex-go 22:55:24 + '[' -e coverage.out ] 22:55:24 + chown 1001:1001 coverage.out [Pipeline] stash 22:55:24 Warning: overwriting stash ‘coverage-report’ 22:55:24 ---> Using cache 22:55:24 ---> Using cache 22:55:24 ---> c62827365d3b 22:55:24 ---> c62827365d3b 22:55:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:24 ---> Using cache 22:55:24 ---> fd63741edbcf 22:55:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:55:24 22:55:24 ---> Using cache 22:55:24 ---> fd63741edbcf 22:55:24 Step 5/22 : RUN apk add --update --no-cache make git 22:55:26 Stashed 1 file(s) [Pipeline] sh 22:55:26 Removing intermediate container ed36b8398c22 22:55:26 ---> f548c859954b 22:55:26 Step 23/23 : LABEL version=0.0.0 22:55:26 ---> Running in a96f56efa65d 22:55:26 + make build 22:55:26 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 22:55:26 ---> Running in a86091541489 22:55:26 ---> Running in 0ad01a130fe8 22:55:27 ---> 450f8f157e4b 22:55:27 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:55:29 Removing intermediate container 0ad01a130fe8 22:55:29 ---> 6698ecd5309f 22:55:29 22:55:30 Successfully built 6698ecd5309f 22:55:30 Successfully tagged docker-core-data-go:latest 22:55:30 Building docker-core-command-go 22:55:30  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:55:30 ---> 88fb56c57537 22:55:30 Step 3/26 : WORKDIR /edgex-go 22:55:30 ---> Using cache 22:55:30 ---> c62827365d3b 22:55:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:30 ---> Using cache 22:55:30 ---> fd63741edbcf 22:55:30 Step 5/26 : RUN apk add --update --no-cache make bash git 22:55:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:32 ---> 659efd32e75e 22:55:32 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:55:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:33 ---> Running in 21e51e6b6707 22:55:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:33 OK: 233 MiB in 51 packages 22:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:34 OK: 233 MiB in 51 packages 22:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:34 ---> 69dac2c0b3d5 22:55:34 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:55:35 OK: 233 MiB in 51 packages 22:55:35 ---> e4dabc5137eb 22:55:35 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 22:55:35 ---> Running in 1f94f83c2de8 22:55:35 Removing intermediate container a86091541489 22:55:35 ---> dac00a048d6c 22:55:35 Step 6/22 : COPY go.mod . 22:55:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:55:37 Removing intermediate container a96f56efa65d 22:55:37 ---> 90ebeed5baf4 22:55:37 Step 6/22 : COPY go.mod . 22:55:37 ---> 2572a69a72a9 22:55:37 Step 7/22 : RUN go mod download 22:55:37 Removing intermediate container 1f94f83c2de8 22:55:37 ---> 4a55668e867d 22:55:37 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:55:39 ---> 9b91aa6f640e 22:55:39 Step 7/22 : RUN go mod download 22:55:39 ---> Running in dfa35f7ce918 22:55:39 Removing intermediate container 21e51e6b6707 22:55:39 ---> 55bb7ffaaa9a 22:55:39 Step 6/26 : COPY go.mod . 22:55:40 ---> 5aee86712118 22:55:40 Step 28/33 : RUN chmod +x /entrypoint.sh 22:55:41 ---> Running in 2d976508b80c 22:55:41 ---> 714f3b23c935 22:55:41 Step 7/26 : RUN go mod download 22:55:41 ---> Running in 4c2d4c0847e0 22:55:41 ---> Running in a02016a63cc2 22:55:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:55:42 ---> 88fb56c57537 22:55:42 Step 3/23 : WORKDIR /edgex-go 22:55:42 ---> Using cache 22:55:42 ---> c62827365d3b 22:55:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:42 ---> Using cache 22:55:42 ---> fd63741edbcf 22:55:42 Step 5/23 : RUN apk add --update --no-cache make git 22:55:42 ---> Using cache 22:55:42 ---> 90ebeed5baf4 22:55:42 Step 6/23 : COPY go.mod . 22:55:42 ---> Using cache 22:55:42 ---> 9b91aa6f640e 22:55:42 Step 7/23 : RUN go mod download 22:55:43 ---> Running in c79d6b02c55a 22:55:43 Removing intermediate container dfa35f7ce918 22:55:43 ---> 740738dcff40 22:55:43 Step 8/22 : COPY . . 22:55:43 Removing intermediate container 2d976508b80c 22:55:43 ---> a43ddb98f4f1 22:55:43 Step 8/22 : COPY . . 22:55:50 Removing intermediate container 4c2d4c0847e0 22:55:50 ---> d040667e625c 22:55:50 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:55:51 Removing intermediate container a02016a63cc2 22:55:51 ---> b12d0a95e647 22:55:51 Step 8/26 : COPY . . 22:55:51 Removing intermediate container c79d6b02c55a 22:55:51 ---> ca2e6a1d678b 22:55:51 Step 8/23 : COPY . . 22:55:56 ---> Running in ee9bc2aa878f 22:55:57 Removing intermediate container ee9bc2aa878f 22:55:57 ---> 1ac07bf1809c 22:55:57 Step 30/33 : CMD ["gate"] 22:56:02 ---> Running in 2e560bdf3b87 22:56:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:56:05 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 22:56:07 Removing intermediate container 2e560bdf3b87 22:56:07 ---> 89be66ebf987 22:56:07 Step 31/33 : LABEL arch=x86_64 22:56:09 ---> Running in 328a80ce0350 22:56:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:56:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:56:12 ---> bdc3671d2c8f 22:56:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:56:12 ---> f0f3da8cbb34 22:56:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:56:13 Removing intermediate container 328a80ce0350 22:56:13 ---> 2b619ddfba05 22:56:13 Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:56:13 ---> Running in f9e872400f20 22:56:14 ---> Running in b8a98e655141 22:56:15 ---> Running in 654646c61fc1 22:56:16 Removing intermediate container 654646c61fc1 22:56:16 ---> 6f80d8afecdc 22:56:16 Step 33/33 : LABEL version=0.0.0 22:56:16 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 22:56:16 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 22:56:16 ---> Running in 8fb6e14c76a7 22:56:16 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 22:56:17 Removing intermediate container 8fb6e14c76a7 22:56:17 ---> 49b20bb7056e 22:56:17 22:56:18 Successfully built 49b20bb7056e 22:56:18 Successfully tagged docker-security-bootstrapper-go:latest 22:56:20 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 22:56:23  Building docker-security-bootstrapper-go ... done  ---> 3d41f570d86f 22:56:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:56:23 ---> e4d7efa80e4b 22:56:23 Step 9/23 : RUN make cmd/core-command/core-command 22:56:24 ---> Running in aaf953fdc973 22:56:24 ---> Running in 83975addd225 22:56:24 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 22:56:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:56: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 22:56:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:56:32 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 22:56:36 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 22:56:40 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 22:56:44 Removing intermediate container b8a98e655141 22:56:44 ---> efed317765f1 22:56:44 22:56:44 Step 10/22 : FROM alpine:3.12 22:56:44 ---> 389fef711851 22:56:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:56:44 Removing intermediate container f9e872400f20 22:56:44 ---> 56b30e66b30d 22:56:44 22:56:44 Step 10/22 : FROM alpine:3.12 22:56:44 ---> 389fef711851 22:56:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:56:44 ---> Using cache 22:56:44 ---> 662c00311986 22:56:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:56:44 ---> Using cache 22:56:44 ---> 68ec592d342a 22:56:44 Step 13/22 : ENV APP_PORT=48085 22:56:44 ---> Running in 2f8cde506464 22:56:44 ---> Running in fc4d24fc0911 22:56:44 Removing intermediate container 2f8cde506464 22:56:44 ---> a9b5258f09ab 22:56:44 Step 14/22 : EXPOSE $APP_PORT 22:56:44 ---> Running in c226d5a93531 22:56:44 Removing intermediate container c226d5a93531 22:56:44 ---> a96a1eb7fb3a 22:56:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:56:44 (1/2) Installing ca-certificates (20191127-r4) 22:56:44 (2/2) Installing dumb-init (1.2.2-r1) 22:56:44 Executing busybox-1.31.1-r19.trigger 22:56:44 Executing ca-certificates-20191127-r4.trigger 22:56:44 OK: 6 MiB in 16 packages 22:56:44 ---> 2dcc70403ad1 22:56:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:56:45 ---> fe26157cd72d 22:56:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:56:45 Removing intermediate container fc4d24fc0911 22:56:45 ---> 892094fef93e 22:56:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:56:45 ---> Running in 2889012452ec [Pipeline] } 22:56:46 $ docker stop --time=1 c2ee1644fac6c9bc9a2f5ace34d616d63a6271347bf1205282372bfd9b0c2368 22:56:46 Removing intermediate container 2889012452ec 22:56:46 ---> 0beba9587147 22:56:46 Step 13/22 : ENV APP_PORT=48060 22:56:46 ---> 276258633745 22:56:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:56:46 ---> Running in dd62bdec389f 22:56:46 ---> Running in 9a1c930b7678 22:56:47 Removing intermediate container dd62bdec389f 22:56:47 ---> 621e02f45ea5 22:56:47 Step 14/22 : EXPOSE $APP_PORT 22:56:47 Removing intermediate container 9a1c930b7678 22:56:47 ---> 55bac9834803 22:56:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:56:47 ---> Running in 10dd2c63316b 22:56:47 ---> Running in 6ed25286b117 22:56:47 Removing intermediate container 10dd2c63316b 22:56:47 ---> 08dd14c75a8f 22:56:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:56:48 Removing intermediate container 6ed25286b117 22:56:48 ---> 9a5f1f489e2a 22:56:48 Step 20/22 : LABEL arch=x86_64 22:56:48 $ docker rm -f c2ee1644fac6c9bc9a2f5ace34d616d63a6271347bf1205282372bfd9b0c2368 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 22:56:50 ---> Running in 4a51f9b74a54 22:56:50 ---> 19a619c76c75 22:56:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:56:50 Removing intermediate container aaf953fdc973 22:56:50 ---> 2e4e192334fe 22:56:50 22:56:50 Step 10/23 : FROM alpine:3.12 22:56:50 ---> 389fef711851 22:56:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:56:50 ---> Using cache 22:56:50 ---> 662c00311986 22:56:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:56:50 ---> Using cache 22:56:50 ---> 68ec592d342a 22:56:50 Step 13/23 : ENV APP_PORT=48082 22:56:50 Removing intermediate container 83975addd225 22:56:50 ---> dc1017c1d28e 22:56:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:56:50 ---> Running in ed337644a5ba 22:56:50 ---> Running in a2bfb9a6a427 22:56:50 Removing intermediate container 4a51f9b74a54 22:56:50 ---> ffb38209a5e6 22:56:50 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:56:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:56:51 22:56:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:56:51 ---> Running in 6c0d8de1b177 22:56:51 Removing intermediate container ed337644a5ba 22:56:51 ---> 5cb73bbb07bb 22:56:51 Step 14/23 : EXPOSE $APP_PORT 22:56:51 ---> 03f65dfaef1b 22:56:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:56:51 ---> Running in b73f6119c089 22:56:51 Removing intermediate container 6c0d8de1b177 22:56:51 ---> b6634dc7ba13 22:56:51 Step 22/22 : LABEL version=0.0.0 [Pipeline] isUnix [Pipeline] sh 22:56:51 ---> Running in 65ec477260be 22:56:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:56:51 Removing intermediate container b73f6119c089 22:56:51 ---> 59a9843874c6 22:56:51 Step 15/23 : WORKDIR / 22:56:51 ---> 7dd95d1605cf 22:56:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:56:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:56:51 ---> Running in a707f4a3d7ea 22:56:51 ---> Running in b1fbe5709aa8 22:56:51 latest: Pulling from edgex-devops/edgex-compose-arm64 22:56:51 29e5d40040c1: Pulling fs layer 22:56:51 1ce36da41761: Pulling fs layer 22:56:51 25b303627fd3: Pulling fs layer 22:56:51 29e5d40040c1: Verifying Checksum 22:56:51 29e5d40040c1: Download complete 22:56:51 Removing intermediate container 65ec477260be 22:56:51 ---> 779f66b9ac05 22:56:51 22:56:51 Removing intermediate container b1fbe5709aa8 22:56:51 ---> e58f0e45ee7a 22:56:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:56:52 Removing intermediate container a707f4a3d7ea 22:56:52 ---> 85eabff33216 22:56:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:56:52 Successfully built 779f66b9ac05 22:56:52 ---> Running in c0aa15e82d98 22:56:52 Successfully tagged docker-support-scheduler-go:latest 22:56:52  Building docker-support-scheduler-go ... done Removing intermediate container c0aa15e82d98 22:56:52 ---> 741036a4ac0f 22:56:52 Step 20/22 : LABEL arch=x86_64 22:56:52 ---> 34a8ade84b78 22:56:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:56:52 ---> Running in 1928094c00f9 22:56:52 1ce36da41761: Verifying Checksum 22:56:52 1ce36da41761: Download complete 22:56:52 29e5d40040c1: Pull complete 22:56:52 Removing intermediate container 1928094c00f9 22:56:52 ---> 7cd0c9a1cb60 22:56:52 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:56:53 Removing intermediate container a2bfb9a6a427 22:56:53 ---> a2631e4efdcd 22:56:53 22:56:53 Step 11/26 : FROM docker:20.10.0 22:56:53 ---> Running in 2485cb9e4837 22:56:53 ---> 41a1678f7756 22:56:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:56:53 Removing intermediate container 2485cb9e4837 22:56:53 ---> 75688b53e13b 22:56:53 Step 22/22 : LABEL version=0.0.0 22:56:53 ---> Running in cd5d5ad0e148 22:56:53 ---> 70249c7ca972 22:56:53 Step 19/23 : ENTRYPOINT ["/core-command"] 22:56:53 ---> Running in fb14e3a80852 22:56:53 Removing intermediate container cd5d5ad0e148 22:56:53 ---> a1bd7c6c3a8b 22:56:53 22:56:54 1ce36da41761: Pull complete 22:56:54 25b303627fd3: Verifying Checksum 22:56:54 25b303627fd3: Download complete 22:56:54 20.10.0: Pulling from library/docker 22:56:54 Successfully built a1bd7c6c3a8b 22:56:54 Successfully tagged docker-support-notifications-go:latest 22:56:54  Building docker-support-notifications-go ... done Removing intermediate container fb14e3a80852 22:56:54 ---> 3bce05dbdef3 22:56:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:56:54 ---> Running in 7f80146d2120 22:56:54 Removing intermediate container 7f80146d2120 22:56:54 ---> c3bd1af2e63f 22:56:54 Step 21/23 : LABEL arch=x86_64 22:56:55 ---> Running in 3b760ca6ad52 22:56:55 Removing intermediate container 3b760ca6ad52 22:56:55 ---> ce64343c8b52 22:56:55 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:56:55 ---> Running in a362ab50a4e4 22:56:55 Removing intermediate container a362ab50a4e4 22:56:55 ---> ea3aef22a721 22:56:55 Step 23/23 : LABEL version=0.0.0 22:56:56 ---> Running in 4127a9b6b7cd 22:56:56 Removing intermediate container 4127a9b6b7cd 22:56:56 ---> 89980a989b3f 22:56:56 22:56:56 Successfully built 89980a989b3f 22:56:56 Successfully tagged docker-core-command-go:latest 22:56:58  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:56:58 Status: Downloaded newer image for docker:20.10.0 22:56:58 ---> aefe523efa57 22:56:58 Step 12/26 : RUN apk add --no-cache bash 22:56:59 ---> Running in 30ad581f1d11 22:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:56:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:56:59 (1/2) Installing readline (8.0.4-r0) 22:56:59 (2/2) Installing bash (5.0.17-r0) 22:56:59 Executing bash-5.0.17-r0.post-install 22:56:59 Executing busybox-1.31.1-r19.trigger 22:56:59 OK: 12 MiB in 22 packages 22:57:00 Removing intermediate container 30ad581f1d11 22:57:00 ---> 443bb20b9d82 22:57:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:57:00 ---> Running in dee622eafd86 22:57:00 Removing intermediate container dee622eafd86 22:57:00 ---> b3037948b7cc 22:57:00 Step 14/26 : ENV APP_PORT=48090 22:57:00 ---> Running in a5aca5e84fd0 22:57:00 Removing intermediate container a5aca5e84fd0 22:57:00 ---> 9410ee0a9783 22:57:00 Step 15/26 : EXPOSE $APP_PORT 22:57:00 ---> Running in 02341e1ed02e 22:57:01 Removing intermediate container 02341e1ed02e 22:57:01 ---> f46ee134d762 22:57:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:57:02 ---> 2b24d735d46e 22:57:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:57:02 ---> c39f38903b8d 22:57:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:57:03 ---> 899c1cb2f6d8 22:57:03 Step 19/26 : RUN apk --no-cache add py3-pip 22:57:03 ---> Running in 876a1ecd3f99 22:57:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:03 (1/33) Installing libbz2 (1.0.8-r1) 22:57:03 (2/33) Installing expat (2.2.9-r1) 22:57:03 (3/33) Installing libffi (3.3-r2) 22:57:03 (4/33) Installing gdbm (1.13-r1) 22:57:03 (5/33) Installing xz-libs (5.2.5-r0) 22:57:03 (6/33) Installing sqlite-libs (3.32.1-r0) 22:57:04 25b303627fd3: Pull complete 22:57:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:57:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:57:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:57:04 (7/33) Installing python3 (3.8.5-r0) 22:57:04 prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container 22:57:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:57:05 (8/33) Installing py3-appdirs (1.4.4-r1) 22:57:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:57:05 (10/33) Installing py3-parsing (2.4.7-r0) 22:57:05 (11/33) Installing py3-six (1.15.0-r0) 22:57:05 (12/33) Installing py3-packaging (20.4-r0) 22:57:05 (13/33) Installing py3-setuptools (47.0.0-r0) 22:57:05 (14/33) Installing py3-chardet (3.0.4-r4) 22:57:05 (15/33) Installing py3-idna (2.9-r0) 22:57:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:57:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:57:05 (18/33) Installing py3-requests (2.23.0-r0) 22:57:05 (19/33) Installing py3-msgpack (1.0.0-r0) 22:57:05 (20/33) Installing py3-lockfile (0.12.2-r3) 22:57:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:57:05 (22/33) Installing py3-colorama (0.4.3-r0) 22:57:05 (23/33) Installing py3-distlib (0.3.0-r0) 22:57:05 (24/33) Installing py3-distro (1.5.0-r1) 22:57:05 (25/33) Installing py3-webencodings (0.5.1-r3) 22:57:05 (26/33) Installing py3-html5lib (1.0.1-r4) 22:57:05 (27/33) Installing py3-pytoml (0.1.21-r0) 22:57:05 (28/33) Installing py3-pep517 (0.8.2-r0) 22:57:05 (29/33) Installing py3-progress (1.5-r0) 22:57:05 (30/33) Installing py3-toml (0.10.1-r0) 22:57:05 (31/33) Installing py3-retrying (1.3.3-r0) 22:57:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:57:05 (33/33) Installing py3-pip (20.1.1-r0) 22:57:06 Executing busybox-1.31.1-r19.trigger 22:57:06 OK: 71 MiB in 55 packages 22:57:07 $ docker top 9ac2d83e2a57442ee2eddb7a35145181cd02017d7f54192813ecba5c271ac8aa -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:08 + docker-compose build --help 22:57:08 + grep parallel 22:57:12 --parallel Build images in parallel. [Pipeline] } 22:57:12 $ docker stop --time=1 9ac2d83e2a57442ee2eddb7a35145181cd02017d7f54192813ecba5c271ac8aa 22:57:14 $ docker rm -f 9ac2d83e2a57442ee2eddb7a35145181cd02017d7f54192813ecba5c271ac8aa 22:57:14 Removing intermediate container 876a1ecd3f99 22:57:14 ---> 22a9a809997d 22:57:14 Step 20/26 : RUN pip install docker-compose==1.23.2 22:57:14 ---> Running in d7be632d0e4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:57:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:57:15 . [Pipeline] withDockerContainer 22:57:15 prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container 22:57:15 $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@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-arm64:latest cat 22:57:16 Collecting docker-compose==1.23.2 22:57:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:57:16 Collecting docopt<0.7,>=0.6.1 22:57:16 Downloading docopt-0.6.2.tar.gz (25 kB) 22:57:16 $ docker top b27e502fa1ea2ea0fb147b91f88f0e30b72c846f74c8ffeed97c220d693c2c36 -eo pid,comm 22:57:16 Collecting websocket-client<1.0,>=0.32.0 22:57:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [Pipeline] { 22:57:17 Collecting PyYAML<4,>=3.10 22:57:17 Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] sh 22:57:17 + docker-compose -f ./docker-compose-build.yml build --parallel 22:57:18 Collecting jsonschema<3,>=2.5.1 22:57:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:57:18 Collecting texttable<0.10,>=0.9.0 22:57:18 Downloading texttable-0.9.1.tar.gz (11 kB) 22:57:18 Collecting cached-property<2,>=1.2.0 22:57:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:57:18 Collecting docker<4.0,>=3.6.0 22:57:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:57:18 Collecting dockerpty<0.5,>=0.4.1 22:57:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:57:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:57:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:57:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:57:19 Collecting docker-pycreds>=0.4.0 22:57:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:57:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:57:19 Collecting idna<2.8,>=2.5 22:57:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:57:19 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) 22:57:19 Collecting urllib3<1.25,>=1.21.1 22:57:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:57:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:57:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:57:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:57:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:57:20 Installing collected packages: docopt, websocket-client, PyYAML, jsonschema, texttable, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose 22:57:20 Running setup.py install for docopt: started 22:57:20 Running setup.py install for docopt: finished with status 'done' 22:57:20 Running setup.py install for PyYAML: started 22:57:21 Building docker-core-command-go ... 22:57:21 Building docker-core-data-go ... 22:57:21 Building docker-core-metadata-go ... 22:57:21 Building docker-security-bootstrapper-go ... 22:57:21 Building docker-security-proxy-setup-go ... 22:57:21 Building docker-security-secretstore-setup-go ... 22:57:21 Building docker-support-notifications-go ... 22:57:21 Building docker-support-scheduler-go ... 22:57:21 Building docker-sys-mgmt-agent-go ... 22:57:21 Building docker-support-scheduler-go 22:57:21 Building docker-support-notifications-go 22:57:21 Building docker-security-bootstrapper-go 22:57:21 Building docker-security-proxy-setup-go 22:57:21 Building docker-core-data-go 22:57:21 Running setup.py install for PyYAML: finished with status 'done' 22:57:21 Running setup.py install for texttable: started 22:57:21 Running setup.py install for texttable: finished with status 'done' 22:57:21 Attempting uninstall: idna 22:57:21 Found existing installation: idna 2.9 22:57:21 Uninstalling idna-2.9: 22:57:21 Successfully uninstalled idna-2.9 22:57:22 Attempting uninstall: urllib3 22:57:22 Found existing installation: urllib3 1.25.9 22:57:22 Uninstalling urllib3-1.25.9: 22:57:22 Successfully uninstalled urllib3-1.25.9 22:57:22 Attempting uninstall: requests 22:57:22 Found existing installation: requests 2.23.0 22:57:22 Uninstalling requests-2.23.0: 22:57:22 Successfully uninstalled requests-2.23.0 22:57:22 Running setup.py install for dockerpty: started 22:57:23 Running setup.py install for dockerpty: finished with status 'done' 22:57:23 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 22:57:27 Removing intermediate container d7be632d0e4e 22:57:27 ---> 05c0cc367331 22:57:27 Step 21/26 : RUN apk --no-cache add curl 22:57:27 ---> Running in 8c923efcf9d6 22:57:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:57:27 (2/3) Installing libcurl (7.69.1-r3) 22:57:27 (3/3) Installing curl (7.69.1-r3) 22:57:27 Executing busybox-1.31.1-r19.trigger 22:57:27 OK: 72 MiB in 58 packages 22:57:28 Removing intermediate container 8c923efcf9d6 22:57:28 ---> 524253ac3eb0 22:57:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:57:28 ---> Running in 3caf6fedce96 22:57:28 Removing intermediate container 3caf6fedce96 22:57:28 ---> 250a9792b640 22:57:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:57:28 ---> Running in fd04dc674d0e 22:57:28 Removing intermediate container fd04dc674d0e 22:57:28 ---> 07bbf1d3953b 22:57:28 Step 24/26 : LABEL arch=x86_64 22:57:28 ---> Running in abc002269890 22:57:29 Removing intermediate container abc002269890 22:57:29 ---> 98c9c0548e07 22:57:29 Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 22:57:29 ---> Running in e3fdf01de531 22:57:29 Removing intermediate container e3fdf01de531 22:57:29 ---> 14faf495197f 22:57:29 Step 26/26 : LABEL version=0.0.0 22:57:29 ---> Running in 19968f296726 22:57:29 Removing intermediate container 19968f296726 22:57:29 ---> 5879ee946f82 22:57:29 22:57:29 Successfully built 5879ee946f82 22:57:29 Successfully tagged docker-sys-mgmt-agent-go:latest 22:57:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:57:30 $ docker stop --time=1 f30885fcef00471037c0a9b4a1ce1660c177a3299f610b20546102c0b9f8fc53 22:57:32 $ docker rm -f f30885fcef00471037c0a9b4a1ce1660c177a3299f610b20546102c0b9f8fc53 [Pipeline] // withDockerContainer [Pipeline] sh 22:57:33 + docker images 22:57:33 + grep docker 22:57:33 docker-sys-mgmt-agent-go latest 5879ee946f82 4 seconds ago 313MB 22:57:33 docker-core-command-go latest 89980a989b3f 38 seconds ago 16.2MB 22:57:33 docker-support-notifications-go latest a1bd7c6c3a8b 40 seconds ago 16.9MB 22:57:33 docker-support-scheduler-go latest 779f66b9ac05 42 seconds ago 16.4MB 22:57:33 docker-security-bootstrapper-go latest 49b20bb7056e About a minute ago 41.5MB 22:57:33 docker-core-data-go latest 6698ecd5309f 2 minutes ago 22.3MB 22:57:33 docker-security-secretstore-setup-go latest dfa95bd28120 2 minutes ago 24.6MB 22:57:33 docker-core-metadata-go latest bb9a0d4d579f 2 minutes ago 18.8MB 22:57:33 docker-security-proxy-setup-go latest 39553e3d07ce 2 minutes ago 24.4MB 22:57:33 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:57:49 Still waiting to schedule task 22:57:49 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:58:40 Running on prd-ubuntu18.04-docker-8c-8g-21380 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 22:58:40 Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout 22:58:42 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:42 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:58:42 ---> f1c4245dd2da 22:58:42 Step 3/33 : WORKDIR /edgex-go 22:58:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:58:42 ---> f1c4245dd2da 22:58:42 Step 3/23 : WORKDIR /edgex-go 22:58:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:58:42 ---> f1c4245dd2da 22:58:42 Step 3/22 : WORKDIR /edgex-go 22:58:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:58:42 ---> f1c4245dd2da 22:58:42 Step 3/22 : WORKDIR /edgex-go 22:58:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:58:42 ---> f1c4245dd2da 22:58:42 Step 3/21 : WORKDIR /edgex-go 22:58:42 ---> Running in 77d366d9aed2 22:58:42 ---> Running in 4135d0a4b1f6 22:58:42 ---> Running in 20015c941f49 22:58:42 ---> Running in e1b4bb49a8e2 22:58:42 ---> Running in 42de8fc231fb 22:58:42 Removing intermediate container e1b4bb49a8e2 22:58:42 ---> e6fe5ce076c8 22:58:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:42 Removing intermediate container 4135d0a4b1f6 22:58:42 ---> 60cecfc0b80d 22:58:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:42 Removing intermediate container 77d366d9aed2 22:58:42 ---> 3fc66ccb6274 22:58:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:42 Removing intermediate container 42de8fc231fb 22:58:42 ---> d1334d54f30c 22:58:42 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:42 Removing intermediate container 20015c941f49 22:58:42 ---> f2dffada17c2 22:58:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:42 ---> Running in 86046194595e 22:58:42 ---> Running in 987da5613d88 22:58:42 ---> Running in 80171e0daeb3 22:58:42 ---> Running in 2404e143ce0b 22:58:42 ---> Running in f479e9456958 22:58:42 Removing intermediate container 987da5613d88 22:58:42 ---> a2b093828ee6 22:58:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:58:42 ---> Running in c79e41b29db4 22:58:42 Removing intermediate container f479e9456958 22:58:42 ---> 09f71f5bb2d6 22:58:42 Step 5/21 : RUN apk add --update --no-cache make git 22:58:42 ---> Running in 757f5d3dea55 22:58:42 Removing intermediate container 86046194595e 22:58:42 ---> a486a634b3c2 22:58:42 Step 5/22 : RUN apk add --update --no-cache make git 22:58:42 Removing intermediate container 80171e0daeb3 22:58:42 ---> 9c6ccc64c4b7 22:58:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:58:42 Removing intermediate container 2404e143ce0b 22:58:42 ---> c79c08b888a7 22:58:42 Step 5/33 : RUN apk add --update --no-cache make git 22:58:42 ---> Running in 9685cf6884c6 22:58:42 ---> Running in 7e194eb4835e 22:58:42 ---> Running in b8d96787fd7c 22:58:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:43 using credential edgex-jenkins-ssh 22:58:43 Cloning the remote Git repository 22:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:44 OK: 217 MiB in 51 packages 22:58:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:58:43 > git init /w/workspace/edgex-go/32 # timeout=10 22:58:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:58:43 > git --version # timeout=10 22:58:43 > git --version # 'git version 2.17.1' 22:58:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:44 OK: 217 MiB in 51 packages 22:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:45 OK: 217 MiB in 51 packages 22:58:45 OK: 217 MiB in 51 packages 22:58:45 OK: 217 MiB in 51 packages 22:58:45 Removing intermediate container c79e41b29db4 22:58:45 ---> 7ffd3013917c 22:58:45 Step 6/22 : COPY go.mod . 22:58:45 Removing intermediate container 757f5d3dea55 22:58:45 ---> 7adfcbcbda7c 22:58:45 Step 6/21 : COPY go.mod . 22:58:47 ---> e29f6df3c0ef 22:58:47 Step 7/22 : RUN go mod download 22:58:47 ---> Running in 79320a4b3356 22:58:47 Removing intermediate container b8d96787fd7c 22:58:47 ---> f486f8873a76 22:58:47 Step 6/33 : COPY go.mod . 22:58:47 ---> dddbdff54f67 22:58:47 Step 7/21 : RUN go mod download 22:58:47 Removing intermediate container 9685cf6884c6 22:58:47 ---> fc89945d7017 22:58:47 Step 6/22 : COPY go.mod . 22:58:47 Removing intermediate container 7e194eb4835e 22:58:47 ---> f804ab04da41 22:58:47 Step 6/23 : COPY go.mod . 22:58:47 ---> Running in 919f879d9d62 22:58:48 ---> 085949ee191d 22:58:48 Step 7/33 : RUN go mod download 22:58:48 ---> c61e6a5dfda0 22:58:48 Step 7/22 : RUN go mod download 22:58:48 ---> Running in 5e6952c1a853 22:58:48 ---> 5f62f898de92 22:58:48 Step 7/23 : RUN go mod download 22:58:48 ---> Running in c491a75fdf0c 22:58:49 ---> Running in 92f8164305e3 22:58:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:58:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:58:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:58:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:58:49 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 22:58:49 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 22:58:49 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) 22:58:49 > git config core.sparsecheckout # timeout=10 22:58:49 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 22:58:49 > git remote # timeout=10 22:58:49 > git config --get remote.origin.url # timeout=10 22:58:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:49 > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 22:58:49 > git rev-parse HEAD^{commit} # timeout=10 22:58:49 > git config core.sparsecheckout # timeout=10 22:58:49 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 22:58:51 Removing intermediate container 79320a4b3356 22:58:51 ---> a9f8479a2da6 22:58:51 Step 8/22 : COPY . . 22:58:51 Removing intermediate container 919f879d9d62 22:58:51 ---> 49787eadb994 22:58:51 Step 8/21 : COPY . . 22:58:53 Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:54 + echo snap-build.sh 22:58:54 snap-build.sh 22:58:54 + SNAP_BASE_DIR=. 22:58:54 + '[' '!' -z /w/workspace/edgex-go/32 ']' 22:58:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/32 22:58:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/32]' 22:58:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/32] 22:58:54 + cd /w/workspace/edgex-go/32 22:58:54 + sudo apt-get remove -qy --purge lxd lxd-client 22:58:54 Reading package lists... 22:58:54 Building dependency tree... 22:58:54 Reading state information... 22:58:54 The following packages were automatically installed and are no longer required: 22:58:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:58:54 uidmap xdelta3 22:58:54 Use 'sudo apt autoremove' to remove them. 22:58:54 The following packages will be REMOVED: 22:58:54 lxd* lxd-client* 22:58:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:58:55 After this operation, 31.7 MB disk space will be freed. 22:58:55 Removing intermediate container 5e6952c1a853 22:58:55 ---> 8f86b0924273 22:58:55 Step 8/33 : COPY . . 22:58:55 Removing intermediate container 92f8164305e3 22:58:55 ---> 0f88e931988f 22:58:55 Step 8/23 : COPY . . 22:58:55 Removing intermediate container c491a75fdf0c 22:58:55 ---> 44dd2ba91ae0 22:58:55 Step 8/22 : COPY . . 22:58:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:58:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:58:57 Removing lxd dnsmasq configuration 22:58:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:58:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:58:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:58:58 (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.) 22:58:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:58:59 Processing triggers for systemd (237-3ubuntu10.42) ... 22:58:59 Processing triggers for ureadahead (0.100.0-21) ... 22:59:01 + sudo snap remove --purge lxd 22:59:01 snap "lxd" is not installed 22:59:01 + sudo groupadd --force --system lxd 22:59:01 ++ whoami 22:59:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:59:01 + newgrp - lxd 22:59:01 + sudo snap install lxd 22:59:22 ---> 9779bfc5ebd2 22:59:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:59:22 ---> 22296b084541 22:59:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:59:22 ---> 0e234e6c089b 22:59:22 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:59:22 ---> c2b6fb66e969 22:59:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:59:22 ---> Running in 720f232b15b2 22:59:22 ---> Running in 5681598e7777 22:59:22 ---> Running in f3c1c447a0eb 22:59:22 ---> Running in af078255c5a5 22:59:22 ---> 3c6b2dc23f15 22:59:22 Step 9/23 : RUN make cmd/core-data/core-data 22:59:22 ---> Running in dbf2bfab9e28 22:59:22 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 22:59:22 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 22:59:22 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 22:59:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:59:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:59:58 2021-01-19T22:59:51Z INFO Waiting for automatic snapd restart... 23:00:30 lxd 4.10 from Canonical* installed 23:00:30 + sudo lxd init --auto 23:00:40 + sudo snap install --classic snapcraft 23:00:44 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 23:00:44 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 23:00:59 Removing intermediate container af078255c5a5 23:00:59 ---> e0c91120ce18 23:00:59 23:00:59 Step 10/22 : FROM alpine:3.12 23:00:59 3.12: Pulling from library/alpine 23:00:59 Removing intermediate container 720f232b15b2 23:00:59 ---> 701e28bbf28f 23:00:59 23:00:59 Step 10/22 : FROM alpine:3.12 23:01:00 3.12: Pulling from library/alpine 23:01:00 Removing intermediate container 5681598e7777 23:01:00 ---> f70aa9b54cf6 23:01:00 23:01:00 Step 10/21 : FROM alpine:3.12 23:01:00 3.12: Pulling from library/alpine 23:01:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:02 Status: Downloaded newer image for alpine:3.12 23:01:02 Status: Image is up to date for alpine:3.12 23:01:02 ---> afeebe901d6b 23:01:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:01:02 ---> afeebe901d6b 23:01:02 Step 11/21 : RUN apk add --update --no-cache curl 23:01:02 Status: Downloaded newer image for alpine:3.12 23:01:02 ---> afeebe901d6b 23:01:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:01:02 ---> Running in 1226a21ce0c6 23:01:02 ---> Running in 4f661f08c7d1 23:01:02 ---> Running in 735abe02ffcf 23:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:05 Removing intermediate container f3c1c447a0eb 23:01:05 ---> 2d925ac9769f 23:01:05 23:01:05 Step 10/33 : FROM alpine:3.12 23:01:05 ---> afeebe901d6b 23:01:05 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 23:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:06 ---> Running in fb81bcbd3168 23:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:06 (1/4) Installing ca-certificates (20191127-r4) 23:01:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:01:06 (3/4) Installing libcurl (7.69.1-r3) 23:01:06 (4/4) Installing curl (7.69.1-r3) 23:01:06 Executing busybox-1.31.1-r19.trigger 23:01:06 Executing ca-certificates-20191127-r4.trigger 23:01:06 (1/1) Installing dumb-init (1.2.2-r1) 23:01:06 OK: 7 MiB in 18 packages 23:01:06 Executing busybox-1.31.1-r19.trigger 23:01:06 OK: 5 MiB in 15 packages 23:01:07 (1/2) Installing ca-certificates (20191127-r4) 23:01:07 (2/2) Installing dumb-init (1.2.2-r1) 23:01:07 Executing busybox-1.31.1-r19.trigger 23:01:07 Executing ca-certificates-20191127-r4.trigger 23:01:07 OK: 6 MiB in 16 packages 23:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:09 (1/3) Installing dumb-init (1.2.2-r1) 23:01:09 (2/3) Installing openssl (1.1.1i-r0) 23:01:09 (3/3) Installing su-exec (0.2-r1) 23:01:09 Executing busybox-1.31.1-r19.trigger 23:01:09 OK: 6 MiB in 17 packages 23:01:09 Removing intermediate container 4f661f08c7d1 23:01:09 ---> 2828fd52a085 23:01:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:01:09 ---> Running in 5525d75f4aa7 23:01:11 Removing intermediate container 735abe02ffcf 23:01:11 ---> c932a97848f2 23:01:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:01:11 Removing intermediate container 1226a21ce0c6 23:01:11 ---> ae23b5259429 23:01:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:01:11 ---> Running in 0394aeb560c1 23:01:11 Removing intermediate container 5525d75f4aa7 23:01:11 ---> 2edc21971efd 23:01:11 Step 13/22 : ENV APP_PORT=48085 23:01:11 ---> Running in 4a336a2f1dd5 23:01:12 ---> Running in a669e1d663e7 23:01:12 Removing intermediate container fb81bcbd3168 23:01:12 ---> 614dfb570ac2 23:01:12 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:01:12 Removing intermediate container 0394aeb560c1 23:01:12 ---> b1ee6773b041 23:01:12 Step 13/22 : ENV APP_PORT=48060 23:01:12 ---> Running in 73476ccda735 23:01:12 Removing intermediate container 4a336a2f1dd5 23:01:12 ---> 74958207e7d4 23:01:12 Step 13/21 : WORKDIR /edgex 23:01:12 ---> Running in c37f8fd4de5d 23:01:12 Removing intermediate container a669e1d663e7 23:01:12 ---> f0447c3883b9 23:01:12 Step 14/22 : EXPOSE $APP_PORT 23:01:12 ---> Running in e1f1ef248f5c 23:01:13 ---> Running in 4ef1fb644af4 23:01:13 Removing intermediate container 73476ccda735 23:01:13 ---> 78dc45ff0c45 23:01:13 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 23:01:13 Removing intermediate container c37f8fd4de5d 23:01:13 ---> 4bbdfc4a520e 23:01:13 Step 14/22 : EXPOSE $APP_PORT 23:01:13 ---> Running in 9237cdc56504 23:01:13 ---> Running in 94e4443bcdb2 23:01:14 Removing intermediate container e1f1ef248f5c 23:01:14 ---> eff645ae070f 23:01:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:01:14 Removing intermediate container 4ef1fb644af4 23:01:14 ---> edc10f1b3cae 23:01:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:14 Removing intermediate container 9237cdc56504 23:01:14 ---> 59b2138bcc75 23:01:14 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 23:01:14 Removing intermediate container 94e4443bcdb2 23:01:14 ---> aae186175a63 23:01:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:14 ---> Running in 8597f4121ba3 23:01:15 ---> a79971ea5637 23:01:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:01:15 ---> 7562e6589478 23:01:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:01:16 ---> 168b8f7fb3cf 23:01:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:01:16 Connecting to github.com (140.82.113.4:443) 23:01:16 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.72.20:443) 23:01:17 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:01:17 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:01:17 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:01:17 dockerize 23:01:17 ---> cd4f06d475ea 23:01:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:01:17 ---> 65bb3d2f7e7f 23:01:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:01:18 ---> b1cedcb879c5 23:01:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:01:19 snapcraft 4.4.4 from Canonical* installed 23:01:19 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:01:19 + patch --verbose -p1 23:01:19 Hmm... Looks like a unified diff to me... 23:01:19 The text leading up to this was: 23:01:19 -------------------------- 23:01:19 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:01:19 |From: Tony Espy 23:01:19 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:01:19 |Subject: [PATCH] optimize snap build for pipeline CI check 23:01:19 | 23:01:19 |This patch is used by the EdgeX CI pipeline builds to 23:01:19 |optimize the snap CI check run for pull requests. When 23:01:19 |applied, it essentially strips out everything (apps and 23:01:19 |parts) from the snapcraft.yaml file except those required 23:01:19 |to build edgex-go, as the whole idea of the CI check is to 23:01:19 |catch changes to edgex-go that break the snap build. 23:01:19 | 23:01:19 |In general, anyone updating snapcraft.yaml will also need 23:01:19 |to update this patch file, otherwise it may fail to apply, 23:01:19 |resulting in a failed snap build CI check in the associated 23:01:19 |pull request. 23:01:19 | 23:01:19 |Note - in addition to applying this patch, the pipeline also 23:01:19 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:01:19 |need to build the finally binary .snap file (and it won't 23:01:19 |work with the patch applied). This further reduces the build 23:01:19 |time. 23:01:19 |--- 23:01:19 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:01:19 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:01:19 | 23:01:19 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:01:19 |index 1e537489..faf42425 100644 23:01:19 |--- a/snap/snapcraft.yaml 23:01:19 |+++ b/snap/snapcraft.yaml 23:01:19 -------------------------- 23:01:19 patching file snap/snapcraft.yaml 23:01:19 Using Plan A... 23:01:19 Hunk #1 succeeded at 73. 23:01:19 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 23:01:19 Hunk #3 succeeded at 214 (offset -1 lines). 23:01:19 Hunk #4 succeeded at 222 (offset -1 lines). 23:01:19 Hunk #5 succeeded at 229 (offset -1 lines). 23:01:19 Hunk #6 succeeded at 256 (offset -1 lines). 23:01:19 Hunk #7 succeeded at 290 (offset -1 lines). 23:01:19 Hunk #8 succeeded at 342. 23:01:19 Hmm... Ignoring the trailing garbage. 23:01:19 done 23:01:19 + sudo snapcraft prime --use-lxd 23:01:19 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:01:19 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: 23:01:19 - README.md 23:01:19 - snapcraft.yaml.orig 23:01:19 23:01:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:01:19 Launching a container. 23:01:19 ---> b7b7734897ec 23:01:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:01:19 ---> efb61718122b 23:01:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:01:19 ---> Running in e4bb74dd7a59 23:01:19 ---> a5ebb1bf37a6 23:01:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:01:19 Removing intermediate container 8597f4121ba3 23:01:19 ---> 9e7b7f8cbd20 23:01:19 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 23:01:20 ---> Running in 16105ea8fb72 23:01:20 ---> Running in 3ce0c393ad8b 23:01:20 ---> Running in f18ed7d94fa1 23:01:20 Removing intermediate container e4bb74dd7a59 23:01:20 ---> 214fc9c79701 23:01:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:20 Removing intermediate container 16105ea8fb72 23:01:20 ---> 3cd43a1b2c08 23:01:20 Step 18/21 : CMD ["--init=true"] 23:01:20 ---> Running in 7087de6667a9 23:01:21 Removing intermediate container 3ce0c393ad8b 23:01:21 ---> a17cdc49dbd3 23:01:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:21 ---> Running in 72d90341a278 23:01:21 Removing intermediate container f18ed7d94fa1 23:01:21 ---> 966aa30b288b 23:01:21 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:01:21 ---> Running in fc2fee18cb0c 23:01:21 ---> Running in 0a11b3ba6e51 23:01:22 Removing intermediate container 7087de6667a9 23:01:22 ---> 2e8b46fea720 23:01:22 Step 20/22 : LABEL arch=arm64 23:01:22 Removing intermediate container 72d90341a278 23:01:22 ---> 3278ce4db554 23:01:22 Step 19/21 : LABEL arch=arm64 23:01:22 ---> Running in 9dce0a830a9b 23:01:22 ---> Running in 73cb2fb96d9c 23:01:22 Removing intermediate container fc2fee18cb0c 23:01:22 ---> 12ecaf979672 23:01:22 Step 20/22 : LABEL arch=arm64 23:01:22 Removing intermediate container 0a11b3ba6e51 23:01:22 ---> a732308c3862 23:01:22 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} 23:01:22 ---> Running in bd83103e3777 23:01:23 Removing intermediate container dbf2bfab9e28 23:01:23 ---> c3396487ec07 23:01:23 23:01:23 Step 10/23 : FROM alpine:3.12 23:01:23 ---> afeebe901d6b 23:01:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:01:23 ---> Running in 44b887765ab4 23:01:23 Removing intermediate container 9dce0a830a9b 23:01:23 ---> adb324443651 23:01:23 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:01:23 ---> Running in 021718dbac96 23:01:23 Removing intermediate container 73cb2fb96d9c 23:01:23 ---> c5e6f13d199e 23:01:23 Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:01:23 ---> Running in 2b86edf2cf03 23:01:23 Removing intermediate container bd83103e3777 23:01:23 ---> 7d8e4add0ab5 23:01:23 Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:01:23 ---> Running in 2ac99a443ea9 23:01:24 ---> Running in 5728147c567f 23:01:24 Removing intermediate container 021718dbac96 23:01:24 ---> 3e02707f3cb9 23:01:24 Step 12/23 : ENV APP_PORT=48080 23:01:24 ---> Running in 030f584b8787 23:01:24 Removing intermediate container 2b86edf2cf03 23:01:24 ---> 502f28d91d97 23:01:24 Step 22/22 : LABEL version=0.0.0 23:01:24 Removing intermediate container 2ac99a443ea9 23:01:24 ---> c93064c05e01 23:01:24 Step 21/21 : LABEL version=0.0.0 23:01:24 ---> Running in 9a8eab1a2c05 23:01:24 ---> Running in 298328d53846 23:01:24 Removing intermediate container 5728147c567f 23:01:24 ---> 20e9d3890720 23:01:24 Step 22/22 : LABEL version=0.0.0 23:01:24 Move dockerize executable 23:01:25 Removing intermediate container 030f584b8787 23:01:25 ---> ca8f26a2d3d2 23:01:25 Step 13/23 : EXPOSE $APP_PORT 23:01:25 ---> Running in 6691fdc0dd64 23:01:25 ---> Running in bb0e835358e9 23:01:25 Removing intermediate container 298328d53846 23:01:25 Removing intermediate container 9a8eab1a2c05 23:01:25 ---> dbe36e2ef19d 23:01:25 23:01:25 ---> 86a8fd3a10cf 23:01:25 23:01:25 Removing intermediate container 6691fdc0dd64 23:01:25 ---> 8363ed377edc 23:01:25 23:01:25 Successfully built 86a8fd3a10cf 23:01:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:01:26  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 23:01:26 Successfully built dbe36e2ef19d 23:01:26 Successfully tagged docker-support-scheduler-go-arm64:latest 23:01:26  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 23:01:26 Removing intermediate container bb0e835358e9 23:01:26 ---> 11233c5b8bfe 23:01:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:26 Successfully built 8363ed377edc 23:01:26 Successfully tagged docker-support-notifications-go-arm64:latest 23:01:26  Building docker-support-notifications-go ... done Building docker-core-metadata-go 23:01:26 ---> Running in 61ffb1f6f7af 23:01:26 Removing intermediate container 44b887765ab4 23:01:26 ---> a145a078765a 23:01:26 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 23:01:27 ---> Running in e0060164a601 23:01:27 Waiting for container to be ready 23:01:27 To start your first instance, try: lxc launch ubuntu:18.04 23:01:27 23:01:27 Removing intermediate container e0060164a601 23:01:27 ---> e48bc310f409 23:01:27 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:01:28 ---> b54e7f581dda 23:01:28 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:01:28 ---> Running in 794cfbe92df7 23:01:28 Removing intermediate container 61ffb1f6f7af 23:01:28 ---> f68c18718a63 23:01:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:01:29 ---> Running in 6659d2d911f7 23:01:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:30 Waiting for network to be ready... 23:01:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:31 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:01:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:01:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:01:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 23:01:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:01:32 (1/6) Installing dumb-init (1.2.2-r1) 23:01:32 (2/6) Installing libgcc (9.3.0-r2) 23:01:32 (3/6) Installing libsodium (1.0.18-r0) 23:01:32 (4/6) Installing libstdc++ (9.3.0-r2) 23:01:32 (5/6) Installing libzmq (4.3.3-r0) 23:01:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:01:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 23:01:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:01:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:01:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:01:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:01:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:01:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:01:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:01:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 23:01:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 23:01:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 23:01:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 23:01:32 Removing intermediate container 794cfbe92df7 23:01:32 ---> ceda5f24758e 23:01:32 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:32 (6/6) Installing zeromq (4.3.3-r0) 23:01:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:01:33 Executing busybox-1.31.1-r19.trigger 23:01:33 OK: 8 MiB in 20 packages 23:01:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 23:01:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 23:01:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 23:01:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 23:01:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 23:01:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 23:01:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 23:01:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 23:01:35 Fetched 23.8 MB in 4s (5468 kB/s) 23:01:35 ---> 72482b78afee 23:01:35 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:01:36 Removing intermediate container 6659d2d911f7 23:01:36 ---> e5c9a8bbfd1a 23:01:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:36 Reading package lists... 23:01:36 Reading package lists... 23:01:36 Building dependency tree... 23:01:36 Reading state information... 23:01:36 The following additional packages will be installed: 23:01:36 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:01:36 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:01:36 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:01:36 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:01:36 Suggested packages: 23:01:36 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:01:36 Recommended packages: 23:01:36 gnupg libsasl2-modules 23:01:36 ---> 9cdf5f91350e 23:01:36 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:01:37 The following NEW packages will be installed: 23:01:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:01:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:01:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:01:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:01:37 The following packages will be upgraded: 23:01:37 gpg gpg-agent gpgconf libudev1 23:01:37 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 23:01:37 Need to get 3533 kB of archives. 23:01:37 After this operation, 13.3 MB of additional disk space will be used. 23:01:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:01:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:01:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:01:37 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] 23:01:37 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] 23:01:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:01:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:01:37 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 23:01:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:01:37 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 23:01:37 ---> ff270c116ccf 23:01:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:01:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:01:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:01:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:01:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:01:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:01:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:01:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:01:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:01:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:01:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:01:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:01:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:01:38 debconf: delaying package configuration, since apt-utils is not installed 23:01:38 Fetched 3533 kB in 1s (3460 kB/s) 23:01:38 (Reading database ... 12511 files and directories currently installed.) 23:01:38 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 23:01:38 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:01:38 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 23:01:38 Selecting previously unselected package udev. 23:01:38 (Reading database ... 12511 files and directories currently installed.) 23:01:38 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 23:01:38 Unpacking udev (237-3ubuntu10.44) ... 23:01:38 Selecting previously unselected package libfuse2:amd64. 23:01:38 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:01:38 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:01:39 Selecting previously unselected package fuse. 23:01:39 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:01:39 Unpacking fuse (2.9.7-1ubuntu1) ... 23:01:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:01:39 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:01:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:01:39 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:01:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:01:39 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:01:39 ---> 88d31c7766b1 23:01:39 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:01:39 Selecting previously unselected package libksba8:amd64. 23:01:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:01:39 Unpacking libksba8:amd64 (1.3.5-2) ... 23:01:40 Selecting previously unselected package libroken18-heimdal:amd64. 23:01:40 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:40 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:40 ---> 85a91ef36bce 23:01:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:01:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:01:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:41 ---> cf050386a9b6 23:01:41 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:01:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:01:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:41 ---> c71702480f02 23:01:41 Step 19/23 : ENTRYPOINT ["/core-data"] 23:01:41 ---> Running in 9ae2a36d1236 23:01:41 ---> a5f66d57d92e 23:01:41 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 23:01:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:01:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:42 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:42 ---> Running in 6d464ca14b28 23:01:42 Selecting previously unselected package libwind0-heimdal:amd64. 23:01:42 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:42 Removing intermediate container 9ae2a36d1236 23:01:42 ---> 13b6f0cd8a0d 23:01:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:42 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:42 ---> Running in 5672b78f43af 23:01:42 Removing intermediate container 6d464ca14b28 23:01:42 ---> b0dc66e4f1e6 23:01:42 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:01:42 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:01:42 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:01:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:43 Removing intermediate container 5672b78f43af 23:01:43 ---> 2fc998285e87 23:01:43 Step 21/23 : LABEL arch=arm64 23:01:43 ---> Running in 2e8b0151cd2d 23:01:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:01:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:01:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:01:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:43 ---> e5a0fe79bcd0 23:01:43 Step 28/33 : RUN chmod +x /entrypoint.sh 23:01:43 Selecting previously unselected package libsasl2-modules-db:amd64. 23:01:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:01:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:01:43 Selecting previously unselected package libsasl2-2:amd64. 23:01:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:01:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:01:44 Selecting previously unselected package libldap-common. 23:01:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:01:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:01:44 Selecting previously unselected package libldap-2.4-2:amd64. 23:01:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:01:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:01:44 ---> Running in 468e5a72de54 23:01:44 Removing intermediate container 2e8b0151cd2d 23:01:44 ---> ac22b991fb83 23:01:44 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:01:44 Selecting previously unselected package dirmngr. 23:01:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:01:44 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:01:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:01:44 ---> Running in 36d9df35be8e 23:01:44 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:01:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:01:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:01:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:01:44 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:01:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libksba8:amd64 (1.3.5-2) ... 23:01:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:01:45 Setting up udev (237-3ubuntu10.44) ... 23:01:45 Removing intermediate container 36d9df35be8e 23:01:45 ---> fa9f120e7792 23:01:45 Step 23/23 : LABEL version=0.0.0 23:01:45 invoke-rc.d: policy-rc.d denied execution of start. 23:01:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 ---> Running in 6b8f553bd4e1 23:01:45 Processing triggers for systemd (237-3ubuntu10) ... 23:01:45 Setting up fuse (2.9.7-1ubuntu1) ... 23:01:45 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:01:45 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:01:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:01:45 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:01:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:01:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:01:46 settings in the [Install] section, and DefaultInstance for template units). 23:01:46 This means they are not meant to be enabled using systemctl. 23:01:46 Possible reasons for having this kind of units are: 23:01:46 1) A unit may be statically enabled by being symlinked from another unit's 23:01:46 .wants/ or .requires/ directory. 23:01:46 2) A unit's purpose may be to act as a helper for some other unit which has 23:01:46 a requirement dependency on it. 23:01:46 3) A unit may be started when needed via activation (socket, path, timer, 23:01:46 D-Bus, udev, scripted systemctl call, ...). 23:01:46 4) In case of template units, the unit is meant to be enabled with some 23:01:46 instance name specified. 23:01:46 Reading package lists... 23:01:46 Building dependency tree... 23:01:46 Reading state information... 23:01:46 The following additional packages will be installed: 23:01:46 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:01:46 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:01:46 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:01:46 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:01:46 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:01:46 Suggested packages: 23:01:46 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:01:46 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:01:46 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:01:46 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:01:46 systemd-container policykit-1 23:01:46 Recommended packages: 23:01:46 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:01:46 The following NEW packages will be installed: 23:01:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:01:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:01:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:01:46 multiarch-support openssh-client python3 python3-minimal python3.6 23:01:46 python3.6-minimal snapd squashfs-tools sudo 23:01:46 The following packages will be upgraded: 23:01:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:01:46 Removing intermediate container 6b8f553bd4e1 23:01:46 ---> d55c60391ddd 23:01:46 23:01:47 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 23:01:47 Need to get 35.2 MB of archives. 23:01:47 After this operation, 141 MB of additional disk space will be used. 23:01:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 23:01:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:01:47 Successfully built d55c60391ddd 23:01:47 Successfully tagged docker-core-data-go-arm64:latest 23:01:47  Building docker-core-data-go ... done Building docker-core-command-go 23:01:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:01:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:01:47 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 23:01:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:01:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:01:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:01:47 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:01:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:01:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:01:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:01:47 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:01:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:01:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:01:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:01:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:01:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:01:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:01:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:01:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:01:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:01:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:01:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:01:48 Removing intermediate container 468e5a72de54 23:01:48 ---> 82c951231c04 23:01:48 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 23:01:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:01:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:01:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:01:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:01:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:01:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:01:48 ---> Running in f07e3ee76f40 23:01:49 debconf: delaying package configuration, since apt-utils is not installed 23:01:49 Fetched 35.2 MB in 2s (16.1 MB/s) 23:01:49 (Reading database ... 12757 files and directories currently installed.) 23:01:49 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 23:01:49 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:01:49 Removing intermediate container f07e3ee76f40 23:01:49 ---> 72b40c25d249 23:01:49 Step 30/33 : CMD ["gate"] 23:01:50 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 23:01:50 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:01:50 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 23:01:50 (Reading database ... 12757 files and directories currently installed.) 23:01:50 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:01:50 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:01:50 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:01:50 (Reading database ... 12757 files and directories currently installed.) 23:01:50 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:01:50 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:01:50 ---> Running in ef080c2e78c0 23:01:50 Setting up apt (1.6.12ubuntu0.2) ... 23:01:50 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:01:51 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:01:51 (Reading database ... 12764 files and directories currently installed.) 23:01:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:01:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:01:51 Removing intermediate container ef080c2e78c0 23:01:51 ---> a4fc36155fbc 23:01:51 Step 31/33 : LABEL arch=arm64 23:01:51 Selecting previously unselected package libpython3.6-minimal:amd64. 23:01:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:01:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:01:51 Selecting previously unselected package libexpat1:amd64. 23:01:51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:01:51 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:01:51 Selecting previously unselected package python3.6-minimal. 23:01:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:01:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:01:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:01:52 Checking for services that may need to be restarted...done. 23:01:52 Checking for services that may need to be restarted...done. 23:01:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:01:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:01:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:01:52 ---> Running in 0fa0db826abb 23:01:53 Selecting previously unselected package python3-minimal. 23:01:53 (Reading database ... 13012 files and directories currently installed.) 23:01:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:01:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:01:53 Selecting previously unselected package mime-support. 23:01:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:01:53 Unpacking mime-support (3.60ubuntu1) ... 23:01:53 Removing intermediate container 0fa0db826abb 23:01:53 ---> 140e75274c6e 23:01:53 Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:01:53 Selecting previously unselected package libmpdec2:amd64. 23:01:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:01:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:01:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:01:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:01:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:01:53 Selecting previously unselected package python3.6. 23:01:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:01:53 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:01:53 Selecting previously unselected package libpython3-stdlib:amd64. 23:01:53 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:01:53 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:01:53 Setting up python3-minimal (3.6.7-1~18.04) ... 23:01:54 Selecting previously unselected package python3. 23:01:54 (Reading database ... 13442 files and directories currently installed.) 23:01:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:01:54 Unpacking python3 (3.6.7-1~18.04) ... 23:01:54 Selecting previously unselected package multiarch-support. 23:01:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:01:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:01:54 ---> Running in 0d8b4558c801 23:01:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:01:54 Selecting previously unselected package liblzo2-2:amd64. 23:01:54 (Reading database ... 13479 files and directories currently installed.) 23:01:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:01:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:01:54 Selecting previously unselected package libbsd0:amd64. 23:01:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:01:54 Removing intermediate container 0d8b4558c801 23:01:54 ---> dc40449fa532 23:01:54 Step 33/33 : LABEL version=0.0.0 23:01:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:01:55 Selecting previously unselected package sudo. 23:01:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:01:55 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:01:55 Selecting previously unselected package apparmor. 23:01:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:01:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:01:55 Selecting previously unselected package libedit2:amd64. 23:01:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:01:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:01:55 Selecting previously unselected package libkrb5support0:amd64. 23:01:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:01:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:01:55 Selecting previously unselected package libk5crypto3:amd64. 23:01:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:01:55 ---> Running in 02cefb691dfa 23:01:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:01:55 Selecting previously unselected package libkeyutils1:amd64. 23:01:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:01:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:01:55 Selecting previously unselected package libkrb5-3:amd64. 23:01:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:01:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:01:56 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:01:56 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:01:56 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:01:56 Selecting previously unselected package libssl1.0.0:amd64. 23:01:56 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:01:56 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:01:56 Selecting previously unselected package openssh-client. 23:01:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:01:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:01:56 Selecting previously unselected package squashfs-tools. 23:01:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:01:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:01:56 Selecting previously unselected package snapd. 23:01:56 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:01:56 Unpacking snapd (2.48+18.04) ... 23:01:56 Removing intermediate container 02cefb691dfa 23:01:56 ---> 42d99bbf387e 23:01:56 23:01:57 Successfully built 42d99bbf387e 23:01:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:01:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:01:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:01:58 Setting up mime-support (3.60ubuntu1) ... 23:01:58 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:01:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:01:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:01:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:01:59 Setting up systemd (237-3ubuntu10.44) ... 23:01:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:02:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:02:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:02:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:02:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:02:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:02:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:02:00 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:02:00 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:02:00 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:02:01 Setting up python3 (3.6.7-1~18.04) ... 23:02:01 running python rtupdate hooks for python3.6... 23:02:01 running python post-rtupdate hooks for python3.6... 23:02:01 Setting up apparmor (2.12-4ubuntu5.1) ... 23:02:02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:02:02 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:02:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:02:02 Setting up snapd (2.48+18.04) ... 23:02:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:02:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:02:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:02:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:02:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:02:03 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:02:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:02:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:02:04 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:02:04 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:02:04 /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' 23:02:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:02:04 Processing triggers for systemd (237-3ubuntu10.44) ... 23:02:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:02:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:02:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:02:06 Reading package lists... 23:02:06 Reading package lists... 23:02:07 Building dependency tree... 23:02:07 Reading state information... 23:02:07 Calculating upgrade... 23:02:07 The following packages will be upgraded: 23:02:07 advancecomp base-files bash binutils binutils-common 23:02:07 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:02:07 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:02:07 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:02:07 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:02:07 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:02:07 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:02:07 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:02:07 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 23:02:07 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 23:02:07 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 23:02:07 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 23:02:07 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 23:02:07 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 23:02:07 ubuntu-keyring util-linux 23:02:07 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:02:07 Need to get 63.7 MB of archives. 23:02:07 After this operation, 5203 kB of additional disk space will be used. 23:02:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 23:02:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:02:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:02:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:02:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:02:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:02:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:02:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:02:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:02:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:02:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:02:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:02:08 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:02:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:02:08 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:02:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:02:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:02:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:02:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:02:08 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:02:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:02:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:02:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:02:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:02:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:02:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:02:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:02:08 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:02:08 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:02:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:02:08 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:02:08 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:02:08 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:02:08 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:02:08 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:02:08 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:02:08 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:02:08 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:02:08 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 23:02:08 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:02:08 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:02:08 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:02:08 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:02:08 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:02:08 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:02:08 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:02:08 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:02:08 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:02:08 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:02:08 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:02:08 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:02:08 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:02:08 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:02:08 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:02:08 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:02:08 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:02:08 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:02:08 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:02:08 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:02:08 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:02:08 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:02:08 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:02:08 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:02:08 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:02:08 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:02:08 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:02:08 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:02:08 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:02:08 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:02:08 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:02:08 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:02:08 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:02:08 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:02:08 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:02:08 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:02:09 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:02:09 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:02:09 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 23:02:09 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:02:09 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:02:09 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] 23:02:09 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:02:09 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:02:09 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:02:09 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:02:09 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:02:09 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:02:09 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:02:09 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:02:10 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:02:10 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:02:10 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:02:10 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:02:10 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:02:10 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:02:10 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:02:10 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:02:10 debconf: delaying package configuration, since apt-utils is not installed 23:02:10 Fetched 63.7 MB in 3s (19.8 MB/s) 23:02:10 (Reading database ... 13912 files and directories currently installed.) 23:02:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:02:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:02:11 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:02:11 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:02:11 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 23:02:11 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 23:02:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:15 (Reading database ... 13911 files and directories currently installed.) 23:02:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:02:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:02:16 (Reading database ... 13911 files and directories currently installed.) 23:02:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:02:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:02:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:16 (Reading database ... 13911 files and directories currently installed.) 23:02:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:02:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:02:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:02:17 (Reading database ... 13911 files and directories currently installed.) 23:02:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:02:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:02:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:02:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:02:18 Setting up base-files (10.1ubuntu2.10) ... 23:02:18 Installing new version of config file /etc/issue ... 23:02:18 Installing new version of config file /etc/issue.net ... 23:02:18 Installing new version of config file /etc/lsb-release ... 23:02:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:02:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:02:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:02:18 Removing obsolete conffile /etc/default/motd-news ... 23:02:18 (Reading database ... 13912 files and directories currently installed.) 23:02:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:02:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:02:18 Setting up bash (4.4.18-2ubuntu1.2) ... 23:02:18 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 23:02:18 (Reading database ... 13912 files and directories currently installed.) 23:02:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:02:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:02:19 (Reading database ... 13912 files and directories currently installed.) 23:02:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:02:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:02:19 Setting up tar (1.29b-2ubuntu0.2) ... 23:02:19 (Reading database ... 13912 files and directories currently installed.) 23:02:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:02:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:02:19  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:02:19 ---> f1c4245dd2da 23:02:19 Step 3/26 : WORKDIR /edgex-go 23:02:19 ---> Using cache 23:02:19 ---> f2dffada17c2 23:02:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:19 ---> Using cache 23:02:19 ---> 09f71f5bb2d6 23:02:19 Step 5/26 : RUN apk add --update --no-cache make bash git 23:02:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:02:19 ---> f1c4245dd2da 23:02:19 Step 3/24 : WORKDIR /edgex-go 23:02:19 ---> Using cache 23:02:19 ---> f2dffada17c2 23:02:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:19 ---> Using cache 23:02:19 ---> 09f71f5bb2d6 23:02:19 Step 5/24 : RUN apk add --update --no-cache make git 23:02:19 ---> Using cache 23:02:19 ---> 7adfcbcbda7c 23:02:19 Step 6/24 : COPY go.mod . 23:02:19 ---> Using cache 23:02:19 ---> dddbdff54f67 23:02:19 Step 7/24 : RUN go mod download 23:02:19 ---> Using cache 23:02:19 ---> 49787eadb994 23:02:19 Step 8/24 : COPY . . 23:02:19 ---> Using cache 23:02:19 ---> 22296b084541 23:02:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:02:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:02:19 ---> f1c4245dd2da 23:02:19 Step 3/23 : WORKDIR /edgex-go 23:02:19 ---> Using cache 23:02:19 ---> f2dffada17c2 23:02:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:19 ---> Using cache 23:02:19 ---> 09f71f5bb2d6 23:02:19 Step 5/23 : RUN apk add --update --no-cache make git 23:02:19 ---> Using cache 23:02:19 ---> 7adfcbcbda7c 23:02:19 Step 6/23 : COPY go.mod . 23:02:19 ---> Using cache 23:02:19 ---> dddbdff54f67 23:02:19 Step 7/23 : RUN go mod download 23:02:19 ---> Using cache 23:02:19 ---> 49787eadb994 23:02:19 Step 8/23 : COPY . . 23:02:19 ---> Using cache 23:02:19 ---> 22296b084541 23:02:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:02:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:02:19 (Reading database ... 13912 files and directories currently installed.) 23:02:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:02:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:02:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:02:19 (Reading database ... 13912 files and directories currently installed.) 23:02:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:02:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:02:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:02:20 (Reading database ... 13912 files and directories currently installed.) 23:02:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:02:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:02:20 Setting up grep (3.1-2build1) ... 23:02:20 (Reading database ... 13912 files and directories currently installed.) 23:02:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:02:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:02:20 Setting up login (1:4.5-1ubuntu2) ... 23:02:20 (Reading database ... 13912 files and directories currently installed.) 23:02:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:02:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:02:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:02:21 (Reading database ... 13912 files and directories currently installed.) 23:02:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:02:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:02:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:02:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:02:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:02:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:02:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:02:22 (Reading database ... 13912 files and directories currently installed.) 23:02:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:02:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:02:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:02:23 ---> f1c4245dd2da 23:02:23 Step 3/23 : WORKDIR /edgex-go 23:02:23 ---> Using cache 23:02:23 ---> f2dffada17c2 23:02:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:23 ---> Using cache 23:02:23 ---> 09f71f5bb2d6 23:02:23 Step 5/23 : RUN apk add --update --no-cache make git 23:02:23 ---> Using cache 23:02:23 ---> 7adfcbcbda7c 23:02:23 Step 6/23 : COPY go.mod . 23:02:23 ---> Using cache 23:02:23 ---> dddbdff54f67 23:02:23 Step 7/23 : RUN go mod download 23:02:23 ---> Using cache 23:02:23 ---> 49787eadb994 23:02:23 Step 8/23 : COPY . . 23:02:23 ---> Using cache 23:02:23 ---> 22296b084541 23:02:23 Step 9/23 : RUN make cmd/core-command/core-command 23:02:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:02:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:02:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:02:23 ---> Running in e0a886a2a491 23:02:23 ---> Running in f870efd3e0bd 23:02:23 ---> Running in dfc487e7c8d9 23:02:23 ---> Running in 916b2867de3e 23:02:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:02:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:02:23 (Reading database ... 13912 files and directories currently installed.) 23:02:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:02:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:02:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:02:24 (Reading database ... 13912 files and directories currently installed.) 23:02:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:02:24 (Reading database ... 13912 files and directories currently installed.) 23:02:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:02:24 (Reading database ... 13912 files and directories currently installed.) 23:02:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:02:24 (Reading database ... 13912 files and directories currently installed.) 23:02:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:02:24 (Reading database ... 13912 files and directories currently installed.) 23:02:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:02:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:02:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:02:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:02:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:02:25 (Reading database ... 13912 files and directories currently installed.) 23:02:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:02:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:02:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:02:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:02:25 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 23:02:25 (Reading database ... 13912 files and directories currently installed.) 23:02:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:02:25 (Reading database ... 13912 files and directories currently installed.) 23:02:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:02:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:26 (Reading database ... 13912 files and directories currently installed.) 23:02:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:02:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:02:27 OK: 217 MiB in 51 packages 23:02:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:02:27 (Reading database ... 13912 files and directories currently installed.) 23:02:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:02:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:02:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:02:27 (Reading database ... 13912 files and directories currently installed.) 23:02:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:02:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:02:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:02:28 (Reading database ... 13914 files and directories currently installed.) 23:02:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:02:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:02:28 Removing intermediate container e0a886a2a491 23:02:28 ---> b406a268a7c8 23:02:28 Setting up debconf (1.5.66ubuntu1) ... 23:02:28 Step 6/26 : COPY go.mod . 23:02:28 (Reading database ... 13914 files and directories currently installed.) 23:02:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:02:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:02:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:02:29 (Reading database ... 13914 files and directories currently installed.) 23:02:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:02:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:02:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:02:29 (Reading database ... 13914 files and directories currently installed.) 23:02:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:02:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:02:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:02:29 ---> f79e0f2a5d82 23:02:29 Step 7/26 : RUN go mod download 23:02:29 (Reading database ... 13914 files and directories currently installed.) 23:02:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:02:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:02:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 23:02:29 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:02:30 ---> Running in 2f3257e99bd3 23:02:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:02:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:02:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:02:30 (Reading database ... 13914 files and directories currently installed.) 23:02:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:02:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:02:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:02:30 (Reading database ... 13914 files and directories currently installed.) 23:02:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:02:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:02:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:02:30 (Reading database ... 13914 files and directories currently installed.) 23:02:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:02:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:02:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:02:31 (Reading database ... 13914 files and directories currently installed.) 23:02:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:02:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:02:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:02:32 (Reading database ... 13914 files and directories currently installed.) 23:02:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:02:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:02:32 Setting up passwd (1:4.5-1ubuntu2) ... 23:02:32 (Reading database ... 13914 files and directories currently installed.) 23:02:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:02:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:02:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:02:32 (Reading database ... 13914 files and directories currently installed.) 23:02:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:02:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:02:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:02:33 (Reading database ... 13914 files and directories currently installed.) 23:02:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:02:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:02:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:02:33 (Reading database ... 13914 files and directories currently installed.) 23:02:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:02:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:02:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:02:33 (Reading database ... 13914 files and directories currently installed.) 23:02:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:02:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:02:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:02:33 (Reading database ... 13914 files and directories currently installed.) 23:02:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:02:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:02:34 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:02:34 (Reading database ... 13914 files and directories currently installed.) 23:02:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:02:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:02:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:02:34 (Reading database ... 13915 files and directories currently installed.) 23:02:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:02:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:02:34 Removing intermediate container 2f3257e99bd3 23:02:34 ---> abd35e501a8c 23:02:34 Step 8/26 : COPY . . 23:02:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:02:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:02:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:02:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:02:35 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:02:35 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:02:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:02:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:02:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:02:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:02:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:02:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:02:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:02:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:02:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:02:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:02:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:02:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:02:36 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:02:36 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:02:36 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 23:02:36 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 23:02:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:02:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:02:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:02:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:02:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:02:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:02:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:02:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:02:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:02:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:02:38 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:02:38 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:02:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:02:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:02:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:02:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:02:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:02:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:02:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:02:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:02:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:02:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:02:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:02:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:02:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:02:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:02:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:02:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:02:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:02:44 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:44 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:02:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:02:44 Setting up tzdata (2020f-0ubuntu0.18.04) ... 23:02:44 23:02:44 Current default time zone: 'Etc/UTC' 23:02:44 Local time is now: Tue Jan 19 23:02:44 UTC 2021. 23:02:44 Universal Time is now: Tue Jan 19 23:02:44 UTC 2021. 23:02:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:02:44 23:02:44 Setting up systemd-sysv (237-3ubuntu10.44) ... 23:02:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:44 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 23:02:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:02:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:02:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:02:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:02:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:02:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:02:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:02:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:02:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:02:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:02:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:45 Setting up patch (2.7.6-2ubuntu1.1) ... 23:02:45 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:02:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:02:45 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:02:45 Installing new version of config file /etc/ssl/openssl.cnf ... 23:02:45 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:02:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:02:45 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:02:46 Updating certificates in /etc/ssl/certs... 23:02:47 22 added, 17 removed; done. 23:02:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:02:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:02:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:02:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:02:47 Setting up pkgbinarymangler (138.18.04.1) ... 23:02:48 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:02:48 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up perl (5.26.1-6ubuntu0.5) ... 23:02:48 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:02:48 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:02:48 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:02:48 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:02:48 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:02:48 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:02:48 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:02:48 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:02:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:02:48 Processing triggers for systemd (237-3ubuntu10.44) ... 23:02:48 Processing triggers for mime-support (3.60ubuntu1) ... 23:02:48 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:02:48 Updating certificates in /etc/ssl/certs... 23:02:49 0 added, 0 removed; done. 23:02:49 Running hooks in /etc/ca-certificates/update.d... 23:02:49 done. 23:02:50 Reading package lists... 23:02:50 Building dependency tree... 23:02:50 Reading state information... 23:02:50 The following NEW packages will be installed: 23:02:50 apt-transport-https 23:02:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:02:50 Need to get 1696 B of archives. 23:02:50 After this operation, 153 kB of additional disk space will be used. 23:02:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:02:50 debconf: delaying package configuration, since apt-utils is not installed 23:02:50 Fetched 1696 B in 0s (8538 B/s) 23:02:50 Selecting previously unselected package apt-transport-https. 23:02:50 (Reading database ... 13929 files and directories currently installed.) 23:02:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:02:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:02:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:02:50 Waiting for network to be ready... 23:02:56 ---> 255c13e61db9 23:02:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:02:56 ---> Running in d621ceea664a 23:02:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:02:57 2021-01-19T23:02:54Z INFO Waiting for automatic snapd restart... 23:02:57 snapd 2.48.2 from Canonical* installed 23:02:58 "snapd" switched to the "latest/stable" channel 23:02:58 23:03:01 core18 20201210 from Canonical* installed 23:03:01 "core18" switched to the "latest/stable" channel 23:03:01 23:03:04 snapcraft 4.4.4 from Canonical* installed 23:03:04 "snapcraft" switched to the "latest/stable" channel 23:03:04 23:03:08 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: 23:03:08 - README.md 23:03:08 - snapcraft.yaml.orig 23:03:08 23:03:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:03:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:03:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:03:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:03:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:03:15 Reading package lists... 23:03:16 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 23:03:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:03:23 Reading package lists... 23:03:23 Building dependency tree... 23:03:23 Reading state information... 23:03:23 Suggested packages: 23:03:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:03:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:03:23 Recommended packages: 23:03:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:03:23 The following NEW packages will be installed: 23:03:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:03:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:03:23 pkg-config zip 23:03:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:03:23 Need to get 7655 kB of archives. 23:03:23 After this operation, 43.7 MB of additional disk space will be used. 23:03:23 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:03:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:03:23 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:03:23 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:03:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:03:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:03:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:03:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:03:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:03:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:03:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:03:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:03:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:03:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:03:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:03:24 debconf: delaying package configuration, since apt-utils is not installed 23:03:24 Fetched 7655 kB in 1s (5947 kB/s) 23:03:24 Selecting previously unselected package libglib2.0-0:amd64. 23:03:24 (Reading database ... 13933 files and directories currently installed.) 23:03:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:03:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:03:24 Selecting previously unselected package libpsl5:amd64. 23:03:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:03:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:03:24 Selecting previously unselected package libnghttp2-14:amd64. 23:03:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:03:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:03:24 Selecting previously unselected package librtmp1:amd64. 23:03:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:03:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:03:24 Selecting previously unselected package libcurl3-gnutls:amd64. 23:03:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:03:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:03:24 Selecting previously unselected package liberror-perl. 23:03:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:03:24 Unpacking liberror-perl (0.17025-1) ... 23:03:25 Selecting previously unselected package git-man. 23:03:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:03:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:03:25 Selecting previously unselected package git. 23:03:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:03:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:03:26 Selecting previously unselected package libnorm1:amd64. 23:03:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:03:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:03:26 Selecting previously unselected package libpgm-5.2-0:amd64. 23:03:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:03:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:03:26 Selecting previously unselected package libsodium23:amd64. 23:03:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:03:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:03:26 Selecting previously unselected package libzmq5:amd64. 23:03:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:03:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:03:26 Selecting previously unselected package libzmq3-dev:amd64. 23:03:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:03:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:03:26 Selecting previously unselected package pkg-config. 23:03:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:03:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:03:26 Selecting previously unselected package zip. 23:03:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:03:26 Unpacking zip (3.0-11build1) ... 23:03:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:03:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:03:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:03:26 Setting up liberror-perl (0.17025-1) ... 23:03:26 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:03:26 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:03:26 No schema files found: doing nothing. 23:03:26 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:03:26 Setting up zip (3.0-11build1) ... 23:03:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:03:27 Setting up libsodium23:amd64 (1.0.16-2) ... 23:03:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:03:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:03:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:03:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:03:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:03:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:03:29 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 23:03:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:03:34 git set to automatically installed. 23:03:34 git-man set to automatically installed. 23:03:34 libcurl3-gnutls set to automatically installed. 23:03:34 liberror-perl set to automatically installed. 23:03:34 libglib2.0-0 set to automatically installed. 23:03:34 libnghttp2-14 set to automatically installed. 23:03:34 libnorm1 set to automatically installed. 23:03:34 libpgm-5.2-0 set to automatically installed. 23:03:34 libpsl5 set to automatically installed. 23:03:34 librtmp1 set to automatically installed. 23:03:34 libsodium23 set to automatically installed. 23:03:34 libzmq3-dev set to automatically installed. 23:03:34 libzmq5 set to automatically installed. 23:03:34 pkg-config set to automatically installed. 23:03:34 zip set to automatically installed. 23:03:41 Removing intermediate container 916b2867de3e 23:03:41 ---> b085598ddf21 23:03:41 23:03:41 Step 10/24 : FROM alpine:3.12 23:03:41 ---> afeebe901d6b 23:03:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:03:41 ---> Running in 03be104ed3d2 23:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:43 (1/5) Installing ca-certificates (20191127-r4) 23:03:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:03:43 (3/5) Installing libcurl (7.69.1-r3) 23:03:43 (4/5) Installing curl (7.69.1-r3) 23:03:43 (5/5) Installing dumb-init (1.2.2-r1) 23:03:43 Executing busybox-1.31.1-r19.trigger 23:03:43 Executing ca-certificates-20191127-r4.trigger 23:03:43 OK: 7 MiB in 19 packages 23:03:46 Removing intermediate container dfc487e7c8d9 23:03:46 ---> 757228223c1c 23:03:46 23:03:46 Step 10/23 : FROM alpine:3.12 23:03:46 ---> afeebe901d6b 23:03:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:03:46 ---> Using cache 23:03:46 ---> 2828fd52a085 23:03:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:03:46 ---> Using cache 23:03:46 ---> 2edc21971efd 23:03:46 Step 13/23 : ENV APP_PORT=48082 23:03:46 ---> Running in d56c9c841c59 23:03:46 Removing intermediate container 03be104ed3d2 23:03:46 ---> c12d7c38fdd4 23:03:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:03:46 Removing intermediate container d56c9c841c59 23:03:46 ---> 7c5f96bfea87 23:03:46 Step 14/23 : EXPOSE $APP_PORT 23:03:46 ---> Running in 1911628a885c 23:03:47 ---> Running in d407d079772e 23:03:47 Removing intermediate container 1911628a885c 23:03:47 ---> 0eb0adf81725 23:03:47 Step 13/24 : WORKDIR / 23:03:47 Removing intermediate container d407d079772e 23:03:47 ---> a6c69c056126 23:03:47 Step 15/23 : WORKDIR / 23:03:48 ---> Running in 3d78f956a203 23:03:48 ---> Running in a351c2553de0 23:03:48 Removing intermediate container a351c2553de0 23:03:48 ---> e7303cd58475 23:03:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:48 Removing intermediate container 3d78f956a203 23:03:48 ---> f383ccce32f8 23:03:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:03:50 ---> d717584a4eb1 23:03:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:03:50 ---> 14dc7491d217 23:03:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:03:51 ---> 5b2003858e72 23:03:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:03:52 snapd is not logged in, snap install commands will use sudo 23:03:52 ---> cac90f2df13a 23:03:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:03:52 ---> 1b3ebd0ed3b1 23:03:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:03:53 ---> 1fd2efd8e127 23:03:53 Step 19/23 : ENTRYPOINT ["/core-command"] 23:03:53 ---> Running in 749672d1fbd5 23:03:54 Removing intermediate container 749672d1fbd5 23:03:54 ---> 3d9676471646 23:03:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:54 ---> 6b82fcce2099 23:03:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:03:54 ---> Running in f2b69ea63bbf 23:03:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:03:55 Removing intermediate container f2b69ea63bbf 23:03:55 ---> c206a2547c49 23:03:55 Step 21/23 : LABEL arch=arm64 23:03:56 ---> Running in 49f0c2253557 23:03:56 ---> ec5e7157d753 23:03:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:03:56 Removing intermediate container 49f0c2253557 23:03:56 ---> bb33db1116ec 23:03:56 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:03:57 ---> Running in e19a1d95cd63 23:03:57 ---> 1dd80f3a1f70 23:03:57 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/ 23:03:58 Removing intermediate container e19a1d95cd63 23:03:58 ---> 8458b905534b 23:03:58 Step 23/23 : LABEL version=0.0.0 23:03:58 ---> Running in 614a644162e1 23:03:58 ---> Running in 3a1a01622f2b 23:03:58 Removing intermediate container f870efd3e0bd 23:03:58 ---> 7bed5b9adfb3 23:03:58 23:03:58 Step 10/23 : FROM alpine:3.12 23:03:58 ---> afeebe901d6b 23:03:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:03:58 ---> Using cache 23:03:58 ---> 2828fd52a085 23:03:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:03:58 ---> Using cache 23:03:58 ---> 2edc21971efd 23:03:58 Step 13/23 : ENV APP_PORT=48081 23:03:58 ---> Running in dbf1bf4a09fc 23:03:59 Removing intermediate container 3a1a01622f2b 23:03:59 ---> e900c7279584 23:03:59 23:03:59 Successfully built e900c7279584 23:03:59 Successfully tagged docker-core-command-go-arm64:latest 23:04:00  Building docker-core-command-go ... done Removing intermediate container dbf1bf4a09fc 23:04:00 ---> a539590fa9a5 23:04:00 Step 14/23 : EXPOSE $APP_PORT 23:04:00 ---> Running in 731e90d8b745 23:04:00 Removing intermediate container d621ceea664a 23:04:00 ---> 63ae4ce9ff30 23:04:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:04:00 Removing intermediate container 731e90d8b745 23:04:00 ---> 74b24a1245f1 23:04:00 Step 15/23 : WORKDIR / 23:04:01 ---> Running in 5cffd7be1f85 23:04:01 ---> Running in 070d87bcdc39 23:04:01 Removing intermediate container 614a644162e1 23:04:01 ---> d89ed755ffde 23:04:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:04:01 ---> Running in 51ad984195e7 23:04:01 Removing intermediate container 070d87bcdc39 23:04:01 ---> 73b944f99a4c 23:04:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:04:02 Removing intermediate container 51ad984195e7 23:04:02 ---> 552544a68211 23:04:02 Step 22/24 : LABEL arch=arm64 23:04:02 ---> Running in c1e3e0f4c76b 23:04:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:04:02 ---> f844feb52905 23:04:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:04:02 Removing intermediate container c1e3e0f4c76b 23:04:02 ---> 9eca8c8b1c37 23:04:02 Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:04:03 ---> Running in 6604bdd187a2 23:04:03 Removing intermediate container 6604bdd187a2 23:04:03 ---> af216da1ca8a 23:04:03 Step 24/24 : LABEL version=0.0.0 23:04:03 ---> Running in f838c1a26df8 23:04:04 ---> e1dfb0a47332 23:04:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:04:04 Removing intermediate container f838c1a26df8 23:04:04 ---> 40330fa9355e 23:04:04 23:04:05 Successfully built 40330fa9355e 23:04:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:04:05  Building docker-security-secretstore-setup-go ... done  ---> a51c246ff353 23:04:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:04:05 ---> Running in e5c4e59081a9 23:04:05 Removing intermediate container 5cffd7be1f85 23:04:05 ---> 8a89b1d6779c 23:04:05 23:04:05 Step 11/26 : FROM docker:20.10.0 23:04:05 20.10.0: Pulling from library/docker 23:04:05 Removing intermediate container e5c4e59081a9 23:04:05 ---> a6b0c40e0492 23:04:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:06 ---> Running in c98982a473be 23:04:07 Removing intermediate container c98982a473be 23:04:07 ---> 3f630c4490ba 23:04:07 Step 21/23 : LABEL arch=arm64 23:04:07 ---> Running in baef8ecc4f1e 23:04:08 Removing intermediate container baef8ecc4f1e 23:04:08 ---> ca022d594792 23:04:08 Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:04:08 ---> Running in f344d7226ffb 23:04:09 Removing intermediate container f344d7226ffb 23:04:09 ---> 56bfd6535496 23:04:09 Step 23/23 : LABEL version=0.0.0 23:04:09 ---> Running in 88902c34e644 23:04:10 Removing intermediate container 88902c34e644 23:04:10 ---> 7f269b5d2bb7 23:04:10 23:04:10 Successfully built 7f269b5d2bb7 23:04:10 Successfully tagged docker-core-metadata-go-arm64:latest 23:04:13  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:04:13 Status: Downloaded newer image for docker:20.10.0 23:04:13 ---> eeaf43b92773 23:04:13 Step 12/26 : RUN apk add --no-cache bash 23:04:14 ---> Running in dfe400c85aba 23:04:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:15 (1/2) Installing readline (8.0.4-r0) 23:04:15 (2/2) Installing bash (5.0.17-r0) 23:04:15 Executing bash-5.0.17-r0.post-install 23:04:15 Executing busybox-1.31.1-r19.trigger 23:04:15 OK: 12 MiB in 22 packages 23:04:17 Removing intermediate container dfe400c85aba 23:04:17 ---> 5775f1f0821d 23:04:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:04:17 ---> Running in c4af63603ca5 23:04:17 Removing intermediate container c4af63603ca5 23:04:17 ---> e3a5f0cc51eb 23:04:17 Step 14/26 : ENV APP_PORT=48090 23:04:17 ---> Running in 95d7ad9e2332 23:04:18 Removing intermediate container 95d7ad9e2332 23:04:18 ---> 4f4cdd2c8bd8 23:04:18 Step 15/26 : EXPOSE $APP_PORT 23:04:18 ---> Running in a60f16bb3fef 23:04:19 Removing intermediate container a60f16bb3fef 23:04:19 ---> 91f2f0b5ab16 23:04:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:04:20 ---> 2d2b27613cdb 23:04:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:04:20 ---> 5b9f0f19eb5b 23:04:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:04:21 ---> 1cbff7cfcff6 23:04:21 Step 19/26 : RUN apk --no-cache add py3-pip 23:04:21 ---> Running in cb1a542d3ec0 23:04:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:23 (1/33) Installing libbz2 (1.0.8-r1) 23:04:23 (2/33) Installing expat (2.2.9-r1) 23:04:23 (3/33) Installing libffi (3.3-r2) 23:04:23 (4/33) Installing gdbm (1.13-r1) 23:04:23 (5/33) Installing xz-libs (5.2.5-r0) 23:04:23 (6/33) Installing sqlite-libs (3.32.1-r0) 23:04:23 (7/33) Installing python3 (3.8.5-r0) 23:04:25 (8/33) Installing py3-appdirs (1.4.4-r1) 23:04:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:04:25 (10/33) Installing py3-parsing (2.4.7-r0) 23:04:25 (11/33) Installing py3-six (1.15.0-r0) 23:04:25 (12/33) Installing py3-packaging (20.4-r0) 23:04:25 (13/33) Installing py3-setuptools (47.0.0-r0) 23:04:25 (14/33) Installing py3-chardet (3.0.4-r4) 23:04:25 (15/33) Installing py3-idna (2.9-r0) 23:04:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:04:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:04:26 (18/33) Installing py3-requests (2.23.0-r0) 23:04:26 (19/33) Installing py3-msgpack (1.0.0-r0) 23:04:26 (20/33) Installing py3-lockfile (0.12.2-r3) 23:04:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:04:26 (22/33) Installing py3-colorama (0.4.3-r0) 23:04:26 (23/33) Installing py3-distlib (0.3.0-r0) 23:04:26 (24/33) Installing py3-distro (1.5.0-r1) 23:04:26 (25/33) Installing py3-webencodings (0.5.1-r3) 23:04:26 (26/33) Installing py3-html5lib (1.0.1-r4) 23:04:26 (27/33) Installing py3-pytoml (0.1.21-r0) 23:04:26 (28/33) Installing py3-pep517 (0.8.2-r0) 23:04:26 (29/33) Installing py3-progress (1.5-r0) 23:04:26 (30/33) Installing py3-toml (0.10.1-r0) 23:04:26 (31/33) Installing py3-retrying (1.3.3-r0) 23:04:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:04:26 (33/33) Installing py3-pip (20.1.1-r0) 23:04:26 Executing busybox-1.31.1-r19.trigger 23:04:26 OK: 71 MiB in 55 packages 23:04:33 Removing intermediate container cb1a542d3ec0 23:04:33 ---> b97b2e6ab3d9 23:04:33 Step 20/26 : RUN pip install docker-compose==1.23.2 23:04:33 ---> Running in fb07bc1e2998 23:04:34 error: cannot refresh "core18": cannot query the store for updates: got 23:04:34 unexpected HTTP status code 503 via POST to 23:04:34 "https://api.snapcraft.io/v2/snaps/refresh" 23:04:34 Error while refreshing snap 'core18' to channel 'latest/stable' 23:04:34 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:04:35 Failed in branch amd64 23:04:38 Collecting docker-compose==1.23.2 23:04:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:04:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:04:39 Collecting jsonschema<3,>=2.5.1 23:04:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:04:39 Collecting websocket-client<1.0,>=0.32.0 23:04:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:04:40 Collecting docopt<0.7,>=0.6.1 23:04:40 Downloading docopt-0.6.2.tar.gz (25 kB) 23:04:43 Collecting texttable<0.10,>=0.9.0 23:04:43 Downloading texttable-0.9.1.tar.gz (11 kB) 23:04:45 Collecting cached-property<2,>=1.2.0 23:04:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:04:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:04:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:04:48 Collecting docker<4.0,>=3.6.0 23:04:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:04:49 Collecting PyYAML<4,>=3.10 23:04:49 Downloading PyYAML-3.13.tar.gz (270 kB) 23:04:52 Collecting dockerpty<0.5,>=0.4.1 23:04:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:04:54 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) 23:04:55 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) 23:04:55 Collecting urllib3<1.25,>=1.21.1 23:04:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:04:56 Collecting idna<2.8,>=2.5 23:04:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:04:56 Collecting docker-pycreds>=0.4.0 23:04:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:04:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:04:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:04:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:04:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:04:57 Installing collected packages: jsonschema, websocket-client, docopt, texttable, cached-property, urllib3, idna, requests, docker-pycreds, docker, PyYAML, dockerpty, docker-compose 23:04:58 Running setup.py install for docopt: started 23:05:01 Running setup.py install for docopt: finished with status 'done' 23:05:01 Running setup.py install for texttable: started 23:05:03 Running setup.py install for texttable: finished with status 'done' 23:05:03 Attempting uninstall: urllib3 23:05:03 Found existing installation: urllib3 1.25.9 23:05:03 Uninstalling urllib3-1.25.9: 23:05:04 Successfully uninstalled urllib3-1.25.9 23:05:04 Attempting uninstall: idna 23:05:04 Found existing installation: idna 2.9 23:05:04 Uninstalling idna-2.9: 23:05:04 Successfully uninstalled idna-2.9 23:05:05 Attempting uninstall: requests 23:05:05 Found existing installation: requests 2.23.0 23:05:05 Uninstalling requests-2.23.0: 23:05:05 Successfully uninstalled requests-2.23.0 23:05:07 Running setup.py install for PyYAML: started 23:05:10 Running setup.py install for PyYAML: finished with status 'done' 23:05:10 Running setup.py install for dockerpty: started 23:05:12 Running setup.py install for dockerpty: finished with status 'done' 23:05:13 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 23:05:17 Removing intermediate container fb07bc1e2998 23:05:17 ---> 10adebb5850d 23:05:17 Step 21/26 : RUN apk --no-cache add curl 23:05:17 ---> Running in 7ee3545c089f 23:05:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:05:19 (2/3) Installing libcurl (7.69.1-r3) 23:05:19 (3/3) Installing curl (7.69.1-r3) 23:05:19 Executing busybox-1.31.1-r19.trigger 23:05:19 OK: 71 MiB in 58 packages 23:05:20 Removing intermediate container 7ee3545c089f 23:05:20 ---> 3e5e3bc4a8bd 23:05:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:05:20 ---> Running in 7065c5e0f76f 23:05:20 Removing intermediate container 7065c5e0f76f 23:05:20 ---> 1b6258af0797 23:05:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:21 ---> Running in b6db1f950e5c 23:05:21 Removing intermediate container b6db1f950e5c 23:05:21 ---> b5a308187f08 23:05:21 Step 24/26 : LABEL arch=arm64 23:05:21 ---> Running in 1ee402bfa710 23:05:21 Removing intermediate container 1ee402bfa710 23:05:21 ---> bc5b857801a1 23:05:21 Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 23:05:22 ---> Running in ed5034ab283c 23:05:22 Removing intermediate container ed5034ab283c 23:05:22 ---> 9238f5ab951e 23:05:22 Step 26/26 : LABEL version=0.0.0 23:05:22 ---> Running in e3b6eec9b577 23:05:23 Removing intermediate container e3b6eec9b577 23:05:23 ---> 42f79a4e89cb 23:05:23 23:05:23 Successfully built 42f79a4e89cb 23:05:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:05:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:05:23 $ docker stop --time=1 b27e502fa1ea2ea0fb147b91f88f0e30b72c846f74c8ffeed97c220d693c2c36 23:05:25 $ docker rm -f b27e502fa1ea2ea0fb147b91f88f0e30b72c846f74c8ffeed97c220d693c2c36 [Pipeline] // withDockerContainer [Pipeline] sh 23:05:26 + docker images 23:05:26 + grep docker 23:05:26 docker-sys-mgmt-agent-go-arm64 latest 42f79a4e89cb 4 seconds ago 300MB 23:05:26 docker-core-metadata-go-arm64 latest 7f269b5d2bb7 About a minute ago 17.7MB 23:05:26 docker-security-secretstore-setup-go-arm64 latest 40330fa9355e About a minute ago 23.4MB 23:05:26 docker-core-command-go-arm64 latest e900c7279584 About a minute ago 15.4MB 23:05:26 docker-security-bootstrapper-go-arm64 latest 42d99bbf387e 3 minutes ago 40.3MB 23:05:26 docker-core-data-go-arm64 latest d55c60391ddd 3 minutes ago 21MB 23:05:26 docker-support-scheduler-go-arm64 latest dbe36e2ef19d 4 minutes ago 15.5MB 23:05:26 docker-support-notifications-go-arm64 latest 8363ed377edc 4 minutes ago 15.9MB 23:05:26 docker-security-proxy-setup-go-arm64 latest 86a8fd3a10cf 4 minutes ago 23.2MB 23:05:26 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:05:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:05:31 ---> package-listing.sh 23:05:31 ++ facter osfamily 23:05:31 ++ tr '[:upper:]' '[:lower:]' 23:05:31 + OS_FAMILY=redhat 23:05:31 + workspace=/w/workspace/edgex-go/32 23:05:31 + START_PACKAGES=/tmp/packages_start.txt 23:05:31 + END_PACKAGES=/tmp/packages_end.txt 23:05:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:05:31 + PACKAGES=/tmp/packages_start.txt 23:05:31 + '[' /w/workspace/edgex-go/32 ']' 23:05:31 + PACKAGES=/tmp/packages_end.txt 23:05:31 + case "${OS_FAMILY}" in 23:05:31 + rpm -qa 23:05:31 + sort 23:05:36 + '[' -f /tmp/packages_start.txt ']' 23:05:36 + '[' -f /tmp/packages_end.txt ']' 23:05:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:05:36 + '[' /w/workspace/edgex-go/32 ']' 23:05:36 + mkdir -p /w/workspace/edgex-go/32/archives/ 23:05:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/32/archives/ [Pipeline] echo 23:05:36 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/32/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:05:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:05:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:05:37 23:05:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:05:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:05:37 alpine: Pulling from edgex-lftools-log-publisher 23:05:37 df20fa9351a1: Pulling fs layer 23:05:37 36b3adc4ff6f: Pulling fs layer 23:05:37 8ad3a11d3b57: Pulling fs layer 23:05:37 46f8f816bc3b: Pulling fs layer 23:05:37 93b61091891f: Pulling fs layer 23:05:37 93b9cdb0e59b: Pulling fs layer 23:05:37 5e14af77c1be: Pulling fs layer 23:05:37 01666e4c0597: Pulling fs layer 23:05:37 aa168da1d23b: Pulling fs layer 23:05:37 93b9cdb0e59b: Waiting 23:05:37 5e14af77c1be: Waiting 23:05:37 01666e4c0597: Waiting 23:05:37 aa168da1d23b: Waiting 23:05:37 46f8f816bc3b: Waiting 23:05:37 93b61091891f: Waiting 23:05:37 36b3adc4ff6f: Verifying Checksum 23:05:37 36b3adc4ff6f: Download complete 23:05:37 46f8f816bc3b: Verifying Checksum 23:05:37 46f8f816bc3b: Download complete 23:05:37 df20fa9351a1: Verifying Checksum 23:05:37 93b9cdb0e59b: Verifying Checksum 23:05:37 93b9cdb0e59b: Download complete 23:05:37 5e14af77c1be: Verifying Checksum 23:05:37 5e14af77c1be: Download complete 23:05:37 93b61091891f: Download complete 23:05:37 01666e4c0597: Verifying Checksum 23:05:37 01666e4c0597: Download complete 23:05:37 8ad3a11d3b57: Verifying Checksum 23:05:37 8ad3a11d3b57: Download complete 23:05:38 df20fa9351a1: Pull complete 23:05:38 36b3adc4ff6f: Pull complete 23:05:40 aa168da1d23b: Download complete 23:05:40 8ad3a11d3b57: Pull complete 23:05:40 46f8f816bc3b: Pull complete 23:05:41 93b61091891f: Pull complete 23:05:41 93b9cdb0e59b: Pull complete 23:05:41 5e14af77c1be: Pull complete 23:05:41 01666e4c0597: Pull complete 23:05:49 aa168da1d23b: Pull complete 23:05:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:05:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:05:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:05:50 prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container 23:05:50 $ 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/32/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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:05:54 $ docker top d28b0d885b17de10a70eec3bd38514fa4baf446c1072aab468a0df4d25536720 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:54 + touch /tmp/pre-build-complete [Pipeline] sh 23:05:55 + mkdir -p /var/log/sa [Pipeline] sh 23:05:55 + ls /var/log/sa-host 23:05:55 + sadf -c /var/log/sa-host/sa19 23:05:55 file_magic: OK 23:05:55 HZ: Using current value: 100 23:05:55 file_header: OK 23:05:55 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 23:05:55 Statistics: 23:05:55 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... 23:05:55 File successfully converted to sysstat format version 12.2.1 23:05:55 + sadf -c /var/log/sa-host/sa23 23:05:55 file_magic: OK 23:05:55 HZ: Using current value: 100 23:05:55 file_header: OK 23:05:55 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 23:05:55 Statistics: 23:05:55 Hnuu...uuuununununu... 23:05:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:05:56 provisioning config files... 23:05:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/32@tmp/config7628770430379493183tmp [Pipeline] { [Pipeline] echo 23:05:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:05:56 ---> create-netrc.sh [Pipeline] } 23:05:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:05:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:05:56 ---> python-tools-install.sh [Pipeline] echo 23:05:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:05:57 ---> sudo-logs.sh 23:05:57 Archiving 'sudo' log.. [Pipeline] echo 23:05:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:05:57 ---> job-cost.sh 23:05:57 lf-activate-venv: SKIPPING 23:05:57 INFO: No Stack... 23:05:58 INFO: Retrieving Pricing Info for: v1-standard-2 23:05:58 INFO: Archiving Costs [Pipeline] echo 23:05:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:05:59 ---> logs-deploy.sh 23:05:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/32 23:05:59 INFO: archiving workspace using pattern(s): 23:06:01 Archives upload complete. 23:06:01 INFO: archiving logs to Nexus 23:06:01 ---> uname -a: 23:06:01 Linux prd-centos7-docker-4c-2g-21375.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:06:01 23:06:01 23:06:01 ---> lscpu: 23:06:01 Architecture: x86_64 23:06:01 CPU op-mode(s): 32-bit, 64-bit 23:06:01 Byte Order: Little Endian 23:06:01 Address sizes: 40 bits physical, 48 bits virtual 23:06:01 CPU(s): 4 23:06:01 On-line CPU(s) list: 0-3 23:06:01 Thread(s) per core: 1 23:06:01 Core(s) per socket: 1 23:06:01 Socket(s): 4 23:06:01 NUMA node(s): 1 23:06:01 Vendor ID: GenuineIntel 23:06:01 CPU family: 6 23:06:01 Model: 44 23:06:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:06:01 Stepping: 1 23:06:01 CPU MHz: 2933.436 23:06:01 BogoMIPS: 5866.87 23:06:01 Virtualization: VT-x 23:06:01 Hypervisor vendor: KVM 23:06:01 Virtualization type: full 23:06:01 L1d cache: 128 KiB 23:06:01 L1i cache: 128 KiB 23:06:01 L2 cache: 16 MiB 23:06:01 L3 cache: 64 MiB 23:06:01 NUMA node0 CPU(s): 0-3 23:06:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:06:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:06:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:06:01 Vulnerability Meltdown: Mitigation; PTI 23:06:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:06:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:06:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:06:01 Vulnerability Srbds: Not affected 23:06:01 Vulnerability Tsx async abort: Not affected 23:06:01 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:06:01 23:06:01 23:06:01 ---> nproc: 23:06:01 4 23:06:01 23:06:01 23:06:01 ---> df -h: 23:06:01 Filesystem Size Used Available Use% Mounted on 23:06:01 overlay 50.0G 13.0G 37.0G 26% / 23:06:01 tmpfs 64.0M 0 64.0M 0% /dev 23:06:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:06:01 shm 64.0M 0 64.0M 0% /dev/shm 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/32 23:06:01 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/32@tmp 23:06:01 23:06:01 23:06:01 ---> free -m: 23:06:01 total used free shared buff/cache available 23:06:01 Mem: 1837 726 219 0 891 1026 23:06:01 Swap: 1023 54 969 23:06:01 23:06:01 23:06:01 ---> ip addr: 23:06:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:06:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:06:01 inet 127.0.0.1/8 scope host lo 23:06:01 valid_lft forever preferred_lft forever 23:06:01 inet6 ::1/128 scope host 23:06:01 valid_lft forever preferred_lft forever 23:06:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:06:01 link/ether fa:16:3e:ed:b7:3a brd ff:ff:ff:ff:ff:ff 23:06:01 inet 10.30.123.239/23 brd 10.30.123.255 scope global dynamic eth0 23:06:01 valid_lft 85329sec preferred_lft 85329sec 23:06:01 inet6 fe80::f816:3eff:feed:b73a/64 scope link 23:06:01 valid_lft forever preferred_lft forever 23:06:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:06:01 link/ether 02:42:44:15:7c:ba brd ff:ff:ff:ff:ff:ff 23:06:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:06:01 valid_lft forever preferred_lft forever 23:06:01 inet6 fe80::42:44ff:fe15:7cba/64 scope link 23:06:01 valid_lft forever preferred_lft forever 23:06:01 23:06:01 23:06:02 ---> sar -b -r -n DEV: 23:06:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:06:02 23:06:02 22:48:00 LINUX RESTART (4 CPU) 23:06:02 23:06:02 22:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:06:02 22:50:01 221.81 94.58 127.23 0.00 7924.41 48780.87 0.00 23:06:02 22:51:01 251.54 98.95 152.59 0.00 3565.89 20750.27 0.00 23:06:02 22:52:02 186.58 100.43 86.15 0.00 4807.32 10417.76 0.00 23:06:02 22:53:01 216.14 51.42 164.73 0.00 15773.41 97798.68 0.00 23:06:02 22:54:01 2662.57 2286.73 375.85 0.00 203465.96 210150.80 0.00 23:06:02 22:55:01 626.38 407.20 219.19 0.00 26887.98 44248.73 0.00 23:06:02 22:56:02 1783.82 1380.30 403.53 0.00 174545.78 197115.27 0.00 23:06:02 22:57:02 1106.27 830.54 275.73 0.00 50246.72 81551.84 0.00 23:06:02 22:58:01 102.66 19.55 83.10 0.00 3175.22 6927.68 0.00 23:06:02 22:59:01 2.38 0.48 1.90 0.00 17.05 37.39 0.00 23:06:02 23:00:01 0.30 0.02 0.28 0.00 0.27 4.61 0.00 23:06:02 23:01:01 0.42 0.10 0.32 0.00 1.73 4.90 0.00 23:06:02 23:02:01 0.77 0.37 0.40 0.00 23.56 6.89 0.00 23:06:02 23:03:01 0.52 0.22 0.30 0.00 4.13 4.23 0.00 23:06:02 23:04:01 2.66 1.83 0.83 0.00 211.73 17.34 0.00 23:06:02 23:05:01 0.50 0.20 0.30 0.00 2.66 4.86 0.00 23:06:02 Average: 449.49 331.01 118.47 0.00 30829.17 44981.54 0.00 23:06:02 23:06:02 22:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:06:02 22:50:01 111616 0 653960 34.76 2272 1113696 1321620 45.10 605032 922544 68156 23:06:02 22:51:01 215168 0 776864 41.29 932 888580 1648940 56.28 629784 755788 61268 23:06:02 22:52:02 377892 0 749020 39.81 484 754148 1486940 50.75 525412 685552 42876 23:06:02 22:53:01 64188 0 692516 36.81 240 1124600 1262840 43.10 732332 856212 20396 23:06:02 22:54:01 75056 0 781292 41.52 44 1025152 1958920 66.85 734544 845320 52276 23:06:02 22:55:01 375880 0 707580 37.61 44 798040 1379892 47.09 528060 729312 8 23:06:02 22:56:02 52624 0 806696 42.87 44 1022180 2207156 75.33 640096 976560 83764 23:06:02 22:57:02 142444 0 692440 36.80 44 1046616 1411764 48.18 559564 932432 0 23:06:02 22:58:01 130836 0 653024 34.71 44 1097640 1213148 41.40 566216 932712 20 23:06:02 22:59:01 132132 0 651224 34.61 44 1098144 1199840 40.95 565304 932916 16 23:06:02 23:00:01 133608 0 649748 34.53 44 1098144 1187504 40.53 564220 932916 16 23:06:02 23:01:01 131888 0 651464 34.62 44 1098148 1189964 40.61 565052 932936 12 23:06:02 23:02:01 131712 0 650932 34.60 44 1098856 1188168 40.55 565020 933516 16 23:06:02 23:03:01 131432 0 651224 34.61 44 1098844 1207552 41.21 565288 933516 16 23:06:02 23:04:01 122672 0 654180 34.77 44 1104648 1188132 40.55 571316 935964 12 23:06:02 23:05:01 122440 0 654404 34.78 44 1104656 1188144 40.55 571400 936040 8 23:06:02 Average: 153224 0 692286 36.79 278 1035756 1390033 47.44 593040 885890 20554 23:06:02 23:06:02 22:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:06:02 22:50:01 eth0 1110.53 1283.70 6195.84 149.26 0.00 0.00 0.00 0.00 23:06:02 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:50:01 docker0 963.28 732.29 75.08 3025.88 0.00 0.00 0.00 0.00 23:06:02 22:51:01 veth6f2319a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:06:02 22:51:01 eth0 136.82 103.82 504.38 19.45 0.00 0.00 0.00 0.00 23:06:02 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:51:01 docker0 85.67 105.32 6.71 475.02 0.00 0.00 0.00 0.00 23:06:02 22:52:02 veth6f2319a 0.43 0.43 0.04 0.05 0.00 0.00 0.00 0.00 23:06:02 22:52:02 eth0 33.51 22.13 22.20 69.59 0.00 0.00 0.00 0.00 23:06:02 22:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:52:02 docker0 0.43 0.43 0.03 0.05 0.00 0.00 0.00 0.00 23:06:02 22:53:01 eth0 216.26 169.65 1727.45 76.25 0.00 0.00 0.00 0.00 23:06:02 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:53:01 veth344b0c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:06:02 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:54:01 eth0 43.94 23.06 163.59 9.31 0.00 0.00 0.00 0.00 23:06:02 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:54:01 veth344b0c4 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 23:06:02 22:54:01 docker0 11.94 22.53 0.63 145.83 0.00 0.00 0.00 0.00 23:06:02 22:55:01 eth0 66.97 38.34 272.16 12.46 0.00 0.00 0.00 0.00 23:06:02 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:55:01 veth344b0c4 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 23:06:02 22:55:01 docker0 21.60 36.29 1.16 205.20 0.00 0.00 0.00 0.00 23:06:02 22:56:02 eth0 90.02 56.92 168.93 84.09 0.00 0.00 0.00 0.00 23:06:02 22:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:56:02 veth344b0c4 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 23:06:02 22:56:02 docker0 10.76 23.29 0.59 131.46 0.00 0.00 0.00 0.00 23:06:02 22:57:02 eth0 160.12 123.02 1326.97 79.09 0.00 0.00 0.00 0.00 23:06:02 22:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:57:02 veth344b0c4 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:57:02 docker0 5.25 8.97 0.28 70.56 0.00 0.00 0.00 0.00 23:06:02 22:58:01 eth0 86.29 38.29 390.26 12.56 0.00 0.00 0.00 0.00 23:06:02 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:58:01 docker0 24.61 61.33 1.62 369.06 0.00 0.00 0.00 0.00 23:06:02 22:59:01 eth0 1.15 0.42 0.45 0.23 0.00 0.00 0.00 0.00 23:06:02 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:00:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 23:06:02 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:01:01 eth0 1.12 0.35 0.33 0.20 0.00 0.00 0.00 0.00 23:06:02 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:02:01 eth0 2.01 0.60 0.64 0.36 0.00 0.00 0.00 0.00 23:06:02 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:03:01 eth0 1.65 0.48 0.62 0.39 0.00 0.00 0.00 0.00 23:06:02 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:04:01 eth0 1.57 0.22 0.26 0.11 0.00 0.00 0.00 0.00 23:06:02 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:05:01 eth0 2.32 0.75 0.65 0.41 0.00 0.00 0.00 0.00 23:06:02 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 Average: eth0 122.10 116.39 672.35 32.11 0.00 0.00 0.00 0.00 23:06:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:06:02 Average: docker0 70.34 61.98 5.39 276.68 0.00 0.00 0.00 0.00 23:06:02 23:06:02 23:06:02 ---> sar -P ALL: 23:06:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 23:06:02 23:06:02 22:48:00 LINUX RESTART (4 CPU) 23:06:02 23:06:02 22:49:01 CPU %user %nice %system %iowait %steal %idle 23:06:02 22:50:01 all 17.61 0.00 8.17 2.25 0.23 71.73 23:06:02 22:50:01 0 19.48 0.00 8.84 0.69 0.21 70.79 23:06:02 22:50:01 1 15.08 0.00 6.87 1.10 0.21 76.75 23:06:02 22:50:01 2 22.25 0.00 9.40 4.21 0.22 63.92 23:06:02 22:50:01 3 13.68 0.00 7.61 2.99 0.28 75.44 23:06:02 22:51:01 all 33.42 0.00 9.84 6.76 0.25 49.72 23:06:02 22:51:01 0 34.53 0.00 10.52 7.80 0.26 46.89 23:06:02 22:51:01 1 33.59 0.00 9.69 6.95 0.24 49.52 23:06:02 22:51:01 2 33.85 0.00 9.59 8.72 0.28 47.57 23:06:02 22:51:01 3 31.73 0.00 9.57 3.58 0.22 54.89 23:06:02 22:52:02 all 55.38 0.00 14.10 3.07 0.34 27.12 23:06:02 22:52:02 0 54.92 0.00 14.40 3.41 0.31 26.96 23:06:02 22:52:02 1 56.47 0.00 13.65 3.40 0.28 26.20 23:06:02 22:52:02 2 55.21 0.00 14.07 3.48 0.35 26.89 23:06:02 22:52:02 3 54.93 0.00 14.26 1.99 0.40 28.42 23:06:02 22:53:01 all 24.58 0.00 12.32 7.10 0.21 55.79 23:06:02 22:53:01 0 24.16 0.00 12.16 5.94 0.18 57.56 23:06:02 22:53:01 1 25.53 0.00 12.58 8.28 0.23 53.39 23:06:02 22:53:01 2 24.93 0.00 11.86 6.38 0.26 56.57 23:06:02 22:53:01 3 23.68 0.00 12.68 7.79 0.19 55.65 23:06:02 22:54:01 all 24.11 0.00 24.97 26.28 0.49 24.15 23:06:02 22:54:01 0 23.41 0.00 24.72 25.68 0.53 25.66 23:06:02 22:54:01 1 23.66 0.00 24.28 24.05 0.41 27.59 23:06:02 22:54:01 2 24.74 0.00 24.73 29.25 0.55 20.73 23:06:02 22:54:01 3 24.62 0.00 26.17 26.13 0.46 22.62 23:06:02 22:55:01 all 53.86 0.00 15.08 14.46 0.20 16.40 23:06:02 22:55:01 0 54.34 0.00 14.83 17.66 0.17 13.00 23:06:02 22:55:01 1 54.10 0.00 14.57 12.54 0.23 18.57 23:06:02 22:55:01 2 51.98 0.00 15.54 12.89 0.21 19.38 23:06:02 22:55:01 3 55.03 0.00 15.37 14.74 0.21 14.65 23:06:02 22:56:02 all 19.68 0.00 24.72 27.26 0.51 27.82 23:06:02 22:56:02 0 18.70 0.00 25.36 25.92 0.54 29.47 23:06:02 22:56:02 1 20.27 0.00 24.60 25.84 0.60 28.69 23:06:02 22:56:02 2 18.81 0.00 23.98 29.58 0.54 27.09 23:06:02 22:56:02 3 20.96 0.00 24.96 27.70 0.37 26.02 23:06:02 22:57:02 all 45.88 0.00 17.09 14.29 0.25 22.49 23:06:02 22:57:02 0 46.04 0.00 17.51 14.40 0.25 21.80 23:06:02 22:57:02 1 45.97 0.00 16.64 13.01 0.32 24.06 23:06:02 22:57:02 2 45.42 0.00 16.76 14.94 0.20 22.68 23:06:02 22:57:02 3 46.08 0.00 17.44 14.80 0.23 21.45 23:06:02 22:58:01 all 5.12 0.00 3.01 4.48 0.07 87.33 23:06:02 22:58:01 0 6.37 0.00 3.34 4.09 0.03 86.17 23:06:02 22:58:01 1 4.54 0.00 3.19 7.98 0.05 84.23 23:06:02 22:58:01 2 5.22 0.00 3.06 1.55 0.10 90.06 23:06:02 22:58:01 3 4.34 0.00 2.44 4.29 0.09 88.84 23:06:02 22:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:06:02 22:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 23:06:02 22:59:01 1 0.10 0.00 0.05 0.00 0.00 99.85 23:06:02 22:59:01 2 0.47 0.00 0.02 0.00 0.00 99.52 23:06:02 22:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:06:02 23:00:01 all 0.16 0.00 0.04 0.00 0.03 99.77 23:06:02 23:00:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:06:02 23:00:01 1 0.05 0.00 0.03 0.00 0.05 99.87 23:06:02 23:00:01 2 0.50 0.00 0.02 0.00 0.03 99.45 23:06:02 23:00:01 3 0.05 0.00 0.10 0.00 0.02 99.83 23:06:02 23:06:02 23:00:01 CPU %user %nice %system %iowait %steal %idle 23:06:02 23:01:01 all 0.16 0.00 0.03 0.00 0.00 99.80 23:06:02 23:01:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:06:02 23:01:01 1 0.02 0.00 0.05 0.00 0.00 99.93 23:06:02 23:01:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:06:02 23:01:01 3 0.05 0.00 0.03 0.02 0.00 99.90 23:06:02 23:02:01 all 0.16 0.00 0.04 0.01 0.01 99.77 23:06:02 23:02:01 0 0.02 0.00 0.03 0.02 0.00 99.93 23:06:02 23:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 23:06:02 23:02:01 2 0.53 0.00 0.03 0.02 0.02 99.40 23:06:02 23:02:01 3 0.07 0.00 0.07 0.02 0.02 99.83 23:06:02 23:03:01 all 0.14 0.00 0.03 0.00 0.00 99.83 23:06:02 23:03:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:06:02 23:03:01 1 0.05 0.00 0.03 0.02 0.00 99.90 23:06:02 23:03:01 2 0.43 0.00 0.03 0.00 0.00 99.53 23:06:02 23:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:06:02 23:04:01 all 0.07 0.00 0.07 0.03 0.00 99.83 23:06:02 23:04:01 0 0.03 0.00 0.07 0.03 0.00 99.87 23:06:02 23:04:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:06:02 23:04:01 2 0.05 0.00 0.12 0.08 0.00 99.75 23:06:02 23:04:01 3 0.15 0.00 0.05 0.00 0.00 99.80 23:06:02 23:05:01 all 0.04 0.00 0.03 0.01 0.00 99.92 23:06:02 23:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:06:02 23:05:01 1 0.07 0.00 0.07 0.00 0.00 99.87 23:06:02 23:05:01 2 0.02 0.00 0.02 0.02 0.00 99.95 23:06:02 23:05:01 3 0.05 0.00 0.02 0.02 0.00 99.92 23:06:02 Average: all 17.14 0.00 7.90 6.45 0.16 68.35 23:06:02 Average: 0 17.27 0.00 8.05 6.45 0.15 68.08 23:06:02 Average: 1 17.06 0.00 7.70 6.29 0.16 68.79 23:06:02 Average: 2 17.42 0.00 7.89 6.77 0.17 67.76 23:06:02 Average: 3 16.80 0.00 7.95 6.31 0.15 68.78 23:06:02 23:06:02 23:06:02