Branch indexing 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 2037975b14bcccb26699bfe63d53181688204e32+fc096e9ec0f95dbc625a498b2feb9840babc6219 (e68927adf3d07cfcf6939db48d16ce159377db31) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-20845 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/30 [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/30 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 Merge succeeded, producing 24e43b1c273da5d454bdb7123f49eacfa42701ef Checking out Revision 24e43b1c273da5d454bdb7123f49eacfa42701ef (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24e43b1c273da5d454bdb7123f49eacfa42701ef # timeout=10 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" > git rev-list --no-walk 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:48 ========================================================= 00:31:48 EdgeX Global Pipelines Version Info 00:31:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:50 ------------------- 00:31:50 stable info: 00:31:50 ------------------- 00:31:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:50 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:31:50 Message: update stable to v1.0.177 00:31:51 ------------------- 00:31:51 experimental info: 00:31:51 ------------------- 00:31:51 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:51 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 00:31:51 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24e43b1c273da5d454bdb7123f49eacfa42701ef [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24e43b1 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:54 provisioning config files... 00:31:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/30@tmp/config2260879819966722190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:55 ---> docker-login.sh 00:31:55 nexus3.edgexfoundry.org:10001 00:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:56 Configure a credential helper to remove this warning. See 00:31:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:56 00:31:56 Login Succeeded 00:31:56 nexus3.edgexfoundry.org:10002 00:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10003 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10004 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 docker.io 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 ---> docker-login.sh ends [Pipeline] } 00:31:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:58 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/core-command/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo core-command,cmd/core-command/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/core-data/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo core-data,cmd/core-data/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/core-metadata/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/support-notifications/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/support-scheduler/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:58 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:59 00:31:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:00 latest: Pulling from edgex-devops/git-semver 00:32:00 31603596830f: Pulling fs layer 00:32:00 2a8b12db71e7: Pulling fs layer 00:32:00 6ca5941a6612: Pulling fs layer 00:32:00 ecc8261a40a4: Pulling fs layer 00:32:00 ecc8261a40a4: Waiting 00:32:00 2a8b12db71e7: Verifying Checksum 00:32:00 2a8b12db71e7: Download complete 00:32:00 31603596830f: Verifying Checksum 00:32:00 31603596830f: Download complete 00:32:00 6ca5941a6612: Verifying Checksum 00:32:00 6ca5941a6612: Download complete 00:32:00 31603596830f: Pull complete 00:32:01 2a8b12db71e7: Pull complete 00:32:01 ecc8261a40a4: Verifying Checksum 00:32:01 ecc8261a40a4: Download complete 00:32:03 6ca5941a6612: Pull complete 00:32:03 ecc8261a40a4: Pull complete 00:32:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:04 prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container 00:32:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 00:32:07 $ docker top 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:07 [ssh-agent] Looking for ssh-agent implementation... 00:32:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:07 $ docker exec 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent 00:32:08 SSH_AUTH_SOCK=/tmp/ssh-jNfP7TJZmrxA/agent.12 00:32:08 SSH_AGENT_PID=18 00:32:08 Running ssh-add (command line suppressed) 00:32:08 Identity added: /w/workspace/edgex-go/30@tmp/private_key_170342687295484163.key (/w/workspace/edgex-go/30@tmp/private_key_170342687295484163.key) 00:32:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:09 + git tag --points-at HEAD [Pipeline] } 00:32:09 $ docker exec --env ******** --env ******** 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent -k 00:32:09 unset SSH_AUTH_SOCK; 00:32:09 unset SSH_AGENT_PID; 00:32:09 echo Agent pid 18 killed; 00:32:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:10 [ssh-agent] Looking for ssh-agent implementation... 00:32:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:10 $ docker exec 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent 00:32:10 SSH_AUTH_SOCK=/tmp/ssh-fqtxIRMa0emB/agent.48 00:32:10 SSH_AGENT_PID=54 00:32:10 Running ssh-add (command line suppressed) 00:32:11 Identity added: /w/workspace/edgex-go/30@tmp/private_key_9047981074921130186.key (/w/workspace/edgex-go/30@tmp/private_key_9047981074921130186.key) 00:32:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:13 + git semver init 00:32:13 # -> Open(): unable to determine branch for HEAD 00:32:13 # $GIT_DIR = /w/workspace/edgex-go/30/.git 00:32:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/30 00:32:13 # $SEMVER_REMOTE_NAME = origin 00:32:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:13 # $SEMVER_USER_NAME = edgex-jenkins 00:32:13 # $SEMVER_BRANCH = PR-2970 00:32:13 # $SEMVER_TEMP = /tmp/semver-262644422 00:32:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:52 # '/tmp/semver-262644422' -> '/w/workspace/edgex-go/30/.semver' 00:32:52 # -> Force: false 00:32:52 # $SEMVER_DIR = /w/workspace/edgex-go/30/.semver [Pipeline] } 00:32:52 $ docker exec --env ******** --env ******** 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa ssh-agent -k 00:32:52 unset SSH_AUTH_SOCK; 00:32:52 unset SSH_AGENT_PID; 00:32:52 echo Agent pid 54 killed; 00:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:54 + git semver [Pipeline] } 00:32:54 $ docker stop --time=1 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa 00:32:56 $ docker rm -f 16c87f8224ef4e641dba7847370b70b6d1d2b050e058ec1d8213030dac9c58aa [Pipeline] // withDockerContainer [Pipeline] sh 00:32:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:58 Stashed 1 file(s) [Pipeline] echo 00:32:58 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:59 + sudo service docker restart 00:32:59 + true 00:32:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:00 ========================================================= 00:33:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:08 Sending build context to Docker daemon 326.8MB 00:33:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:08 Step 2/6 : FROM ${BASE} 00:33:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:08 188c0c94c7c5: Pulling fs layer 00:33:08 0ef7d3d256c8: Pulling fs layer 00:33:08 de9db76c5a1d: Pulling fs layer 00:33:08 bca2f99d35d6: Pulling fs layer 00:33:08 93359f2a8cfa: Pulling fs layer 00:33:08 7c6f9722023f: Pulling fs layer 00:33:08 a35cf1a2eb13: Pulling fs layer 00:33:08 bca2f99d35d6: Waiting 00:33:08 93359f2a8cfa: Waiting 00:33:08 7c6f9722023f: Waiting 00:33:08 a35cf1a2eb13: Waiting 00:33:08 de9db76c5a1d: Verifying Checksum 00:33:08 de9db76c5a1d: Download complete 00:33:08 0ef7d3d256c8: Verifying Checksum 00:33:08 0ef7d3d256c8: Download complete 00:33:08 93359f2a8cfa: Verifying Checksum 00:33:08 93359f2a8cfa: Download complete 00:33:08 7c6f9722023f: Verifying Checksum 00:33:08 7c6f9722023f: Download complete 00:33:08 188c0c94c7c5: Verifying Checksum 00:33:08 188c0c94c7c5: Download complete 00:33:09 188c0c94c7c5: Pull complete 00:33:10 0ef7d3d256c8: Pull complete 00:33:10 de9db76c5a1d: Pull complete 00:33:13 Still waiting to schedule task 00:33:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:33:14 a35cf1a2eb13: Verifying Checksum 00:33:14 a35cf1a2eb13: Download complete 00:33:15 bca2f99d35d6: Verifying Checksum 00:33:15 bca2f99d35d6: Download complete 00:33:28 bca2f99d35d6: Pull complete 00:33:28 93359f2a8cfa: Pull complete 00:33:28 7c6f9722023f: Pull complete 00:33:33 a35cf1a2eb13: Pull complete 00:33:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:33 ---> a62c8e92a672 00:33:33 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:33 ---> Running in 6073922b3d8e 00:33:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:35 (1/12) Installing libmagic (5.38-r0) 00:33:35 (2/12) Installing file (5.38-r0) 00:33:35 (3/12) Installing libc-dev (0.7.2-r3) 00:33:36 (4/12) Installing g++ (9.3.0-r2) 00:33:42 (5/12) Installing fortify-headers (1.1-r0) 00:33:42 (6/12) Installing patch (2.7.6-r6) 00:33:42 (7/12) Installing build-base (0.5-r2) 00:33:42 (8/12) Installing libsodium (1.0.18-r0) 00:33:42 (9/12) Installing pkgconf (1.7.2-r0) 00:33:42 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:42 (11/12) Installing libzmq (4.3.3-r0) 00:33:43 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:43 Executing busybox-1.31.1-r19.trigger 00:33:43 OK: 233 MiB in 51 packages 00:33:46 Removing intermediate container 6073922b3d8e 00:33:46 ---> f9ecc68f9389 00:33:46 Step 4/6 : WORKDIR /edgex-go 00:33:46 ---> Running in 9d0b0381dad1 00:33:46 Removing intermediate container 9d0b0381dad1 00:33:46 ---> 3c830f176b69 00:33:46 Step 5/6 : COPY go.mod . 00:33:47 ---> 1a3cb358dd3b 00:33:47 Step 6/6 : RUN go mod download 00:33:47 ---> Running in dd401fb62702 00:34:14 Removing intermediate container dd401fb62702 00:34:14 ---> 217af407c365 00:34:14 Successfully built 217af407c365 00:34:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:15 + docker inspect -f . ci-base-image-x86_64 00:34:15 . [Pipeline] withDockerContainer 00:34:15 prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container 00:34:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 00:34:17 $ docker top 327f56d8a2647e38bdf1d9feac17e9e043884376b42c6187a60060c74c087e1b -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:17 + go version 00:34:17 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:17 $ docker stop --time=1 327f56d8a2647e38bdf1d9feac17e9e043884376b42c6187a60060c74c087e1b 00:34:19 $ docker rm -f 327f56d8a2647e38bdf1d9feac17e9e043884376b42c6187a60060c74c087e1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:20 + docker inspect -f . ci-base-image-x86_64 00:34:20 . [Pipeline] withDockerContainer 00:34:20 prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container 00:34:20 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 00:34:22 $ docker top 1829fa5983ce331ac33a7fbda64f2922e6f744d959844b3c0bcd5c004f3c1398 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:22 ========================================================= 00:34:22 [edgeXBuildGoParallel] Running Tests and Build... 00:34:22 ========================================================= [Pipeline] sh 00:34:22 + make test 00:34:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:38 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.6% of statements 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.289s coverage: 27.0% of statements 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 67.9% of statements 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.523s coverage: 82.3% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.646s coverage: 28.6% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.163s coverage: 100.0% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.211s coverage: 86.7% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.241s coverage: 97.5% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements 00:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.629s coverage: 92.8% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.104s coverage: 0.1% of statements 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 43.8% of statements 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 20.5% of statements 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 00:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements 00:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 00:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 88.6% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.2% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.4% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.404s coverage: 63.5% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.148s coverage: 73.7% of statements 00:35:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20853 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:35:59 Running in /w/workspace/edgex-go/30 [Pipeline] { 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [Pipeline] checkout 00:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.749s coverage: 68.9% of statements 00:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:36:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 37.0% of statements 00:36:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.990s coverage: 84.0% of statements 00:36:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.072s coverage: 100.0% of statements 00:36:05 using credential edgex-jenkins-ssh 00:36:05 Cloning the remote Git repository 00:36:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:05 > git init /w/workspace/edgex-go/30 # timeout=10 00:36:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:05 > git --version # timeout=10 00:36:05 > git --version # 'git version 2.17.1' 00:36:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 47.1% of statements 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements 00:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.013s coverage: 29.1% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:36:12 GO111MODULE=on go vet ./... 00:36:33 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 00:36:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:32 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:32 > 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 00:36:33 > git config core.sparsecheckout # timeout=10 00:36:33 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 00:36:33 > git remote # timeout=10 00:36:33 > git config --get remote.origin.url # timeout=10 00:36:33 Merge succeeded, producing dcaf4a812b80e310bb7d38782e48efedccc2e531 00:36:33 Checking out Revision dcaf4a812b80e310bb7d38782e48efedccc2e531 (PR-2970) 00:36:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:33 > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 00:36:33 > git rev-parse HEAD^{commit} # timeout=10 00:36:33 > git config core.sparsecheckout # timeout=10 00:36:33 > git checkout -f dcaf4a812b80e310bb7d38782e48efedccc2e531 # timeout=10 00:36:38 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" 00:36:38 > git rev-list --no-walk 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:40 + true 00:36:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:42 provisioning config files... 00:36:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/30@tmp/config3223974137481133423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:43 ---> docker-login.sh 00:36:43 nexus3.edgexfoundry.org:10001 00:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:44 Configure a credential helper to remove this warning. See 00:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:44 00:36:44 Login Succeeded 00:36:44 nexus3.edgexfoundry.org:10002 00:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:45 Configure a credential helper to remove this warning. See 00:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:45 00:36:45 Login Succeeded 00:36:45 nexus3.edgexfoundry.org:10003 00:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:45 Configure a credential helper to remove this warning. See 00:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:45 00:36:45 Login Succeeded 00:36:45 nexus3.edgexfoundry.org:10004 00:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:46 Configure a credential helper to remove this warning. See 00:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:46 00:36:46 Login Succeeded 00:36:46 docker.io 00:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:47 Configure a credential helper to remove this warning. See 00:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:47 00:36:47 Login Succeeded 00:36:47 ---> docker-login.sh ends [Pipeline] } 00:36:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:47 ========================================================= 00:36:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:48 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:50 Sending build context to Docker daemon 165.7MB 00:36:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:50 Step 2/6 : FROM ${BASE} 00:36:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:50 5f621e34cdf4: Pulling fs layer 00:36:50 a4357932f1b6: Pulling fs layer 00:36:50 18c013af1878: Pulling fs layer 00:36:50 00ac8860ef70: Pulling fs layer 00:36:50 63d7cb157983: Pulling fs layer 00:36:50 b116817d02f9: Pulling fs layer 00:36:50 745a02a5169b: Pulling fs layer 00:36:50 00ac8860ef70: Waiting 00:36:50 63d7cb157983: Waiting 00:36:50 b116817d02f9: Waiting 00:36:50 745a02a5169b: Waiting 00:36:50 18c013af1878: Verifying Checksum 00:36:50 a4357932f1b6: Verifying Checksum 00:36:50 a4357932f1b6: Download complete 00:36:50 63d7cb157983: Download complete 00:36:50 b116817d02f9: Download complete 00:36:50 5f621e34cdf4: Verifying Checksum 00:36:50 5f621e34cdf4: Download complete 00:36:51 5f621e34cdf4: Pull complete 00:36:51 a4357932f1b6: Pull complete 00:36:52 18c013af1878: Pull complete 00:36:52 745a02a5169b: Verifying Checksum 00:36:52 745a02a5169b: Download complete 00:36:53 00ac8860ef70: Verifying Checksum 00:36:53 00ac8860ef70: Download complete 00:36:59 gofmt -l . 00:36:59 [ "`gofmt -l .`" = "" ] 00:36:59 ./bin/test-go-mod-tidy.sh 00:37:00 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:02 + ls -al . 00:37:02 total 668 00:37:02 drwxrwxr-x 10 1001 1001 4096 Jan 18 00:37 . 00:37:02 drwxr-xr-x 4 root root 30 Jan 18 00:34 .. 00:37:02 -rw-rw-r-- 1 1001 1001 11 Jan 18 00:31 .dockerignore 00:37:02 drwxrwxr-x 8 1001 1001 179 Jan 18 00:31 .git 00:37:02 drwxrwxr-x 3 1001 1001 125 Jan 18 00:31 .github 00:37:02 -rw-rw-r-- 1 1001 1001 872 Jan 18 00:31 .gitignore 00:37:02 drwx------ 3 1001 1001 47 Jan 18 00:32 .semver 00:37:02 -rw-rw-r-- 1 1001 1001 166 Jan 18 00:31 .sonarcloud.properties 00:37:02 -rw-rw-r-- 1 1001 1001 7844 Jan 18 00:31 Attribution.txt 00:37:02 -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:31 CONTRIBUTING.md 00:37:02 -rw-rw-r-- 1 1001 1001 931 Jan 18 00:31 Dockerfile.build 00:37:02 -rw-rw-r-- 1 1001 1001 863 Jan 18 00:31 Jenkinsfile 00:37:02 -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:31 LICENSE 00:37:02 -rw-rw-r-- 1 1001 1001 6001 Jan 18 00:31 Makefile 00:37:02 -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:31 README.md 00:37:02 -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:31 SECURITY.md 00:37:02 -rw-rw-r-- 1 1001 1001 5 Jan 18 00:32 VERSION 00:37:02 -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:31 ZMQWindows.md 00:37:02 drwxrwxr-x 2 1001 1001 117 Jan 18 00:31 bin 00:37:02 drwxrwxr-x 15 1001 1001 4096 Jan 18 00:31 cmd 00:37:02 -rw-r--r-- 1 root root 561484 Jan 18 00:36 coverage.out 00:37:02 -rw-r--r-- 1 root root 1007 Jan 18 00:36 go.mod 00:37:02 -rw-r--r-- 1 root root 19394 Jan 18 00:36 go.sum 00:37:02 drwxrwxr-x 8 1001 1001 127 Jan 18 00:31 internal 00:37:02 drwxrwxr-x 4 1001 1001 26 Jan 18 00:31 openapi 00:37:02 drwxrwxr-x 4 1001 1001 71 Jan 18 00:31 snap 00:37:02 -rw-rw-r-- 1 1001 1001 168 Jan 18 00:31 version.go [Pipeline] sh 00:37:02 + '[' -e coverage.out ] 00:37:02 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:03 Stashed 1 file(s) [Pipeline] sh 00:37:04 00ac8860ef70: Pull complete 00:37:04 + make build 00:37:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:04 63d7cb157983: Pull complete 00:37:04 b116817d02f9: Pull complete 00:37:08 745a02a5169b: Pull complete 00:37:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:08 ---> b7e6874047d6 00:37:08 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37: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 00:37:12 ---> Running in 8e68502d2f70 00:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:14 (1/12) Installing libmagic (5.38-r0) 00:37:14 (2/12) Installing file (5.38-r0) 00:37:14 (3/12) Installing libc-dev (0.7.2-r3) 00:37:15 (4/12) Installing g++ (9.3.0-r2) 00:37:23 (5/12) Installing fortify-headers (1.1-r0) 00:37:23 (6/12) Installing patch (2.7.6-r6) 00:37:23 (7/12) Installing build-base (0.5-r2) 00:37:23 (8/12) Installing libsodium (1.0.18-r0) 00:37:23 (9/12) Installing pkgconf (1.7.2-r0) 00:37:23 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:23 (11/12) Installing libzmq (4.3.3-r0) 00:37:24 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:24 Executing busybox-1.31.1-r19.trigger 00:37:24 OK: 217 MiB in 51 packages 00:37:28 Removing intermediate container 8e68502d2f70 00:37:28 ---> 705e64130e48 00:37:28 Step 4/6 : WORKDIR /edgex-go 00:37:28 ---> Running in 10a4b1bf568a 00:37:29 Removing intermediate container 10a4b1bf568a 00:37:29 ---> eae49a096db0 00:37:29 Step 5/6 : COPY go.mod . 00:37:30 ---> 897b05264fa8 00:37:30 Step 6/6 : RUN go mod download 00:37:30 ---> Running in 54902c788cf5 00:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:56 Removing intermediate container 54902c788cf5 00:37:56 ---> 7ceda693b0bb 00:37:56 Successfully built 7ceda693b0bb 00:37:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:57 + docker inspect -f . ci-base-image-arm64 00:37:57 . [Pipeline] withDockerContainer 00:37:57 prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container 00:37:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:59 $ docker top bdc677f425a3919f34870b3d7871db5a3bb66944d3cc1a2852dd2f752912c5e0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:00 + go version 00:38:00 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:00 $ docker stop --time=1 bdc677f425a3919f34870b3d7871db5a3bb66944d3cc1a2852dd2f752912c5e0 00:38:02 $ docker rm -f bdc677f425a3919f34870b3d7871db5a3bb66944d3cc1a2852dd2f752912c5e0 [Pipeline] // withDockerContainer [Pipeline] } 00:38:02 $ docker stop --time=1 1829fa5983ce331ac33a7fbda64f2922e6f744d959844b3c0bcd5c004f3c1398 00:38:04 $ docker rm -f 1829fa5983ce331ac33a7fbda64f2922e6f744d959844b3c0bcd5c004f3c1398 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:38:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:06 + docker inspect -f . ci-base-image-arm64 00:38:06 . [Pipeline] withDockerContainer 00:38:07 00:38:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container 00:38:07 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:08 $ docker top 60153d3482ea6c2fc734a7aab04979c530b1d1f5a81ec02c5cc0ceb72754ccfc -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:09 ========================================================= 00:38:09 [edgeXBuildGoParallel] Running Tests and Build... 00:38:09 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:38:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:09 latest: Pulling from edgex-devops/edgex-compose 00:38:09 cbdbe7a5bc2a: Pulling fs layer 00:38:09 ca9280d653b3: Pulling fs layer 00:38:09 7e9c9ca2126c: Pulling fs layer 00:38:09 + make test 00:38:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:10 cbdbe7a5bc2a: Verifying Checksum 00:38:10 cbdbe7a5bc2a: Download complete 00:38:11 cbdbe7a5bc2a: Pull complete 00:38:12 ca9280d653b3: Verifying Checksum 00:38:12 ca9280d653b3: Download complete 00:38:14 ca9280d653b3: Pull complete 00:38:14 7e9c9ca2126c: Verifying Checksum 00:38:14 7e9c9ca2126c: Download complete 00:38:26 7e9c9ca2126c: Pull complete 00:38:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:38:26 prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container 00:38:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:29 $ docker top 4a9f0bdd0cf2f207976233ea7194942bcb8af477fa139a6d41b3944f60a9f1a3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:30 + docker-compose build --help 00:38:30 + grep parallel 00:38:31 --parallel Build images in parallel. [Pipeline] } 00:38:31 $ docker stop --time=1 4a9f0bdd0cf2f207976233ea7194942bcb8af477fa139a6d41b3944f60a9f1a3 00:38:33 $ docker rm -f 4a9f0bdd0cf2f207976233ea7194942bcb8af477fa139a6d41b3944f60a9f1a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:34 . [Pipeline] withDockerContainer 00:38:34 prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container 00:38:34 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 00:38:35 $ docker top 09b485b5cf175e63bf67077403f0581be0e3ddfc2d21fd2dafbc06dcce256942 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:36 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:36 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:37 Building docker-core-command-go ... 00:38:37 Building docker-core-data-go ... 00:38:37 Building docker-core-metadata-go ... 00:38:37 Building docker-security-bootstrapper-go ... 00:38:37 Building docker-security-proxy-setup-go ... 00:38:37 Building docker-security-secretstore-setup-go ... 00:38:37 Building docker-support-notifications-go ... 00:38:37 Building docker-support-scheduler-go ... 00:38:37 Building docker-sys-mgmt-agent-go ... 00:38:37 Building docker-security-proxy-setup-go 00:38:37 Building docker-support-notifications-go 00:38:37 Building docker-core-metadata-go 00:38:37 Building docker-support-scheduler-go 00:38:37 Building docker-security-bootstrapper-go 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:34 ---> 217af407c365 00:39:34 Step 3/21 : WORKDIR /edgex-go 00:39:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 217af407c365 00:39:35 Step 3/22 : WORKDIR /edgex-go 00:39:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 ---> 217af407c365 00:39:35 Step 3/22 : WORKDIR /edgex-go 00:39:35 00:39:35 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 217af407c365 00:39:35 Step 3/33 : WORKDIR /edgex-go 00:39:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 217af407c365 00:39:35 Step 3/23 : WORKDIR /edgex-go 00:39:36 ---> Running in 239800fd7650 00:39:36 ---> Running in bcfd96a0d940 00:39:36 ---> Running in d6dadf68da2b 00:39:36 ---> Running in 26dd67b864d4 00:39:36 ---> Running in 4393a37803ed 00:39:37 Removing intermediate container 26dd67b864d4 00:39:37 ---> 9130b1a3cf0a 00:39:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 Removing intermediate container 239800fd7650 00:39:37 ---> 7ff34b57811e 00:39:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 Removing intermediate container d6dadf68da2b 00:39:37 ---> c738a04d0b44 00:39:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 Removing intermediate container bcfd96a0d940 00:39:37 ---> 514bd7c88d2b 00:39:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 Removing intermediate container 4393a37803ed 00:39:37 ---> 2586360c3a6f 00:39:37 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 ---> Running in f19b03462792 00:39:37 ---> Running in 9846cbb32cd6 00:39:37 ---> Running in 58792c8b74e3 00:39:37 ---> Running in 073f580abbd7 00:39:37 ---> Running in 1df1c77a8284 00:39:41 Removing intermediate container f19b03462792 00:39:41 ---> f332b220c4ae 00:39:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:39:41 ---> Running in 618bd05e1f39 00:39:41 Removing intermediate container 9846cbb32cd6 00:39:41 ---> fa49bf3a31d3 00:39:41 Step 5/21 : RUN apk add --update --no-cache make git 00:39:41 Removing intermediate container 073f580abbd7 00:39:41 ---> ba4e0f5e4661 00:39:41 Step 5/22 : RUN apk add --update --no-cache make git 00:39:41 Removing intermediate container 58792c8b74e3 00:39:41 ---> 91bd0ac4ae3a 00:39:41 Step 5/23 : RUN apk add --update --no-cache make git 00:39:41 ---> Running in b8cc9da2b698 00:39:41 ---> Running in a39ef5d1f807 00:39:41 ---> Running in ad643a48025c 00:39:41 Removing intermediate container 1df1c77a8284 00:39:41 ---> 102b4e73f935 00:39:41 Step 5/33 : RUN apk add --update --no-cache make git 00:39:41 ---> Running in 84335362b552 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:44 OK: 233 MiB in 51 packages 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:45 OK: 233 MiB in 51 packages 00:39:45 Removing intermediate container 618bd05e1f39 00:39:45 ---> 08fc217f38f2 00:39:45 Step 6/22 : COPY go.mod . 00:39:45 OK: 233 MiB in 51 packages 00:39:45 OK: 233 MiB in 51 packages 00:39:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:45 Removing intermediate container 84335362b552 00:39:45 ---> aae27a9e6328 00:39:45 Step 6/33 : COPY go.mod . 00:39:46 ---> f9b0e6fe066a 00:39:46 Step 7/22 : RUN go mod download 00:39:46 OK: 233 MiB in 51 packages 00:39:46 ---> Running in bcb6c0aa9237 00:39:46 ---> ad0de86d3f71 00:39:46 Step 7/33 : RUN go mod download 00:39:46 Removing intermediate container b8cc9da2b698 00:39:46 ---> eecc04b1d5c6 00:39:46 Step 6/21 : COPY go.mod . 00:39:46 ---> Running in 108033140fc2 00:39:46 Removing intermediate container a39ef5d1f807 00:39:46 ---> fe1be55a76b8 00:39:46 Step 6/22 : COPY go.mod . 00:39:47 ---> d32e740ad690 00:39:47 Step 7/21 : RUN go mod download 00:39:47 Removing intermediate container ad643a48025c 00:39:47 ---> 5ec2d6131d32 00:39:47 Step 6/23 : COPY go.mod . 00:39:47 ---> 95824dcafa95 00:39:47 Step 7/22 : RUN go mod download 00:39:47 ---> Running in ba1c637d9ba7 00:39:47 ---> Running in 9428d36a6c1d 00:39:48 ---> a7697ff1f94b 00:39:48 Step 7/23 : RUN go mod download 00:39:48 ---> Running in 579e7b1fe8a2 00:39:51 Removing intermediate container 108033140fc2 00:39:51 ---> 1fbc9f8cef6f 00:39:51 Step 8/33 : COPY . . 00:39:51 Removing intermediate container bcb6c0aa9237 00:39:51 ---> f1145ebfed75 00:39:51 Step 8/22 : COPY . . 00:39:51 Removing intermediate container 9428d36a6c1d 00:39:51 ---> 8e7a82a7536f 00:39:51 Step 8/22 : COPY . . 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:54 Removing intermediate container ba1c637d9ba7 00:39:54 ---> df65e2bca20a 00:39:54 Step 8/21 : COPY . . 00:39:54 Removing intermediate container 579e7b1fe8a2 00:39:54 ---> ca881b01d4ff 00:39:54 Step 8/23 : COPY . . 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.280s coverage: 46.6% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.631s coverage: 27.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 67.9% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.342s coverage: 28.6% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.373s coverage: 86.7% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.248s coverage: 92.8% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.242s coverage: 0.1% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 43.8% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 20.5% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 88.6% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.4% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.629s coverage: 63.5% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.999s coverage: 68.9% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.944s coverage: 84.0% of statements 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.426s coverage: 47.1% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 00:40:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.463s coverage: 29.1% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 00:41:03 ---> 47c037d31414 00:41:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:41:03 ---> e496938aabec 00:41:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:41:03 ---> 3ae152741c3f 00:41:03 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:41:03 ---> a74b489d3cb7 00:41:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:41:03 ---> Running in 782b326d524e 00:41:03 ---> Running in 3d2aa290d20e 00:41:03 ---> Running in 78741ac267b3 00:41:03 ---> Running in 146ea95c79ac 00:41:03 ---> ebc850954997 00:41:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:41:03 ---> Running in e36f085e9e80 00:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:41:06 GO111MODULE=on go vet ./... 00:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:51 Removing intermediate container 78741ac267b3 00:41:51 ---> 84de56b59c9d 00:41:51 00:41:51 Step 10/22 : FROM alpine:3.12 00:41:52 3.12: Pulling from library/alpine 00:41:53 Removing intermediate container 3d2aa290d20e 00:41:53 ---> 8ae6f34d1124 00:41:53 00:41:53 Step 10/22 : FROM alpine:3.12 00:41:53 3.12: Pulling from library/alpine 00:41:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:41:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:41:53 Status: Downloaded newer image for alpine:3.12 00:41:53 ---> 389fef711851 00:41:53 Step 11/22 : RUN apk add --update --no-cache dumb-initStatus: Downloaded newer image for alpine:3.12 00:41:53 ---> 389fef711851 00:41:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:41:53 00:41:55 ---> Running in 77fff94006f0 00:41:55 ---> Running in e7f155d6b13e 00:41:55 Removing intermediate container e36f085e9e80 00:41:55 ---> 11ca96a86638 00:41:55 00:41:55 Step 10/21 : FROM alpine:3.12 00:41:55 ---> 389fef711851 00:41:55 Step 11/21 : RUN apk add --update --no-cache curl 00:41:55 ---> Running in faebece0c508 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 (1/2) Installing ca-certificates (20191127-r4) 00:41:57 (2/2) Installing dumb-init (1.2.2-r1) 00:41:57 Executing busybox-1.31.1-r19.trigger 00:41:57 Executing ca-certificates-20191127-r4.trigger 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:57 (1/1) Installing dumb-init (1.2.2-r1) 00:41:57 OK: 6 MiB in 16 packages 00:41:57 Executing busybox-1.31.1-r19.trigger 00:41:57 OK: 6 MiB in 15 packages 00:41:57 (1/4) Installing ca-certificates (20191127-r4) 00:41:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:57 (3/4) Installing libcurl (7.69.1-r3) 00:41:57 (4/4) Installing curl (7.69.1-r3) 00:41:57 Executing busybox-1.31.1-r19.trigger 00:41:58 Executing ca-certificates-20191127-r4.trigger 00:41:58 OK: 7 MiB in 18 packages 00:42:01 Removing intermediate container 782b326d524e 00:42:01 ---> 962102824f8e 00:42:01 00:42:01 Step 10/23 : FROM alpine:3.12 00:42:01 ---> 389fef711851 00:42:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:01 Removing intermediate container 146ea95c79ac 00:42:01 ---> 85a08ce1433b 00:42:01 00:42:01 Step 10/33 : FROM alpine:3.12 00:42:01 ---> 389fef711851 00:42:01 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:42:01 ---> Running in 68cd2d4d68de 00:42:02 ---> Running in 9729635253ba 00:42:02 Removing intermediate container e7f155d6b13e 00:42:02 ---> d2119e5e09b2 00:42:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:02 Removing intermediate container faebece0c508 00:42:02 ---> 6d139238dd96 00:42:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:02 Removing intermediate container 77fff94006f0 00:42:02 ---> b40861ced8f6 00:42:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:42:03 ---> Running in e0e5b23052a8 00:42:03 ---> Running in 0a83c7fa0fa8 00:42:03 ---> Running in f4e9b65cd6f3 00:42:03 Removing intermediate container e0e5b23052a8 00:42:03 ---> dc4110747494 00:42:03 Step 13/22 : ENV APP_PORT=48085 00:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:03 Removing intermediate container 0a83c7fa0fa8 00:42:03 ---> fedab8500cdf 00:42:03 Step 13/21 : WORKDIR /edgex 00:42:03 ---> Running in 056fdcbbd002 00:42:03 Removing intermediate container f4e9b65cd6f3 00:42:03 ---> f7d78aeead22 00:42:03 Step 13/22 : ENV APP_PORT=48060 00:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:03 ---> Running in 3d15827b0b1c 00:42:04 ---> Running in 40555195b5a9 00:42:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:04 (1/1) Installing dumb-init (1.2.2-r1) 00:42:04 Executing busybox-1.31.1-r19.trigger 00:42:04 OK: 6 MiB in 15 packages 00:42:04 Removing intermediate container 056fdcbbd002 00:42:04 ---> 7059b3a5328e 00:42:04 Step 14/22 : EXPOSE $APP_PORT 00:42:04 (1/3) Installing dumb-init (1.2.2-r1) 00:42:04 (2/3) Installing openssl (1.1.1i-r0) 00:42:04 (3/3) Installing su-exec (0.2-r1) 00:42:04 Executing busybox-1.31.1-r19.trigger 00:42:04 OK: 6 MiB in 17 packages 00:42:04 Removing intermediate container 3d15827b0b1c 00:42:04 ---> 003173cda2f5 00:42:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:42:05 Removing intermediate container 40555195b5a9 00:42:05 ---> 0e40af5a4b7c 00:42:05 Step 14/22 : EXPOSE $APP_PORT 00:42:05 ---> Running in 3cb214fc536d 00:42:05 ---> Running in 8855dff8c16a 00:42:06 Removing intermediate container 3cb214fc536d 00:42:06 ---> 25ffcac791bd 00:42:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:06 ---> e9150d65d520 00:42:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:42:06 Removing intermediate container 8855dff8c16a 00:42:06 ---> abf24f95e2af 00:42:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:06 Removing intermediate container 68cd2d4d68de 00:42:06 ---> 43b6470de6b0 00:42:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:06 Removing intermediate container 9729635253ba 00:42:06 ---> 1922eb8ad385 00:42:06 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:42:06 ---> Running in a36f3b17b37d 00:42:06 ---> Running in 38b7c742a607 00:42:06 ---> 389e54e842a6 00:42:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:42:07 ---> ee2ba79f9ab8 00:42:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:42:07 Removing intermediate container a36f3b17b37d 00:42:07 ---> f30d2f54f452 00:42:07 Step 13/23 : ENV APP_PORT=48081 00:42:07 ---> Running in 45a2233422ad 00:42:07 ---> 433929e5d949 00:42:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:42:07 Removing intermediate container 38b7c742a607 00:42:07 ---> 815fcd64566d 00:42:07 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:42:07 ---> Running in 72b79ae30e28 00:42:08 Removing intermediate container 45a2233422ad 00:42:08 ---> 49c8b1146a92 00:42:08 Step 14/23 : EXPOSE $APP_PORT 00:42:08 ---> 6d331bb567e4 00:42:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:42:08 ---> Running in ced2577329f9 00:42:08 ---> 3cccae3b5eec 00:42:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:42:08 Removing intermediate container 72b79ae30e28 00:42:08 ---> df1abe3431d6 00:42:08 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 00:42:08 ---> e7255fd1b94b 00:42:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:42:08 ---> Running in a0f4d21a8c09 00:42:08 Removing intermediate container ced2577329f9 00:42:08 ---> d576961587bc 00:42:08 Step 15/23 : WORKDIR / 00:42:09 ---> Running in 42d0363764f0 00:42:09 ---> Running in 659faa1c5fc0 00:42:09 ---> 920cccc6e8fb 00:42:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:42:09 ---> 1962bb49db96 00:42:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:42:09 ---> Running in d51ac5ae3d53 00:42:09 ---> Running in d87cc2d12c7a 00:42:10 Removing intermediate container 659faa1c5fc0 00:42:10 ---> 4d3c803d70b1 00:42:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:10 Removing intermediate container 42d0363764f0 00:42:10 ---> fcebe30afd9f 00:42:10 Step 18/21 : CMD ["--init=true"] 00:42:10 Removing intermediate container d51ac5ae3d53 00:42:10 ---> c8320ee6a1b0 00:42:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:10 ---> Running in cffdf9a26641 00:42:10 Removing intermediate container d87cc2d12c7a 00:42:10 ---> 4a052a4f1eb8 00:42:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:10 ---> Running in aa253cdb5ca6 00:42:10 Connecting to github.com (140.82.112.3:443) 00:42:10  ---> Running in ab9d4c51808a 00:42:10 ---> c50bfd525d8e 00:42:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:42:10 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.110.252:443) 00:42:10 Removing intermediate container cffdf9a26641 00:42:10 ---> db59cf78ba91 00:42:10 Step 19/21 : LABEL arch=x86_64 00:42:10 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:42:10 Removing intermediate container aa253cdb5ca6 00:42:10 ---> 4b7dc82f2737 00:42:10 Step 20/22 : LABEL arch=x86_64 00:42:10 ---> Running in 7f204b9ec5d1 00:42:10 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:42:10 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:42:11 dockerize 00:42:11 Removing intermediate container ab9d4c51808a 00:42:11 ---> 1c389066a75b 00:42:11 Step 20/22 : LABEL arch=x86_64 00:42:11 ---> Running in 572169ea07a6 00:42:11 ---> Running in 219e5162867a 00:42:11 Removing intermediate container 7f204b9ec5d1 00:42:11 ---> a3dd8d44c367 00:42:11 Step 20/21 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:42:11 Removing intermediate container 572169ea07a6 00:42:11 ---> 088d9c7b1f98 00:42:11 Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:42:12 ---> Running in 3fef2ad51721 00:42:12 Removing intermediate container 219e5162867a 00:42:12 ---> 84fab87d79b9 00:42:12 Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:42:12 ---> Running in d041d6a23027 00:42:12 ---> 278724364fec 00:42:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:42:12 ---> Running in 64d99f6f1043 00:42:12 Removing intermediate container 3fef2ad51721 00:42:12 ---> 3b43ef44dad6 00:42:12 Step 21/21 : LABEL version=0.0.0 00:42:12 Removing intermediate container d041d6a23027 00:42:12 ---> 67eb5e5e6b60 00:42:12 Step 22/22 : LABEL version=0.0.0 00:42:12 ---> Running in 3c54b824c5ae 00:42:13 Removing intermediate container a0f4d21a8c09 00:42:13 ---> a06ab2c49355 00:42:13 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:42:13 ---> Running in 43a2d8c89fc0 00:42:13 ---> Running in a85cbd54f7b9 00:42:13 Removing intermediate container 64d99f6f1043 00:42:13 ---> 1b1300ce8120 00:42:13 Step 22/22 : LABEL version=0.0.0 00:42:13 ---> 016ae3d6a423 00:42:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:42:13 ---> Running in f362f89192b2 00:42:13 ---> Running in 253ade9807fc 00:42:13 Removing intermediate container 3c54b824c5ae 00:42:13 ---> b29a4af9b93b 00:42:13 00:42:13 Removing intermediate container 43a2d8c89fc0 00:42:13 ---> 5053a8f559bc 00:42:13 00:42:13 Removing intermediate container a85cbd54f7b9 00:42:13 ---> feee00bb89fc 00:42:13 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:42:13 ---> Running in 9a7270e6e39b 00:42:13 Removing intermediate container f362f89192b2 00:42:13 ---> b0c7366e9fe6 00:42:13 00:42:13 Removing intermediate container 253ade9807fc 00:42:13 ---> cbdb68b4eb7e 00:42:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:14 Successfully built b29a4af9b93b 00:42:14 Successfully tagged docker-security-proxy-setup-go:latest 00:42:14 Building docker-sys-mgmt-agent-go 00:42:14  Building docker-security-proxy-setup-go ... done Successfully built 5053a8f559bc 00:42:14 Successfully tagged docker-support-notifications-go:latest 00:42:14 Building docker-core-command-go 00:42:14  Building docker-support-notifications-go ... done  ---> Running in 01400725b4b2 00:42:14 Successfully built b0c7366e9fe6 00:42:14 Successfully tagged docker-support-scheduler-go:latest 00:42:14 Building docker-core-data-go 00:42:14  Building docker-support-scheduler-go ... done Removing intermediate container 9a7270e6e39b 00:42:14 ---> ea0ddd90abbc 00:42:14 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} 00:42:15 ---> Running in 21ae49bfde0d 00:42:15 Removing intermediate container 01400725b4b2 00:42:15 ---> f1f8291170f6 00:42:15 Step 21/23 : LABEL arch=x86_64 00:42:15 ---> Running in b60f99609915 00:42:16 Removing intermediate container b60f99609915 00:42:16 ---> 6280a8462f06 00:42:16 Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:42:16 Move dockerize executable 00:42:16 ---> Running in bbe98269f87d 00:42:17 Removing intermediate container bbe98269f87d 00:42:17 ---> 5a215072b2b2 00:42:17 Step 23/23 : LABEL version=0.0.0 00:42:17 ---> Running in 6b3336e2f5dd 00:42:19 Removing intermediate container 6b3336e2f5dd 00:42:19 ---> 9b59c329cc8f 00:42:19 00:42:19 Removing intermediate container 21ae49bfde0d 00:42:19 ---> caf41dd5b181 00:42:19 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:42:19 Successfully built 9b59c329cc8f 00:42:20 Successfully tagged docker-core-metadata-go:latest 00:42:20 Building docker-security-secretstore-setup-go 00:42:20  Building docker-core-metadata-go ... done  ---> Running in ae0492303a5f 00:42:21 Removing intermediate container ae0492303a5f 00:42:21 ---> 3c0c6d98dc37 00:42:21 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:42:22 ---> 31d21fa94667 00:42:22 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:42:23 ---> Running in a93b7b4f9017 00:42:26 Removing intermediate container a93b7b4f9017 00:42:26 ---> aa0b7bff204a 00:42:26 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:28 gofmt -l . 00:42:28 [ "`gofmt -l .`" = "" ] 00:42:28 ---> 3dd6b686cb67 00:42:28 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:42:29 ./bin/test-go-mod-tidy.sh 00:42:29 ./bin/test-attribution-txt.sh 00:42:30 ---> 0f92ff596714 00:42:30 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:42:31 ---> cca4a3e7336e 00:42:31 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] sh 00:42:31 + ls -al . 00:42:31 total 696 00:42:31 drwxrwxr-x 9 1001 1001 4096 Jan 18 00:42 . 00:42:31 drwxr-xr-x 4 root root 4096 Jan 18 00:38 .. 00:42:31 -rw-rw-r-- 1 1001 1001 11 Jan 18 00:36 .dockerignore 00:42:31 drwxrwxr-x 8 1001 1001 4096 Jan 18 00:36 .git 00:42:31 drwxrwxr-x 3 1001 1001 4096 Jan 18 00:36 .github 00:42:31 -rw-rw-r-- 1 1001 1001 872 Jan 18 00:36 .gitignore 00:42:31 -rw-rw-r-- 1 1001 1001 166 Jan 18 00:36 .sonarcloud.properties 00:42:31 -rw-rw-r-- 1 1001 1001 7844 Jan 18 00:36 Attribution.txt 00:42:31 -rw-rw-r-- 1 1001 1001 3804 Jan 18 00:36 CONTRIBUTING.md 00:42:31 -rw-rw-r-- 1 1001 1001 931 Jan 18 00:36 Dockerfile.build 00:42:31 -rw-rw-r-- 1 1001 1001 863 Jan 18 00:36 Jenkinsfile 00:42:31 -rw-rw-r-- 1 1001 1001 10775 Jan 18 00:36 LICENSE 00:42:31 -rw-rw-r-- 1 1001 1001 6001 Jan 18 00:36 Makefile 00:42:31 -rw-rw-r-- 1 1001 1001 6524 Jan 18 00:36 README.md 00:42:31 -rw-rw-r-- 1 1001 1001 6744 Jan 18 00:36 SECURITY.md 00:42:31 -rw-rw-r-- 1 1001 1001 5 Jan 18 00:32 VERSION 00:42:31 -rw-rw-r-- 1 1001 1001 4131 Jan 18 00:36 ZMQWindows.md 00:42:31 drwxrwxr-x 2 1001 1001 4096 Jan 18 00:36 bin 00:42:31 drwxrwxr-x 15 1001 1001 4096 Jan 18 00:36 cmd 00:42:31 -rw-r--r-- 1 root root 561484 Jan 18 00:41 coverage.out 00:42:31 -rw-r--r-- 1 root root 1007 Jan 18 00:42 go.mod 00:42:31 -rw-r--r-- 1 root root 19394 Jan 18 00:42 go.sum 00:42:31 drwxrwxr-x 8 1001 1001 4096 Jan 18 00:36 internal 00:42:31 drwxrwxr-x 4 1001 1001 4096 Jan 18 00:36 openapi 00:42:31 drwxrwxr-x 4 1001 1001 4096 Jan 18 00:36 snap 00:42:31 -rw-rw-r-- 1 1001 1001 168 Jan 18 00:36 version.go [Pipeline] sh 00:42:32 ---> 8eb0d1f011bc 00:42:32 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:42:32 ---> 494a67285ad1 00:42:32 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:42:32 + '[' -e coverage.out ] 00:42:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:32 Warning: overwriting stash ‘coverage-report’ 00:42:33 ---> Running in f40ae4068011 00:42:33 Removing intermediate container f40ae4068011 00:42:33 ---> a78922cce5e7 00:42:33 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:42:33 ---> 0e429c901c70 00:42:33 Step 28/33 : RUN chmod +x /entrypoint.sh 00:42:33 Stashed 1 file(s) [Pipeline] sh 00:42:34 + make build 00:42:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:35 ---> Running in f065fe7d3686 00:42:42 Removing intermediate container f065fe7d3686 00:42:42 ---> db7f1dd5cfc4 00:42:42 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:42:42 ---> Running in 6a141c00f0db 00:42:43 Removing intermediate container 6a141c00f0db 00:42:43 ---> 13e3d8b59ac3 00:42:43 Step 30/33 : CMD ["gate"] 00:42:46 ---> Running in 9d931dcdd015 00:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:48 Removing intermediate container 9d931dcdd015 00:42:48 ---> 01142cc32b9f 00:42:48 Step 31/33 : LABEL arch=x86_64 00:42:48 ---> Running in ee5f8fc70163 00:42:48 Removing intermediate container ee5f8fc70163 00:42:48 ---> 716a922ca3f7 00:42:48 Step 32/33 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:42:49 ---> Running in dc52e303b239 00:42:50 Removing intermediate container dc52e303b239 00:42:50 ---> 575309186448 00:42:50 Step 33/33 : LABEL version=0.0.0 00:42:51 ---> Running in bc12cd44870b 00:42:52 Removing intermediate container bc12cd44870b 00:42:52 ---> 5b51a808c829 00:42:52 00:42:55 Successfully built 5b51a808c829 00:42:55 Successfully tagged docker-security-bootstrapper-go:latest 00:43:02  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:02 ---> 217af407c365 00:43:02 Step 3/24 : WORKDIR /edgex-go 00:43:02 ---> Using cache 00:43:02 ---> 2586360c3a6f 00:43:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:02 ---> Using cache 00:43:02 ---> 102b4e73f935 00:43:02 Step 5/24 : RUN apk add --update --no-cache make git 00:43:02 ---> Using cache 00:43:02 ---> aae27a9e6328 00:43:02 Step 6/24 : COPY go.mod . 00:43:02 ---> Using cache 00:43:02 ---> ad0de86d3f71 00:43:02 Step 7/24 : RUN go mod download 00:43:02 ---> Using cache 00:43:02 ---> 1fbc9f8cef6f 00:43:02 Step 8/24 : COPY . . 00:43:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:02 ---> 217af407c365 00:43:02 Step 3/23 : WORKDIR /edgex-go 00:43:02 ---> Using cache 00:43:02 ---> 2586360c3a6f 00:43:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:02 ---> Using cache 00:43:02 ---> 102b4e73f935 00:43:02 Step 5/23 : RUN apk add --update --no-cache make git 00:43:02 ---> Using cache 00:43:02 ---> aae27a9e6328 00:43:02 Step 6/23 : COPY go.mod . 00:43:02 ---> Using cache 00:43:02 ---> ad0de86d3f71 00:43:02 Step 7/23 : RUN go mod download 00:43:02 ---> Using cache 00:43:02 ---> 1fbc9f8cef6f 00:43:02 Step 8/23 : COPY . . 00:43:02 ---> Using cache 00:43:02 ---> 3ae152741c3f 00:43:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:43:02 ---> Using cache 00:43:02 ---> 3ae152741c3f 00:43:02 Step 9/23 : RUN make cmd/core-command/core-command 00:43:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 217af407c365 00:43:03 Step 3/26 : WORKDIR /edgex-go 00:43:03 ---> Using cache 00:43:03 ---> 2586360c3a6f 00:43:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:03 ---> Using cache 00:43:03 ---> 102b4e73f935 00:43:03 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 217af407c365 00:43:03 Step 3/23 : WORKDIR /edgex-go 00:43:03 ---> Using cache 00:43:03 ---> 2586360c3a6f 00:43:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:03 ---> Using cache 00:43:03 ---> 102b4e73f935 00:43:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:43:04 ---> Running in 03156c93ffcf 00:43:04 ---> Running in da26167f8a07 00:43:04 ---> Running in c3d380ab471e 00:43:04 ---> Running in 0c2690987d05 00:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:09 OK: 233 MiB in 51 packages 00:43:10 OK: 233 MiB in 51 packages 00:43:12 Removing intermediate container 0c2690987d05 00:43:12 ---> 1d7e42ce7abb 00:43:12 Step 6/26 : COPY go.mod . 00:43:12 Removing intermediate container c3d380ab471e 00:43:12 ---> 5e04c09d4a12 00:43:12 Step 6/23 : COPY go.mod . 00:43:12 ---> 8c8ba018664b 00:43:12 Step 7/26 : RUN go mod download 00:43:12 ---> Running in 9ef510048cba 00:43:12 ---> a4b6865fcfed 00:43:12 Step 7/23 : RUN go mod download 00:43:12 ---> Running in d61ad9f0f3c1 00:43:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:19 Removing intermediate container 9ef510048cba 00:43:19 ---> f4cfc06d64df 00:43:19 Step 8/26 : COPY . . 00:43:19 Removing intermediate container d61ad9f0f3c1 00:43:19 ---> dfe3726d888b 00:43:19 Step 8/23 : COPY . . 00:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:49 Removing intermediate container 03156c93ffcf 00:43:49 ---> bc90b0d19aed 00:43:49 00:43:49 Step 10/23 : FROM alpine:3.12 00:43:49 ---> 389fef711851 00:43:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:43:49 ---> Using cache 00:43:49 ---> 43b6470de6b0 00:43:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:43:49 ---> Using cache 00:43:49 ---> f30d2f54f452 00:43:49 Step 13/23 : ENV APP_PORT=48082 00:43:49 ---> Running in 09dc68c7481f 00:43:51 Removing intermediate container 09dc68c7481f 00:43:51 ---> 786dc5ebb853 00:43:51 Step 14/23 : EXPOSE $APP_PORT 00:43:51 ---> Running in b585cc6e0d1e 00:43:52 Removing intermediate container b585cc6e0d1e 00:43:52 ---> b25c1411797b 00:43:52 Step 15/23 : WORKDIR / 00:43:53 ---> Running in 6a0ee655b605 00:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:54 Removing intermediate container 6a0ee655b605 00:43:54 ---> c71a7ce1d81a 00:43:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:57 ---> 79b96ef51c57 00:43:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:43:57 Removing intermediate container da26167f8a07 00:43:57 ---> 2a10cd150633 00:43:57 00:43:57 Step 10/24 : FROM alpine:3.12 00:43:57 ---> 389fef711851 00:43:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:43:59 ---> Running in f2ec551e9656 00:43:59 ---> 9bdb93ea11f0 00:43:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:44:01 ---> fd075319cfcf 00:44:01 Step 19/23 : ENTRYPOINT ["/core-command"] 00:44:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:02 (1/5) Installing ca-certificates (20191127-r4) 00:44:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:44:02 (3/5) Installing libcurl (7.69.1-r3) 00:44:02 (4/5) Installing curl (7.69.1-r3) 00:44:02 (5/5) Installing dumb-init (1.2.2-r1) 00:44:02 Executing busybox-1.31.1-r19.trigger 00:44:02 ---> Running in cfc9095c9796 00:44:02 Executing ca-certificates-20191127-r4.trigger 00:44:02 OK: 7 MiB in 19 packages 00:44:02 ---> ee00527394b6 00:44:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:02 ---> abcf5767e26f 00:44:02 Step 9/23 : RUN make cmd/core-data/core-data 00:44:03 Removing intermediate container cfc9095c9796 00:44:03 ---> 3bdd6f4f648d 00:44:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:03 ---> Running in f2e27d2124f2 00:44:03 ---> Running in 5e0b328081a5 00:44:03 ---> Running in 35a1d979bd46 00:44:03 Removing intermediate container 35a1d979bd46 00:44:03 ---> 19bda2b6203c 00:44:03 Step 21/23 : LABEL arch=x86_64 00:44:04 ---> Running in 4f1a21ffb645 00:44:04 Removing intermediate container f2ec551e9656 00:44:04 ---> 3de7b114be01 00:44:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:44:04 ---> Running in 0454fb779ee8 00:44:04 Removing intermediate container 4f1a21ffb645 00:44:04 ---> 167d46b559dd 00:44:04 Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:44:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:05 ---> Running in cccecb448d62 00:44:05 Removing intermediate container 0454fb779ee8 00:44:05 ---> 66858d3e791f 00:44:05 Step 13/24 : WORKDIR / 00:44:05 ---> Running in 7485e38fdef1 00:44:05 Removing intermediate container cccecb448d62 00:44:05 ---> 4dbbb1aa98a5 00:44:05 Step 23/23 : LABEL version=0.0.0 [Pipeline] } 00:44:05 $ docker stop --time=1 60153d3482ea6c2fc734a7aab04979c530b1d1f5a81ec02c5cc0ceb72754ccfc 00:44:05 ---> Running in 4111d30a4c8b 00:44:06 Removing intermediate container 7485e38fdef1 00:44:06 ---> 23669a39b6dc 00:44:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:44:06 Removing intermediate container 4111d30a4c8b 00:44:06 ---> 043592bbf91d 00:44:06 00:44:06 ---> 6b3fa41ea88e 00:44:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:44:07 Successfully built 043592bbf91d 00:44:07 Successfully tagged docker-core-command-go:latest 00:44:07 $ docker rm -f 60153d3482ea6c2fc734a7aab04979c530b1d1f5a81ec02c5cc0ceb72754ccfc 00:44:08  Building docker-core-command-go ... done  ---> 4f00eff94286 00:44:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:44:09 ---> 52dcf6f91f49 00:44:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:10 00:44:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:11 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:11 29e5d40040c1: Pulling fs layer 00:44:11 1ce36da41761: Pulling fs layer 00:44:11 25b303627fd3: Pulling fs layer 00:44:11 29e5d40040c1: Verifying Checksum 00:44:11 29e5d40040c1: Download complete 00:44:11 ---> e6f37a961be0 00:44:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:44:11 1ce36da41761: Verifying Checksum 00:44:11 1ce36da41761: Download complete 00:44:12 29e5d40040c1: Pull complete 00:44:13 1ce36da41761: Pull complete 00:44:13 ---> add09758c467 00:44:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:44:13 25b303627fd3: Verifying Checksum 00:44:13 25b303627fd3: Download complete 00:44:14 ---> 4e82e7133da1 00:44:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:44:15 ---> Running in e117d79cb8d8 00:44:19 Removing intermediate container e117d79cb8d8 00:44:19 ---> e6e865c92ae9 00:44:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:44:19 ---> Running in facb1de1921e 00:44:19 Removing intermediate container facb1de1921e 00:44:19 ---> ea4678c53a8a 00:44:19 Step 22/24 : LABEL arch=x86_64 00:44:19 ---> Running in 3a154b308004 00:44:20 Removing intermediate container 3a154b308004 00:44:20 ---> 0183be5b44ab 00:44:20 Step 23/24 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:44:20 ---> Running in 71c55f5831c4 00:44:20 Removing intermediate container 71c55f5831c4 00:44:20 ---> ee79b4cd5ad7 00:44:20 Step 24/24 : LABEL version=0.0.0 00:44:21 ---> Running in 9b89b932609e 00:44:22 Removing intermediate container 9b89b932609e 00:44:22 ---> 9fecb6a4c09c 00:44:22 00:44:22 Successfully built 9fecb6a4c09c 00:44:22 Successfully tagged docker-security-secretstore-setup-go:latest 00:44:23 25b303627fd3: Pull complete 00:44:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:24 prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container 00:44:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 00:44:27 $ docker top 806416eb91db80c4ce74fcd360250fa8425062a16bbd11908eb1db86cf9cfe25 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:28 + docker-compose build --help 00:44:28 + grep parallel 00:44:33 --parallel Build images in parallel. [Pipeline] } 00:44:33 $ docker stop --time=1 806416eb91db80c4ce74fcd360250fa8425062a16bbd11908eb1db86cf9cfe25 00:44:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2e27d2124f2 00:44:35 ---> fdba922de585 00:44:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:44:35 ---> Running in 5074b53ce202 00:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:35 $ docker rm -f 806416eb91db80c4ce74fcd360250fa8425062a16bbd11908eb1db86cf9cfe25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:36 . [Pipeline] withDockerContainer 00:44:36 Removing intermediate container 5074b53ce202 00:44:36 ---> 264a7848f70b 00:44:36 00:44:36 Step 11/26 : FROM docker:20.10.0 00:44:36 20.10.0: Pulling from library/docker 00:44:36 prd-ubuntu18.04-docker-arm64-4c-16g-20853 does not seem to be running inside a container 00:44:37 $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:38 $ docker top fc9cccb31d217a19310bed1348b15737d502a64a2c7a32d8bb06720f936123ad -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:39 Removing intermediate container 5e0b328081a5 00:44:39 ---> 17550fbf8e8e 00:44:39 00:44:39 Step 10/23 : FROM alpine:3.12 00:44:39 ---> 389fef711851 00:44:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:44:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:39 ---> Running in 933b75dbd15e 00:44:40 Removing intermediate container 933b75dbd15e 00:44:40 ---> 71dab7d952cc 00:44:40 Step 12/23 : ENV APP_PORT=48080 00:44:40 ---> Running in 881fee4385fc 00:44:41 Removing intermediate container 881fee4385fc 00:44:41 ---> eeb2205317d3 00:44:41 Step 13/23 : EXPOSE $APP_PORT 00:44:41 ---> Running in ee635df946a2 00:44:42 Removing intermediate container ee635df946a2 00:44:42 ---> 0a25e53f436f 00:44:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:42 ---> Running in d05d9e8d9c6c 00:44:45 Building docker-core-command-go ... 00:44:45 Building docker-core-data-go ... 00:44:45 Building docker-core-metadata-go ... 00:44:45 Building docker-security-bootstrapper-go ... 00:44:45 Building docker-security-proxy-setup-go ... 00:44:45 Building docker-security-secretstore-setup-go ... 00:44:45 Building docker-support-notifications-go ... 00:44:45 Building docker-support-scheduler-go ... 00:44:45 Building docker-sys-mgmt-agent-go ... 00:44:45 Building docker-security-proxy-setup-go 00:44:45 Building docker-security-secretstore-setup-go 00:44:45 Building docker-support-scheduler-go 00:44:45 Building docker-sys-mgmt-agent-go 00:44:45 Building docker-core-command-go 00:44:45 Removing intermediate container d05d9e8d9c6c 00:44:45 ---> 634a0917a186 00:44:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:44:46 ---> Running in 3dc669a675e4 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:44:49 Status: Downloaded newer image for docker:20.10.0 00:44:49 ---> aefe523efa57 00:44:49 Step 12/26 : RUN apk add --no-cache bash 00:44:49 ---> Running in 12dff7f991f9 00:44:49 (1/6) Installing dumb-init (1.2.2-r1) 00:44:50 (2/6) Installing libgcc (9.3.0-r2) 00:44:50 (3/6) Installing libsodium (1.0.18-r0) 00:44:50 (4/6) Installing libstdc++ (9.3.0-r2) 00:44:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:50 (5/6) Installing libzmq (4.3.3-r0) 00:44:50 (1/2) Installing readline (8.0.4-r0) 00:44:50 (2/2) Installing bash (5.0.17-r0) 00:44:50 Executing bash-5.0.17-r0.post-install 00:44:50 Executing busybox-1.31.1-r19.trigger 00:44:50 OK: 12 MiB in 22 packages 00:44:50 (6/6) Installing zeromq (4.3.3-r0) 00:44:51 Executing busybox-1.31.1-r19.trigger 00:44:51 OK: 8 MiB in 20 packages 00:44:52 Removing intermediate container 12dff7f991f9 00:44:52 ---> c6fbd62bea05 00:44:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:44:52 Removing intermediate container 3dc669a675e4 00:44:52 ---> 5b2b53e06aed 00:44:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:52 ---> Running in bf8087977353 00:44:52 Removing intermediate container bf8087977353 00:44:52 ---> ae8da7ea8d26 00:44:52 Step 14/26 : ENV APP_PORT=48090 00:44:52 ---> Running in 1a0d15133c78 00:44:53 ---> 66f9e60dbf54 00:44:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:44:53 Removing intermediate container 1a0d15133c78 00:44:53 ---> 2ee65c3f4e9e 00:44:53 Step 15/26 : EXPOSE $APP_PORT 00:44:53 ---> Running in 97573cd97357 00:44:54 Removing intermediate container 97573cd97357 00:44:54 ---> d6e1ea71aa78 00:44:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:44:54 ---> aa230c347bc5 00:44:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:44:55 ---> 36b930b5eb82 00:44:55 Step 19/23 : ENTRYPOINT ["/core-data"] 00:44:55 ---> Running in 75fc4a73ff88 00:44:55 ---> 36f65448eff0 00:44:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:44:55 Removing intermediate container 75fc4a73ff88 00:44:55 ---> a8dbc762b2e3 00:44:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:55 ---> Running in 2950d46b6d01 00:44:55 ---> f3e92144a5f9 00:44:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:44:55 Removing intermediate container 2950d46b6d01 00:44:55 ---> 14ca084b4fe5 00:44:55 Step 21/23 : LABEL arch=x86_64 00:44:55 ---> Running in 430cbc62d108 00:44:56 ---> 1886968bbe1e 00:44:56 Step 19/26 : RUN apk --no-cache add py3-pip 00:44:56 ---> Running in d889982e03fd 00:44:56 Removing intermediate container 430cbc62d108 00:44:56 ---> 90a1fd1c9e8d 00:44:56 Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:44:56 ---> Running in 1d235e819283 00:44:57 Removing intermediate container 1d235e819283 00:44:57 ---> ed4b3e5fe3c8 00:44:57 Step 23/23 : LABEL version=0.0.0 00:44:57 ---> Running in 0f57cdc13296 00:44:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:57 Removing intermediate container 0f57cdc13296 00:44:57 ---> a2dd6e41a782 00:44:57 00:44:58 (1/33) Installing libbz2 (1.0.8-r1) 00:44:58 (2/33) Installing expat (2.2.9-r1) 00:44:58 (3/33) Installing libffi (3.3-r2) 00:44:58 (4/33) Installing gdbm (1.13-r1) 00:44:58 (5/33) Installing xz-libs (5.2.5-r0) 00:44:58 (6/33) Installing sqlite-libs (3.32.1-r0) 00:44:58 Successfully built a2dd6e41a782 00:44:58 (7/33) Installing python3 (3.8.5-r0) 00:44:58 Successfully tagged docker-core-data-go:latest 00:44:59  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:44:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:44:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:44:59 (11/33) Installing py3-six (1.15.0-r0) 00:44:59 (12/33) Installing py3-packaging (20.4-r0) 00:44:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:44:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:44:59 (15/33) Installing py3-idna (2.9-r0) 00:45:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:45:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:45:00 (18/33) Installing py3-requests (2.23.0-r0) 00:45:00 (19/33) Installing py3-msgpack (1.0.0-r0) 00:45:00 (20/33) Installing py3-lockfile (0.12.2-r3) 00:45:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:45:00 (22/33) Installing py3-colorama (0.4.3-r0) 00:45:00 (23/33) Installing py3-distlib (0.3.0-r0) 00:45:00 (24/33) Installing py3-distro (1.5.0-r1) 00:45:00 (25/33) Installing py3-webencodings (0.5.1-r3) 00:45:00 (26/33) Installing py3-html5lib (1.0.1-r4) 00:45:00 (27/33) Installing py3-pytoml (0.1.21-r0) 00:45:00 (28/33) Installing py3-pep517 (0.8.2-r0) 00:45:00 (29/33) Installing py3-progress (1.5-r0) 00:45:00 (30/33) Installing py3-toml (0.10.1-r0) 00:45:00 (31/33) Installing py3-retrying (1.3.3-r0) 00:45:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:45:00 (33/33) Installing py3-pip (20.1.1-r0) 00:45:01 Executing busybox-1.31.1-r19.trigger 00:45:01 OK: 71 MiB in 55 packages 00:45:11 Removing intermediate container d889982e03fd 00:45:11 ---> d667368a29fc 00:45:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:45:11 ---> Running in 730db7e4212d 00:45:12 Collecting docker-compose==1.23.2 00:45:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:45:13 Collecting dockerpty<0.5,>=0.4.1 00:45:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:45:14 Collecting texttable<0.10,>=0.9.0 00:45:14 Downloading texttable-0.9.1.tar.gz (11 kB) 00:45:14 Collecting docker<4.0,>=3.6.0 00:45:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:45:15 Collecting websocket-client<1.0,>=0.32.0 00:45:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:45:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:45:16 Collecting PyYAML<4,>=3.10 00:45:16 Downloading PyYAML-3.13.tar.gz (270 kB) 00:45:17 Collecting docopt<0.7,>=0.6.1 00:45:17 Downloading docopt-0.6.2.tar.gz (25 kB) 00:45:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:45:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:45:18 Collecting jsonschema<3,>=2.5.1 00:45:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:45:18 Collecting cached-property<2,>=1.2.0 00:45:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:45:18 Collecting docker-pycreds>=0.4.0 00:45:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:45:19 Collecting urllib3<1.25,>=1.21.1 00:45:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:45: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) 00:45: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) 00:45:19 Collecting idna<2.8,>=2.5 00:45:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:45:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:45:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:45:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:45:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:45:19 Installing collected packages: dockerpty, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, jsonschema, cached-property, docker-compose 00:45:19 Running setup.py install for dockerpty: started 00:45:20 Running setup.py install for dockerpty: finished with status 'done' 00:45:20 Running setup.py install for texttable: started 00:45:21 Running setup.py install for texttable: finished with status 'done' 00:45:21 Attempting uninstall: urllib3 00:45:21 Found existing installation: urllib3 1.25.9 00:45:21 Uninstalling urllib3-1.25.9: 00:45:21 Successfully uninstalled urllib3-1.25.9 00:45:21 Attempting uninstall: idna 00:45:21 Found existing installation: idna 2.9 00:45:21 Uninstalling idna-2.9: 00:45:21 Successfully uninstalled idna-2.9 00:45:21 Attempting uninstall: requests 00:45:21 Found existing installation: requests 2.23.0 00:45:21 Uninstalling requests-2.23.0: 00:45:21 Successfully uninstalled requests-2.23.0 00:45:22 Running setup.py install for PyYAML: started 00:45:23 Running setup.py install for PyYAML: finished with status 'done' 00:45:23 Running setup.py install for docopt: started 00:45:24 Running setup.py install for docopt: finished with status 'done' 00:45:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:45:29 Removing intermediate container 730db7e4212d 00:45:29 ---> 982931b6e77b 00:45:29 Step 21/26 : RUN apk --no-cache add curl 00:45:29 ---> Running in eea4784f3ef6 00:45:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:45:29 (2/3) Installing libcurl (7.69.1-r3) 00:45:29 (3/3) Installing curl (7.69.1-r3) 00:45:29 Executing busybox-1.31.1-r19.trigger 00:45:29 OK: 72 MiB in 58 packages 00:45:30 Removing intermediate container eea4784f3ef6 00:45:30 ---> 8b5fc50ddaa8 00:45:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:45:30 ---> Running in 8bba683241e4 00:45:31 Removing intermediate container 8bba683241e4 00:45:31 ---> f6f2c71339e7 00:45:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:31 ---> Running in aa4ba695cbd8 00:45:31 Removing intermediate container aa4ba695cbd8 00:45:31 ---> eb12fa170df0 00:45:31 Step 24/26 : LABEL arch=x86_64 00:45:31 ---> Running in d5163991deaa 00:45:31 Removing intermediate container d5163991deaa 00:45:31 ---> 341dc665c03b 00:45:31 Step 25/26 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:45:32 ---> Running in 859819648c9c 00:45:32 Removing intermediate container 859819648c9c 00:45:32 ---> 96274236e64a 00:45:32 Step 26/26 : LABEL version=0.0.0 00:45:32 ---> Running in 8b1caa557df7 00:45:32 Removing intermediate container 8b1caa557df7 00:45:32 ---> 23434a033f64 00:45:32 00:45:33 Successfully built 23434a033f64 00:45:33 Successfully tagged docker-sys-mgmt-agent-go:latest 00:45:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:45:33 $ docker stop --time=1 09b485b5cf175e63bf67077403f0581be0e3ddfc2d21fd2dafbc06dcce256942 00:45:36 $ docker rm -f 09b485b5cf175e63bf67077403f0581be0e3ddfc2d21fd2dafbc06dcce256942 [Pipeline] // withDockerContainer [Pipeline] sh 00:45:36 + docker images 00:45:36 + grep docker 00:45:37 docker-sys-mgmt-agent-go latest 23434a033f64 5 seconds ago 313MB 00:45:37 docker-core-data-go latest a2dd6e41a782 40 seconds ago 22.3MB 00:45:37 docker-security-secretstore-setup-go latest 9fecb6a4c09c About a minute ago 24.6MB 00:45:37 docker-core-command-go latest 043592bbf91d About a minute ago 16.2MB 00:45:37 docker-security-bootstrapper-go latest 5b51a808c829 2 minutes ago 41.5MB 00:45:37 docker-core-metadata-go latest 9b59c329cc8f 3 minutes ago 18.7MB 00:45:37 docker-support-scheduler-go latest b0c7366e9fe6 3 minutes ago 16.4MB 00:45:37 docker-security-proxy-setup-go latest b29a4af9b93b 3 minutes ago 24.4MB 00:45:37 docker-support-notifications-go latest 5053a8f559bc 3 minutes ago 16.9MB 00:45:37 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:45:53 Still waiting to schedule task 00:45:53 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:46:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:06 ---> 7ceda693b0bb 00:46:06 Step 3/22 : WORKDIR /edgex-go 00:46:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:06 ---> 7ceda693b0bb 00:46:06 Step 3/24 : WORKDIR /edgex-go 00:46:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:06 ---> 7ceda693b0bb 00:46:06 Step 3/21 : WORKDIR /edgex-go 00:46:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:06 ---> 7ceda693b0bb 00:46:06 Step 3/23 : WORKDIR /edgex-go 00:46:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:06 ---> 7ceda693b0bb 00:46:06 Step 3/26 : WORKDIR /edgex-go 00:46:06 ---> Running in 88e09c69e41d 00:46:06 ---> Running in b8c552c34802 00:46:06 ---> Running in ee5471735dbb 00:46:06 ---> Running in b59a74c18e58 00:46:06 ---> Running in 293cc6adf629 00:46:06 Removing intermediate container b8c552c34802 00:46:06 ---> f58630116669 00:46:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:06 Removing intermediate container b59a74c18e58 00:46:06 ---> 78fb050fa1bd 00:46:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:06 Removing intermediate container 88e09c69e41d 00:46:06 ---> eeb4a45b8610 00:46:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:06 Removing intermediate container 293cc6adf629 00:46:06 ---> a5c5422ef571 00:46:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:06 Removing intermediate container ee5471735dbb 00:46:06 ---> 5658a2553a51 00:46:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:06 ---> Running in e8a59877c338 00:46:06 ---> Running in 6e20b041cba5 00:46:06 ---> Running in 689683dd352e 00:46:06 ---> Running in 0bd393d12a6d 00:46:06 ---> Running in 5f2635c0113f 00:46:06 Removing intermediate container e8a59877c338 00:46:06 ---> 579925b21273 00:46:06 Step 5/21 : RUN apk add --update --no-cache make git 00:46:06 ---> Running in 125660c37c77 00:46:06 Removing intermediate container 6e20b041cba5 00:46:06 ---> abf7c7b93897 00:46:06 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:06 Removing intermediate container 0bd393d12a6d 00:46:06 ---> a260f0b41c6f 00:46:06 Step 5/23 : RUN apk add --update --no-cache make git 00:46:06 ---> Running in e67aedd20e75 00:46:06 ---> Running in 8ff5edbb5637 00:46:06 Removing intermediate container 5f2635c0113f 00:46:06 ---> 73f5205b927b 00:46:06 Step 5/22 : RUN apk add --update --no-cache make git 00:46:06 Removing intermediate container 689683dd352e 00:46:06 ---> 1cbde8fa5d83 00:46:06 Step 5/24 : RUN apk add --update --no-cache make git 00:46:06 ---> Running in 2c1c35bd6539 00:46:06 ---> Running in 1b66ec4bc755 00:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:09 OK: 217 MiB in 51 packages 00:46:09 OK: 217 MiB in 51 packages 00:46:10 OK: 217 MiB in 51 packages 00:46:11 Removing intermediate container 125660c37c77 00:46:11 ---> 1cadd3975f91 00:46:11 Step 6/21 : COPY go.mod . 00:46:11 Removing intermediate container 8ff5edbb5637 00:46:11 ---> 3a2d45e9c32b 00:46:11 Step 6/23 : COPY go.mod . 00:46:11 OK: 217 MiB in 51 packages 00:46:11 OK: 217 MiB in 51 packages 00:46:11 Removing intermediate container 2c1c35bd6539 00:46:11 ---> 2ea8d06f40c4 00:46:11 Step 6/22 : COPY go.mod . 00:46:12 ---> 7903a21e11a7 00:46:12 Step 7/21 : RUN go mod download 00:46:12 ---> Running in 26494a1dd771 00:46:12 ---> 8203f024f83d 00:46:12 Step 7/23 : RUN go mod download 00:46:12 ---> Running in c7c8af5af522 00:46:13 ---> e2a39fea004c 00:46:13 Step 7/22 : RUN go mod download 00:46:13 Removing intermediate container e67aedd20e75 00:46:13 ---> 8f1fd2b75516 00:46:13 Step 6/26 : COPY go.mod . 00:46:13 ---> Running in 5afb27d48ccb 00:46:13 Removing intermediate container 1b66ec4bc755 00:46:13 ---> 838e6fb3c5be 00:46:13 Step 6/24 : COPY go.mod . 00:46:14 ---> b3347c180735 00:46:14 Step 7/26 : RUN go mod download 00:46:14 ---> Running in d382b380f46f 00:46:16 ---> 09c3888e7379 00:46:16 Step 7/24 : RUN go mod download 00:46:16 ---> Running in 498f55c0d1cd 00:46:17 Removing intermediate container 26494a1dd771 00:46:17 ---> db0938a8e302 00:46:17 Step 8/21 : COPY . . 00:46:17 Removing intermediate container c7c8af5af522 00:46:17 ---> cec022b3ee49 00:46:17 Step 8/23 : COPY . . 00:46:18 Removing intermediate container 5afb27d48ccb 00:46:18 ---> b597975c5bb3 00:46:18 Step 8/22 : COPY . . 00:46:20 Removing intermediate container 498f55c0d1cd 00:46:20 ---> 38b76e38671d 00:46:20 Step 8/24 : COPY . . 00:46:21 Removing intermediate container d382b380f46f 00:46:21 ---> a641eb2e99d0 00:46:21 Step 8/26 : COPY . . 00:46:48 ---> 241f71186d37 00:46:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:48 ---> 97ca5de654e7 00:46:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:48 ---> e5cb44f517dd 00:46:48 Step 9/23 : RUN make cmd/core-command/core-command 00:46:48 ---> ae099a84186b 00:46:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:48 ---> 5d81d48d45a4 00:46:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:48 ---> Running in 35b1b5b38e74 00:46:48 ---> Running in c4eb454f81aa 00:46:48 ---> Running in 683303c86d67 00:46:48 ---> Running in 247d0a7bab50 00:46:48 ---> Running in d2211fb4c72e 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:37 Running on prd-ubuntu18.04-docker-8c-8g-20863 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:47:38 Running in /w/workspace/edgex-go/30 [Pipeline] { [Pipeline] checkout 00:47:40 using credential edgex-jenkins-ssh 00:47:40 Cloning the remote Git repository 00:47:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:47:40 > git init /w/workspace/edgex-go/30 # timeout=10 00:47:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:40 > git --version # timeout=10 00:47:40 > git --version # 'git version 2.17.1' 00:47:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:46 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 00:47:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:45 > 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 00:47:46 > git config core.sparsecheckout # timeout=10 00:47:46 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 00:47:46 > git remote # timeout=10 00:47:46 > git config --get remote.origin.url # timeout=10 00:47:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:46 > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 00:47:46 Merge succeeded, producing 1772d0728f5f610d6875eb5182e4a30955de3fb3 00:47:46 Checking out Revision 1772d0728f5f610d6875eb5182e4a30955de3fb3 (PR-2970) 00:47:46 > git rev-parse HEAD^{commit} # timeout=10 00:47:46 > git config core.sparsecheckout # timeout=10 00:47:46 > git checkout -f 1772d0728f5f610d6875eb5182e4a30955de3fb3 # timeout=10 00:47:50 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" 00:47:50 > git rev-list --no-walk 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:51 + echo snap-build.sh 00:47:51 snap-build.sh 00:47:51 + SNAP_BASE_DIR=. 00:47:51 + '[' '!' -z /w/workspace/edgex-go/30 ']' 00:47:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/30 00:47:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/30]' 00:47:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/30] 00:47:51 + cd /w/workspace/edgex-go/30 00:47:51 + sudo apt-get remove -qy --purge lxd lxd-client 00:47:51 Reading package lists... 00:47:51 Building dependency tree... 00:47:51 Reading state information... 00:47:51 The following packages were automatically installed and are no longer required: 00:47:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:47:51 uidmap xdelta3 00:47:51 Use 'sudo apt autoremove' to remove them. 00:47:51 The following packages will be REMOVED: 00:47:51 lxd* lxd-client* 00:47:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:47:52 After this operation, 31.7 MB disk space will be freed. 00:47:53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:47:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:54 Removing lxd dnsmasq configuration 00:47:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:47:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:47:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:47:55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:47:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:56 Processing triggers for systemd (237-3ubuntu10.42) ... 00:47:56 Processing triggers for ureadahead (0.100.0-21) ... 00:47:57 + sudo snap remove --purge lxd 00:47:57 snap "lxd" is not installed 00:47:57 + sudo groupadd --force --system lxd 00:47:57 ++ whoami 00:47:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:47:57 + newgrp - lxd 00:47:57 + sudo snap install lxd 00:48:07 2021-01-18T00:48:04Z INFO Waiting for automatic snapd restart... 00:48:20 lxd 4.10 from Canonical* installed 00:48:20 + sudo lxd init --auto 00:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:30 + sudo snap install --classic snapcraft 00:48:36 snapcraft 4.4.4 from Canonical* installed 00:48:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:48:36 + patch --verbose -p1 00:48:36 Hmm... Looks like a unified diff to me... 00:48:36 The text leading up to this was: 00:48:36 -------------------------- 00:48:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:48:36 |From: Tony Espy 00:48:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:48:36 |Subject: [PATCH] optimize snap build for pipeline CI check 00:48:36 | 00:48:36 |This patch is used by the EdgeX CI pipeline builds to 00:48:36 |optimize the snap CI check run for pull requests. When 00:48:36 |applied, it essentially strips out everything (apps and 00:48:36 |parts) from the snapcraft.yaml file except those required 00:48:36 |to build edgex-go, as the whole idea of the CI check is to 00:48:36 |catch changes to edgex-go that break the snap build. 00:48:36 | 00:48:36 |In general, anyone updating snapcraft.yaml will also need 00:48:36 |to update this patch file, otherwise it may fail to apply, 00:48:36 |resulting in a failed snap build CI check in the associated 00:48:36 |pull request. 00:48:36 | 00:48:36 |Note - in addition to applying this patch, the pipeline also 00:48:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:48:36 |need to build the finally binary .snap file (and it won't 00:48:36 |work with the patch applied). This further reduces the build 00:48:36 |time. 00:48:36 |--- 00:48:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:48:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:48:36 | 00:48:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:48:36 |index 1e537489..faf42425 100644 00:48:36 |--- a/snap/snapcraft.yaml 00:48:36 |+++ b/snap/snapcraft.yaml 00:48:36 -------------------------- 00:48:36 patching file snap/snapcraft.yaml 00:48:36 Using Plan A... 00:48:36 Hunk #1 succeeded at 73. 00:48:36 Hunk #2 succeeded at 202 with fuzz 1. 00:48:36 Hunk #3 succeeded at 214 (offset -3 lines). 00:48:36 Hunk #4 succeeded at 222 (offset -3 lines). 00:48:36 Hunk #5 succeeded at 229 (offset -3 lines). 00:48:36 Hunk #6 succeeded at 256 (offset -3 lines). 00:48:36 Hunk #7 succeeded at 290 (offset -3 lines). 00:48:36 Hunk #8 succeeded at 342 (offset -2 lines). 00:48:36 Hmm... Ignoring the trailing garbage. 00:48:36 done 00:48:36 + sudo snapcraft prime --use-lxd 00:48:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:48:37 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:48:37 - README.md 00:48:37 - snapcraft.yaml.orig 00:48:37 00:48:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:48:37 Launching a container. 00:48:38 Removing intermediate container d2211fb4c72e 00:48:38 ---> 1c3baaa6b616 00:48:38 00:48:38 Step 10/24 : FROM alpine:3.12 00:48:38 3.12: Pulling from library/alpine 00:48:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:40 Status: Downloaded newer image for alpine:3.12 00:48:40 ---> afeebe901d6b 00:48:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:41 ---> Running in 600b04e22dfa 00:48:43 Removing intermediate container c4eb454f81aa 00:48:43 ---> 3e72d8e6280a 00:48:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:43 Removing intermediate container 247d0a7bab50 00:48:43 ---> 94b4a933e137 00:48:43 00:48:43 Step 10/21 : FROM alpine:3.12 00:48:43 ---> afeebe901d6b 00:48:43 Step 11/21 : RUN apk add --update --no-cache curl 00:48:43 ---> Running in b93131120dc3 00:48:43 (1/5) Installing ca-certificates (20191127-r4) 00:48:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:43 (3/5) Installing libcurl (7.69.1-r3) 00:48:43 (4/5) Installing curl (7.69.1-r3) 00:48:43 (5/5) Installing dumb-init (1.2.2-r1) 00:48:43 Executing busybox-1.31.1-r19.trigger 00:48:43 Removing intermediate container 35b1b5b38e74 00:48:43 ---> ec6008aa2603 00:48:43 00:48:43 Step 10/22 : FROM alpine:3.12 00:48:43 ---> afeebe901d6b 00:48:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:43 Executing ca-certificates-20191127-r4.trigger 00:48:44 OK: 7 MiB in 19 packages 00:48:44 ---> Running in bf433932ae20 00:48:44 ---> Running in 946f901c8d4d 00:48:44 Removing intermediate container 683303c86d67 00:48:44 ---> 390d19b7213b 00:48:44 00:48:44 Step 10/23 : FROM alpine:3.12 00:48:44 ---> afeebe901d6b 00:48:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:45 ---> Running in dcb598a4ebe0 00:48:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:46 Removing intermediate container 600b04e22dfa 00:48:46 ---> e6a4bd3edbb7 00:48:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:47 ---> Running in da6fb59b5012 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:47 (1/4) Installing ca-certificates (20191127-r4) 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:47 (3/4) Installing libcurl (7.69.1-r3) 00:48:47 (4/4) Installing curl (7.69.1-r3) 00:48:47 Executing busybox-1.31.1-r19.trigger 00:48:47 (1/1) Installing dumb-init (1.2.2-r1) 00:48:47 Executing ca-certificates-20191127-r4.trigger 00:48:47 Executing busybox-1.31.1-r19.trigger 00:48:47 Removing intermediate container da6fb59b5012 00:48:47 ---> 8b460dbe313a 00:48:47 Step 13/24 : WORKDIR / 00:48:47 OK: 5 MiB in 15 packages 00:48:47 OK: 7 MiB in 18 packages 00:48:47 ---> Running in bdd5753f2a34 00:48:48 (1/1) Installing dumb-init (1.2.2-r1) 00:48:48 Executing busybox-1.31.1-r19.trigger 00:48:48 OK: 5 MiB in 15 packages 00:48:49 Removing intermediate container bdd5753f2a34 00:48:49 ---> 3e377fe08563 00:48:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:49 Removing intermediate container 946f901c8d4d 00:48:49 ---> d955c2d57229 00:48:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:50 ---> Running in c79e326c2cc6 00:48:50 Waiting for container to be ready 00:48:50 To start your first instance, try: lxc launch ubuntu:18.04 00:48:50 00:48:50 ---> d54fe9d23fd2 00:48: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 00:48:50 Removing intermediate container bf433932ae20 00:48:50 ---> 13b5fe3773b1 00:48:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:50 Removing intermediate container b93131120dc3 00:48:50 Removing intermediate container dcb598a4ebe0 00:48:50 ---> 90eef1da5a6b 00:48:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:50 ---> ed4333d58d6e 00:48:50 00:48:50 Step 11/26 : FROM docker:20.10.0 00:48:50 20.10.0: Pulling from library/docker 00:48:50 ---> Running in 73d385988d1c 00:48:50 ---> Running in 5226c4d28dc2 00:48:50 Removing intermediate container c79e326c2cc6 00:48:50 ---> 8bc6c345e56f 00:48:50 Step 13/22 : ENV APP_PORT=48085 00:48:51 ---> Running in 8185828f49e0 00:48:51 Removing intermediate container 73d385988d1c 00:48:51 ---> 1496dfb1548a 00:48:51 Step 13/21 : WORKDIR /edgex 00:48:51 ---> e8d3d41c1c16 00:48:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:51 ---> Running in ea040c1e602e 00:48:51 Removing intermediate container 5226c4d28dc2 00:48:51 ---> 07588fcae576 00:48:51 Step 13/23 : ENV APP_PORT=48082 00:48:52 ---> Running in 8c71cce5107b 00:48:52 Removing intermediate container 8185828f49e0 00:48:52 ---> 1d1883036ebe 00:48:52 Step 14/22 : EXPOSE $APP_PORT 00:48:52 ---> Running in 56c3aca2e001 00:48:53 Removing intermediate container ea040c1e602e 00:48:53 ---> 3e6b3a9baa62 00:48:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:53 ---> 35400ff3291a 00:48:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:53 Removing intermediate container 8c71cce5107b 00:48:53 ---> 7f7e12aa056f 00:48:53 Step 14/23 : EXPOSE $APP_PORT 00:48:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:48:53 Removing intermediate container 56c3aca2e001 00:48:53 ---> 78bf3061ee4a 00:48:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:53 Waiting for network to be ready... 00:48:53 ---> Running in 82b8d7a1e6cd 00:48:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 00:48:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 00:48:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:48:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:48:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:48:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:48:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 00:48:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:48:54 ---> 309041285cd0 00:48:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:54 Removing intermediate container 82b8d7a1e6cd 00:48:54 ---> 4ad9f66eea59 00:48:54 Step 15/23 : WORKDIR / 00:48:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:54 ---> b2fcb4b60918 00:48:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:54 ---> Running in d6c1ec7ba9b2 00:48:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:55 ---> 7379038c2fa7 00:48:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 00:48:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:48:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:48:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:48:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:48:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:48:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:48:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:48:56 ---> 8631817b0551 00:48:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:56 Removing intermediate container d6c1ec7ba9b2 00:48:56 ---> e7096f010dfe 00:48:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:56 ---> 04eb19a16770 00:48:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:57 ---> d4ddfa1a1e36 00:48:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:57 ---> 221351be9936 00:48:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:57 Fetched 23.7 MB in 4s (6178 kB/s) 00:48:57 ---> f8c79fa3fd8b 00:48:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:57 ---> 98f0d622caaf 00:48:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:58 ---> Running in 188d924dc5e0 00:48:58 Reading package lists... 00:48:58 Reading package lists... 00:48:58 ---> Running in 783fda1ec789 00:48:58 ---> d2eb4add2255 00:48:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:58 Removing intermediate container 188d924dc5e0 00:48:58 ---> 40c430f42638 00:48:58 Step 18/21 : CMD ["--init=true"] 00:48:58 Building dependency tree... 00:48:58 Reading state information... 00:48:58 The following additional packages will be installed: 00:48:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:48:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:48:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:48:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:48:58 Suggested packages: 00:48:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:48:58 Recommended packages: 00:48:58 gnupg libsasl2-modules 00:48:58 The following NEW packages will be installed: 00:48:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:48:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:48:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:48:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:48:58 The following packages will be upgraded: 00:48:58 gpg gpg-agent gpgconf libudev1 00:48:59 ---> Running in bdc185292bc1 00:48:59 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:48:59 Need to get 3532 kB of archives. 00:48:59 After this operation, 13.3 MB of additional disk space will be used. 00:48:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:48:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:48:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:48:59 ---> Running in 13b77b5c2dc2 00:48:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:48:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:48:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:48:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:49:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:49:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:49:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:49:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:49:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:49:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:49:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:49:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:49:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:49:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:49:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:49:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:49:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:49:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:49:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:49:00 Removing intermediate container 783fda1ec789 00:49:00 ---> c44850c06daa 00:49:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:00 ---> ca898ef765c4 00:49:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:00 debconf: delaying package configuration, since apt-utils is not installed 00:49:00 Fetched 3532 kB in 1s (3356 kB/s) 00:49:00 (Reading database ... 12511 files and directories currently installed.) 00:49:00 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:49:00 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:00 ---> Running in 94a6867c06fe 00:49:00 Removing intermediate container 13b77b5c2dc2 00:49:00 ---> 3505a111ac19 00:49:00 Step 19/21 : LABEL arch=arm64 00:49:00 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:49:00 Selecting previously unselected package udev. 00:49:00 (Reading database ... 12511 files and directories currently installed.) 00:49:00 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:49:00 Unpacking udev (237-3ubuntu10.43) ... 00:49:00 Selecting previously unselected package libfuse2:amd64. 00:49:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:49:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:00 Selecting previously unselected package fuse. 00:49:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:49:00 Unpacking fuse (2.9.7-1ubuntu1) ... 00:49:00 ---> Running in f1d43a1b4a05 00:49:00 Removing intermediate container 94a6867c06fe 00:49:00 ---> 2f765e2e7984 00:49:00 Step 20/22 : LABEL arch=arm64 00:49:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:01 Selecting previously unselected package libksba8:amd64. 00:49:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:49:01 Unpacking libksba8:amd64 (1.3.5-2) ... 00:49:01 Selecting previously unselected package libroken18-heimdal:amd64. 00:49:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:01 ---> Running in f97dc12cf1f6 00:49:01 ---> 6c0ec17fa8a9 00:49:01 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:49:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:49:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:49:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:01 Removing intermediate container f1d43a1b4a05 00:49:01 ---> 647637fdfb20 00:49:01 Step 20/21 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:49:01 Selecting previously unselected package libwind0-heimdal:amd64. 00:49:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:49:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:49:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:02 ---> Running in 4f3e285e9531 00:49:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:49:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:49:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:02 Selecting previously unselected package libsasl2-modules-db:amd64. 00:49:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:49:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:02 Selecting previously unselected package libsasl2-2:amd64. 00:49:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:49:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:02 Selecting previously unselected package libldap-common. 00:49:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:49:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:02 Selecting previously unselected package libldap-2.4-2:amd64. 00:49:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:49:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:02 Selecting previously unselected package dirmngr. 00:49:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:49:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:02 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:49:02 ---> Running in 0030d1e8fe28 00:49:02 Removing intermediate container f97dc12cf1f6 00:49:02 ---> 3aac498fe1eb 00:49:02 Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:49:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:02 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:49:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:02 Setting up libksba8:amd64 (1.3.5-2) ... 00:49:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:02 Setting up udev (237-3ubuntu10.43) ... 00:49:02 Removing intermediate container 4f3e285e9531 00:49:02 ---> 33c33efa71fb 00:49:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:02 ---> Running in 51663e75ae19 00:49:03 invoke-rc.d: policy-rc.d denied execution of start. 00:49:03 Removing intermediate container 0030d1e8fe28 00:49:03 ---> b09a9141286c 00:49:03 Step 21/21 : LABEL version=0.0.0 00:49:03 ---> Running in be96b07482d5 00:49:03 ---> Running in b355c813cc6d 00:49:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Processing triggers for systemd (237-3ubuntu10) ... 00:49:03 Setting up fuse (2.9.7-1ubuntu1) ... 00:49:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:49:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Removing intermediate container bdc185292bc1 00:49:03 ---> 47790d83aa6d 00:49:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:03 ---> Running in c36b59a8ee36 00:49:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:03 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:49:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:03 Removing intermediate container 51663e75ae19 00:49:03 ---> bc1e1becb1af 00:49:03 Step 22/22 : LABEL version=0.0.0 00:49:03 Removing intermediate container b355c813cc6d 00:49:03 ---> 0ba5d45934c6 00:49:03 00:49:03 Removing intermediate container be96b07482d5 00:49:03 ---> 95c8783606ff 00:49:03 Step 21/23 : LABEL arch=arm64 00:49:04 ---> Running in 57a4a3136e8a 00:49:04 ---> Running in eea4d464426e 00:49:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:49:04 settings in the [Install] section, and DefaultInstance for template units). 00:49:04 This means they are not meant to be enabled using systemctl. 00:49:04 Possible reasons for having this kind of units are: 00:49:04 1) A unit may be statically enabled by being symlinked from another unit's 00:49:04 .wants/ or .requires/ directory. 00:49:04 2) A unit's purpose may be to act as a helper for some other unit which has 00:49:04 a requirement dependency on it. 00:49:04 3) A unit may be started when needed via activation (socket, path, timer, 00:49:04 D-Bus, udev, scripted systemctl call, ...). 00:49:04 4) In case of template units, the unit is meant to be enabled with some 00:49:04 instance name specified. 00:49:04 Removing intermediate container c36b59a8ee36 00:49:04 ---> e3bd378bb05d 00:49:04 Step 22/24 : LABEL arch=arm64 00:49:04 Reading package lists... 00:49:04 Building dependency tree... 00:49:04 Reading state information... 00:49:04 Successfully built 0ba5d45934c6 00:49:04 ---> Running in 688afd187030 00:49:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:04  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:49:04 Status: Downloaded newer image for docker:20.10.0 00:49:04 Removing intermediate container 57a4a3136e8a 00:49:04 ---> ea826a936810 00:49:04 00:49:04 ---> eeaf43b92773 00:49:04 Step 12/26 : RUN apk add --no-cache bash 00:49:04 The following additional packages will be installed: 00:49:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:49:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:49:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:49:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:49:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:49:04 Suggested packages: 00:49:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:49:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:49:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:49:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:49:04 systemd-container policykit-1 00:49:04 Recommended packages: 00:49:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:49:04 The following NEW packages will be installed: 00:49:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:49:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:49:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:49:04 multiarch-support openssh-client python3 python3-minimal python3.6 00:49:04 python3.6-minimal snapd squashfs-tools sudo 00:49:04 The following packages will be upgraded: 00:49:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:49:04 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:49:04 Need to get 35.2 MB of archives. 00:49:04 After this operation, 141 MB of additional disk space will be used. 00:49:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:49:04 Removing intermediate container eea4d464426e 00:49:04 ---> 63ef47c1e7b7 00:49:04 Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:49:04 ---> Running in c7482c76696d 00:49:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:49:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:49:05 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:49:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:49:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:49:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:49:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:49:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:49:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:49:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:49:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:49:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:49:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:49:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:49:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:49:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:49:05 Successfully built ea826a936810 00:49:05 ---> Running in 016adff36f76 00:49:05 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:05 Building docker-core-metadata-go 00:49:05  Building docker-support-scheduler-go ... done Removing intermediate container 688afd187030 00:49:05 ---> 33554eefc4a8 00:49:05 Step 23/24 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:49:05 ---> Running in ee8dabb0c335 00:49:05 Removing intermediate container 016adff36f76 00:49:05 ---> 9aec524ab559 00:49:05 Step 23/23 : LABEL version=0.0.0 00:49:05 ---> Running in 40420c3408cd 00:49:06 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:49:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:49:06 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:49:06 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:49:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:49:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:49:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:49:06 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:49:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:49:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:49:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:49:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:49:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:49:06 Removing intermediate container ee8dabb0c335 00:49:06 ---> 4f2a0e7b7398 00:49:06 Step 24/24 : LABEL version=0.0.0 00:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:06 ---> Running in 8723516f1038 00:49:06 Removing intermediate container 40420c3408cd 00:49:06 ---> 9eaa2e89f55d 00:49:06 00:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:06 debconf: delaying package configuration, since apt-utils is not installed 00:49:06 Fetched 35.2 MB in 2s (16.7 MB/s) 00:49:07 Successfully built 9eaa2e89f55d 00:49:07 Successfully tagged docker-core-command-go-arm64:latest 00:49:07  Building docker-core-command-go ... done Building docker-core-data-go 00:49:07 (1/2) Installing readline (8.0.4-r0) 00:49:07 Removing intermediate container 8723516f1038 00:49:07 ---> 559b168baadb 00:49:07 00:49:07 (2/2) Installing bash (5.0.17-r0) 00:49:07 Executing bash-5.0.17-r0.post-install 00:49:07 Executing busybox-1.31.1-r19.trigger 00:49:07 OK: 12 MiB in 22 packages 00:49:07 (Reading database ... 12757 files and directories currently installed.) 00:49:07 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:49:07 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:07 Successfully built 559b168baadb 00:49:07 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:07  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:49:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:49:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:08 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:49:08 (Reading database ... 12757 files and directories currently installed.) 00:49:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:49:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:49:08 (Reading database ... 12757 files and directories currently installed.) 00:49:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:49:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:08 Setting up apt (1.6.12ubuntu0.2) ... 00:49:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:49:09 Removing intermediate container c7482c76696d 00:49:09 ---> 1afda0e9a62f 00:49:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:09 ---> Running in 6ae529bb3e16 00:49:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:49:09 (Reading database ... 12764 files and directories currently installed.) 00:49:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:49:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:49:09 Removing intermediate container 6ae529bb3e16 00:49:09 ---> 00f7ed9f76fe 00:49:09 Step 14/26 : ENV APP_PORT=48090 00:49:09 ---> Running in 723aa2b55398 00:49:09 Selecting previously unselected package libpython3.6-minimal:amd64. 00:49:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:09 Selecting previously unselected package libexpat1:amd64. 00:49:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:49:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:09 Selecting previously unselected package python3.6-minimal. 00:49:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:49:10 Checking for services that may need to be restarted...done. 00:49:10 Checking for services that may need to be restarted...done. 00:49:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:10 Removing intermediate container 723aa2b55398 00:49:10 ---> f6235c8e34c2 00:49:10 Step 15/26 : EXPOSE $APP_PORT 00:49:11 Selecting previously unselected package python3-minimal. 00:49:11 (Reading database ... 13012 files and directories currently installed.) 00:49:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:49:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:49:11 Selecting previously unselected package mime-support. 00:49:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:49:11 Unpacking mime-support (3.60ubuntu1) ... 00:49:11 Selecting previously unselected package libmpdec2:amd64. 00:49:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:49:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:49:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:11 Selecting previously unselected package python3.6. 00:49:11 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:11 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:11 Selecting previously unselected package libpython3-stdlib:amd64. 00:49:11 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:49:11 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:11 Setting up python3-minimal (3.6.7-1~18.04) ... 00:49:11 ---> Running in 6562cbe035f9 00:49:11 Selecting previously unselected package python3. 00:49:11 (Reading database ... 13442 files and directories currently installed.) 00:49:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:49:11 Unpacking python3 (3.6.7-1~18.04) ... 00:49:12 Selecting previously unselected package multiarch-support. 00:49:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:49:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:49:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:49:12 Selecting previously unselected package liblzo2-2:amd64. 00:49:12 (Reading database ... 13479 files and directories currently installed.) 00:49:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:49:12 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:49:12 Selecting previously unselected package libbsd0:amd64. 00:49:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:49:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:12 Selecting previously unselected package sudo. 00:49:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:49:12 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:49:12 Selecting previously unselected package apparmor. 00:49:12 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:49:12 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:49:12 Selecting previously unselected package libedit2:amd64. 00:49:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:49:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:49:13 Removing intermediate container 6562cbe035f9 00:49:13 ---> 584f814df161 00:49:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:13 Selecting previously unselected package libkrb5support0:amd64. 00:49:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:49:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:13 Selecting previously unselected package libk5crypto3:amd64. 00:49:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:49:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:13 Selecting previously unselected package libkeyutils1:amd64. 00:49:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:49:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:13 Selecting previously unselected package libkrb5-3:amd64. 00:49:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:49:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:49:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:49:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:13 Selecting previously unselected package libssl1.0.0:amd64. 00:49:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:49:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:13 Selecting previously unselected package openssh-client. 00:49:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:49:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:13 Selecting previously unselected package squashfs-tools. 00:49:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:49:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:14 Selecting previously unselected package snapd. 00:49:14 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:49:14 Unpacking snapd (2.48+18.04) ... 00:49:15 ---> a803fb80228b 00:49:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:49:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:16 Setting up mime-support (3.60ubuntu1) ... 00:49:16 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:49:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:16 Setting up systemd (237-3ubuntu10.43) ... 00:49:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:49:16 ---> c62b46942f61 00:49:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:49:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:17 ---> dacd81f77fe3 00:49:17 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:17 ---> Running in e4b8722a8a1d 00:49:18 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:18 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:19 Setting up python3 (3.6.7-1~18.04) ... 00:49:19 running python rtupdate hooks for python3.6... 00:49:19 running python post-rtupdate hooks for python3.6... 00:49:19 Setting up apparmor (2.12-4ubuntu5.1) ... 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 (1/33) Installing libbz2 (1.0.8-r1) 00:49:20 (2/33) Installing expat (2.2.9-r1) 00:49:20 (3/33) Installing libffi (3.3-r2) 00:49:20 (4/33) Installing gdbm (1.13-r1) 00:49:20 (5/33) Installing xz-libs (5.2.5-r0) 00:49:20 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:20 (7/33) Installing python3 (3.8.5-r0) 00:49:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:49:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:20 Setting up snapd (2.48+18.04) ... 00:49:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:49:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:49:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:49:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:49:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:49:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:49:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:49:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:49:22 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:49:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:22 Processing triggers for systemd (237-3ubuntu10.43) ... 00:49:22 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:22 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:22 (11/33) Installing py3-six (1.15.0-r0) 00:49:22 (12/33) Installing py3-packaging (20.4-r0) 00:49:22 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:22 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:22 (15/33) Installing py3-idna (2.9-r0) 00:49:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:22 (18/33) Installing py3-requests (2.23.0-r0) 00:49:22 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:22 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:22 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:22 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:22 (24/33) Installing py3-distro (1.5.0-r1) 00:49:22 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:22 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:22 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:22 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:22 (29/33) Installing py3-progress (1.5-r0) 00:49:22 (30/33) Installing py3-toml (0.10.1-r0) 00:49:22 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:22 (33/33) Installing py3-pip (20.1.1-r0) 00:49:23 Executing busybox-1.31.1-r19.trigger 00:49:23 OK: 71 MiB in 55 packages 00:49:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:49:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:24 Reading package lists... 00:49:24 Reading package lists... 00:49:25 Building dependency tree... 00:49:25 Reading state information... 00:49:25 Calculating upgrade... 00:49:25 The following packages will be upgraded: 00:49:25 advancecomp base-files bash binutils binutils-common 00:49:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:49:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:49:25 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:49:25 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:49:25 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:49:25 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:49:25 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:49:25 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:49:25 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:49:25 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:49:25 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:49:25 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:49:25 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:49:25 ubuntu-keyring util-linux 00:49:25 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:49:25 Need to get 63.7 MB of archives. 00:49:25 After this operation, 5203 kB of additional disk space will be used. 00:49:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 00:49:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:49:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:49:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:49:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:49:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:49:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:49:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:49:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:49:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:49:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:49:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:49:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:49:26 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:49:26 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:49:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:49:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:49:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:49:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:49:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:49:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:49:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:49:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:49:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:49:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:49:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:49:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:49:26 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:49:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:49:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:49:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:49:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:49:26 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:49:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:49:26 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:49:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:49:26 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] 00:49:26 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:49:26 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:49:26 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] 00:49:26 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:49:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:49:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:49:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:49:26 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:49:26 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:49:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:49:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:49:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:49:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:49:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:49:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:49:26 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:49:26 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:49:26 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:49:26 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:49:26 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:49:26 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:49:26 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:49:26 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:49:26 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:49:26 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:49:26 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:49:26 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:49:26 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:49:26 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:49:26 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:49:26 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:49:26 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:49:26 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:49:26 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:49:26 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:49:26 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:49:26 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:49:26 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:49:26 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:49:26 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:49:27 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:49:27 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:49:27 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:49:27 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] 00:49:27 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:49:27 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:49:27 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:49:27 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:49:27 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:49:27 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:49:27 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:49:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:49:28 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:49:28 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:49:28 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:49:28 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:49:28 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:49:28 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:49:28 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:49:28 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:49:28 debconf: delaying package configuration, since apt-utils is not installed 00:49:28 Fetched 63.7 MB in 3s (18.3 MB/s) 00:49:29 (Reading database ... 13912 files and directories currently installed.) 00:49:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:49:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:49:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 00:49:29 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 00:49:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:31 (Reading database ... 13911 files and directories currently installed.) 00:49:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:49:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:49:31 (Reading database ... 13911 files and directories currently installed.) 00:49:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:31 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:32 (Reading database ... 13911 files and directories currently installed.) 00:49:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:49:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:49:33 (Reading database ... 13911 files and directories currently installed.) 00:49:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:49:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:49:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:49:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:49:33 Removing intermediate container e4b8722a8a1d 00:49:33 ---> dadc453c8207 00:49:33 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:33 ---> Running in 923ca79987fc 00:49:33 Setting up base-files (10.1ubuntu2.10) ... 00:49:33 Installing new version of config file /etc/issue ... 00:49:33 Installing new version of config file /etc/issue.net ... 00:49:33 Installing new version of config file /etc/lsb-release ... 00:49:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:49:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:49:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:49:33 Removing obsolete conffile /etc/default/motd-news ... 00:49:34 (Reading database ... 13912 files and directories currently installed.) 00:49:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:49:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:49:34 Setting up bash (4.4.18-2ubuntu1.2) ... 00:49:34 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:49:34 (Reading database ... 13912 files and directories currently installed.) 00:49:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:49:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:49:34 (Reading database ... 13912 files and directories currently installed.) 00:49:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:49:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:49:34 Setting up tar (1.29b-2ubuntu0.2) ... 00:49:34 (Reading database ... 13912 files and directories currently installed.) 00:49:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:49:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:49:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:49:35 (Reading database ... 13912 files and directories currently installed.) 00:49:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:35 (Reading database ... 13912 files and directories currently installed.) 00:49:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:49:35 (Reading database ... 13912 files and directories currently installed.) 00:49:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:49:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:49:36 Setting up grep (3.1-2build1) ... 00:49:36 (Reading database ... 13912 files and directories currently installed.) 00:49:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:49:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:49:36 Setting up login (1:4.5-1ubuntu2) ... 00:49:36 (Reading database ... 13912 files and directories currently installed.) 00:49:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:49:36 (Reading database ... 13912 files and directories currently installed.) 00:49:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:49:38 (Reading database ... 13912 files and directories currently installed.) 00:49:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:49:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:38 Collecting docker-compose==1.23.2 00:49:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:38 Collecting dockerpty<0.5,>=0.4.1 00:49:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:49:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:49:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:49:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:49:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:49:39 (Reading database ... 13912 files and directories currently installed.) 00:49:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:49:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:49:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:49:40 (Reading database ... 13912 files and directories currently installed.) 00:49:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:40 (Reading database ... 13912 files and directories currently installed.) 00:49:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:40 (Reading database ... 13912 files and directories currently installed.) 00:49:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:40 (Reading database ... 13912 files and directories currently installed.) 00:49:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:41 (Reading database ... 13912 files and directories currently installed.) 00:49:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:41 (Reading database ... 13912 files and directories currently installed.) 00:49:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:41 (Reading database ... 13912 files and directories currently installed.) 00:49:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:41 (Reading database ... 13912 files and directories currently installed.) 00:49:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:42 Collecting docker<4.0,>=3.6.0 00:49:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:49:42 (Reading database ... 13912 files and directories currently installed.) 00:49:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:49:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:49:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:49:43 (Reading database ... 13912 files and directories currently installed.) 00:49:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:49:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:49:43 (Reading database ... 13912 files and directories currently installed.) 00:49:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:49:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:49:44 (Reading database ... 13914 files and directories currently installed.) 00:49:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:49:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:49:44 Setting up debconf (1.5.66ubuntu1) ... 00:49:44 Collecting PyYAML<4,>=3.10 00:49:44 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:44 (Reading database ... 13914 files and directories currently installed.) 00:49:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:44 (Reading database ... 13914 files and directories currently installed.) 00:49:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:45 (Reading database ... 13914 files and directories currently installed.) 00:49:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:45 (Reading database ... 13914 files and directories currently installed.) 00:49:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:49:45 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:46 (Reading database ... 13914 files and directories currently installed.) 00:49:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:49:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:49:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:49:46 (Reading database ... 13914 files and directories currently installed.) 00:49:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:49:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:46 (Reading database ... 13914 files and directories currently installed.) 00:49:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:47 (Reading database ... 13914 files and directories currently installed.) 00:49:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:49:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:49:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:49:47 (Reading database ... 13914 files and directories currently installed.) 00:49:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:49:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:49:47 Setting up passwd (1:4.5-1ubuntu2) ... 00:49:47 (Reading database ... 13914 files and directories currently installed.) 00:49:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:47 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:49:48 (Reading database ... 13914 files and directories currently installed.) 00:49:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:49:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:49:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:49:48 (Reading database ... 13914 files and directories currently installed.) 00:49:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:49:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:49:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:49:48 Collecting texttable<0.10,>=0.9.0 00:49:48 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:49 (Reading database ... 13914 files and directories currently installed.) 00:49:49 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:49:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:49:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:49:49 (Reading database ... 13914 files and directories currently installed.) 00:49:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:49:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:49:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:49:49 (Reading database ... 13914 files and directories currently installed.) 00:49:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:49:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:49:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:49:49 (Reading database ... 13914 files and directories currently installed.) 00:49:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:49:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:49:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:49:49 (Reading database ... 13915 files and directories currently installed.) 00:49:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:49:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:49:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:49:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:49:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:49:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:49:50 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:49:50 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:49:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:49:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:49:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:49:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:49:50 Collecting websocket-client<1.0,>=0.32.0 00:49:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:49:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:49:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:49:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:49:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:49:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:49:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:49:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:49:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:49:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:49:51 Collecting jsonschema<3,>=2.5.1 00:49:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:51 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:49:51 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:49:52 Collecting cached-property<2,>=1.2.0 00:49:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:52 Collecting docopt<0.7,>=0.6.1 00:49:52 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:49:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:49:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:49:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:49:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:49:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:49:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:49:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:49:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:49:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:49:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:49:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:49:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:55 Collecting docker-pycreds>=0.4.0 00:49:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:56 Collecting urllib3<1.25,>=1.21.1 00:49:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:56 ---> 7ceda693b0bb 00:49:56 Step 3/22 : WORKDIR /edgex-go 00:49:56 ---> Using cache 00:49:56 ---> 5658a2553a51 00:49:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:56 ---> Using cache 00:49:56 ---> 73f5205b927b 00:49:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:49:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:56 ---> 7ceda693b0bb 00:49:56 Step 3/23 : WORKDIR /edgex-go 00:49:56 ---> Using cache 00:49:56 ---> 5658a2553a51 00:49:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:56 ---> Using cache 00:49:56 ---> 73f5205b927b 00:49:56 Step 5/23 : RUN apk add --update --no-cache make git 00:49:56 ---> Using cache 00:49:56 ---> 2ea8d06f40c4 00:49:56 Step 6/23 : COPY go.mod . 00:49:56 ---> Using cache 00:49:56 ---> e2a39fea004c 00:49:56 Step 7/23 : RUN go mod download 00:49:56 ---> Using cache 00:49:56 ---> b597975c5bb3 00:49:56 Step 8/23 : COPY . . 00:49:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:57 ---> 7ceda693b0bb 00:49:57 Step 3/23 : WORKDIR /edgex-go 00:49:57 ---> Using cache 00:49:57 ---> 5658a2553a51 00:49:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:57 ---> Using cache 00:49:57 ---> 73f5205b927b 00:49:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:57 ---> Using cache 00:49:57 ---> 241f71186d37 00:49:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:57 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:57 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:49:57 ---> 7ceda693b0bb 00:49:57 Step 3/33 : WORKDIR /edgex-go 00:49:57 ---> Using cache 00:49:57 ---> 5658a2553a51 00:49:57 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:57 ---> Using cache 00:49:57 ---> 73f5205b927b 00:49:57 Step 5/33 : RUN apk add --update --no-cache make git 00:49:57 ---> Using cache 00:49:57 ---> 2ea8d06f40c4 00:49:57 Step 6/33 : COPY go.mod . 00:49:57 ---> Using cache 00:49:57 ---> e2a39fea004c 00:49:57 Step 7/33 : RUN go mod download 00:49:57 ---> Using cache 00:49:57 ---> b597975c5bb3 00:49:57 Step 8/33 : COPY . . 00:49:57 ---> Using cache 00:49:57 ---> 241f71186d37 00:49:57 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:49:57 Collecting idna<2.8,>=2.5 00:49:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:49:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:49:57 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:49:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:49:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:49:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:49:58 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:49:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:49:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:49:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:49:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:49:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:49:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:49:58 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:49:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:49:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:49:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:49:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:49:59 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:49:59 Installing collected packages: dockerpty, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, texttable, jsonschema, cached-property, docopt, docker-compose 00:49:59 Running setup.py install for dockerpty: started 00:49:59 00:49:59 Current default time zone: 'Etc/UTC' 00:49:59 Local time is now: Mon Jan 18 00:49:59 UTC 2021. 00:49:59 Universal Time is now: Mon Jan 18 00:49:59 UTC 2021. 00:49:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:49:59 00:49:59 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:49:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 00:49:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:49:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:49:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:49:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:49:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:49:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:49:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:49:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:49:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:49:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:49:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:59 Setting up patch (2.7.6-2ubuntu1.1) ... 00:49:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:49:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:50:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:50:00 Installing new version of config file /etc/ssl/openssl.cnf ... 00:50:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:50:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:50:00 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:02 ---> Running in 8c8d205ffe87 00:50:02 ---> Running in 1855f152e077 00:50:02 ---> Running in 17cf98c9135a 00:50:02 ---> Running in 743fd012a296 00:50:02 Running setup.py install for dockerpty: finished with status 'done' 00:50:02 Attempting uninstall: urllib3 00:50:02 Found existing installation: urllib3 1.25.9 00:50:02 Uninstalling urllib3-1.25.9: 00:50:02 Updating certificates in /etc/ssl/certs... 00:50:02 Successfully uninstalled urllib3-1.25.9 00:50:03 22 added, 17 removed; done. 00:50:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:50:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:50:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:50:03 Setting up pkgbinarymangler (138.18.04.1) ... 00:50:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:03 Attempting uninstall: idna 00:50:03 Found existing installation: idna 2.9 00:50:03 Uninstalling idna-2.9: 00:50:03 Successfully uninstalled idna-2.9 00:50:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up perl (5.26.1-6ubuntu0.5) ... 00:50:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:50:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:50:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:50:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:50:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:50:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:50:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:50:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:50:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:50:03 Processing triggers for systemd (237-3ubuntu10.43) ... 00:50:03 Processing triggers for mime-support (3.60ubuntu1) ... 00:50:03 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:03 Updating certificates in /etc/ssl/certs... 00:50:03 Attempting uninstall: requests 00:50:03 Found existing installation: requests 2.23.0 00:50:03 Uninstalling requests-2.23.0: 00:50:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:50:04 Successfully uninstalled requests-2.23.0 00:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:04 0 added, 0 removed; done. 00:50:04 Running hooks in /etc/ca-certificates/update.d... 00:50:04 done. 00:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:05 Reading package lists... 00:50:05 Building dependency tree... 00:50:05 Reading state information... 00:50:05 The following NEW packages will be installed: 00:50:05 apt-transport-https 00:50:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:50:05 Need to get 1696 B of archives. 00:50:05 After this operation, 153 kB of additional disk space will be used. 00:50:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:50:05 debconf: delaying package configuration, since apt-utils is not installed 00:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:05 Fetched 1696 B in 0s (30.8 kB/s) 00:50:05 Selecting previously unselected package apt-transport-https. 00:50:05 (Reading database ... 13929 files and directories currently installed.) 00:50:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:50:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:50:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:50:05 OK: 217 MiB in 51 packages 00:50:05 Waiting for network to be ready... 00:50:05 Running setup.py install for PyYAML: started 00:50:06 OK: 217 MiB in 51 packages 00:50:08 Removing intermediate container 17cf98c9135a 00:50:08 ---> 4e50f641a25a 00:50:08 Step 6/22 : COPY go.mod . 00:50:08 Removing intermediate container 1855f152e077 00:50:08 ---> e1f7a2d159d3 00:50:08 Step 6/23 : COPY go.mod . 00:50:09 ---> ede3d0184978 00:50:09 Step 7/22 : RUN go mod download 00:50:09 ---> Running in f121cdb5df88 00:50:10 Running setup.py install for PyYAML: finished with status 'done' 00:50:10 ---> 5a0afc32cd5e 00:50:10 Step 7/23 : RUN go mod download 00:50:10 Running setup.py install for texttable: started 00:50:10 ---> Running in 0e5dcc528b77 00:50:12 2021-01-18T00:50:08Z INFO Waiting for automatic snapd restart... 00:50:12 snapd 2.48.2 from Canonical* installed 00:50:12 "snapd" switched to the "latest/stable" channel 00:50:12 00:50:13 Running setup.py install for texttable: finished with status 'done' 00:50:14 Running setup.py install for docopt: started 00:50:14 Removing intermediate container f121cdb5df88 00:50:14 ---> b2db4d84d037 00:50:14 Step 8/22 : COPY . . 00:50:15 core18 20201210 from Canonical* installed 00:50:15 Removing intermediate container 0e5dcc528b77 00:50:15 ---> f8d5014149e5 00:50:15 Step 8/23 : COPY . . 00:50:15 "core18" switched to the "latest/stable" channel 00:50:15 00:50:17 Running setup.py install for docopt: finished with status 'done' 00:50:19 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:19 snapcraft 4.4.4 from Canonical* installed 00:50:19 "snapcraft" switched to the "latest/stable" channel 00:50:19 00:50:22 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:50:22 - README.md 00:50:22 - snapcraft.yaml.orig 00:50:22 00:50:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:50:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:50:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:50:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:50:30 Reading package lists... 00:50:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:50:31 Removing intermediate container 923ca79987fc 00:50:31 ---> a04bac2f0821 00:50:31 Step 21/26 : RUN apk --no-cache add curl 00:50:31 ---> Running in 2dfe4a3c020c 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:33 (2/3) Installing libcurl (7.69.1-r3) 00:50:33 (3/3) Installing curl (7.69.1-r3) 00:50:33 Executing busybox-1.31.1-r19.trigger 00:50:33 OK: 71 MiB in 58 packages 00:50:37 Removing intermediate container 2dfe4a3c020c 00:50:37 ---> bd3eb1255575 00:50:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:37 ---> Running in cfa5d4efb3eb 00:50:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:37 Reading package lists... 00:50:37 Building dependency tree... 00:50:37 Reading state information... 00:50:37 Suggested packages: 00:50:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:50:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:50:37 Recommended packages: 00:50:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:50:37 The following NEW packages will be installed: 00:50:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:50:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:50:37 pkg-config zip 00:50:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:50:37 Need to get 7655 kB of archives. 00:50:37 After this operation, 43.7 MB of additional disk space will be used. 00:50:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:50:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:50:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:50:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:50:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:50:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:50:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:50:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:50:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:50:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:50:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:50:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:50:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:50:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:50:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:50:37 debconf: delaying package configuration, since apt-utils is not installed 00:50:37 Fetched 7655 kB in 1s (10.5 MB/s) 00:50:37 Selecting previously unselected package libglib2.0-0:amd64. 00:50:37 (Reading database ... 13933 files and directories currently installed.) 00:50:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:50:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:50:37 Selecting previously unselected package libpsl5:amd64. 00:50:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:50:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:50:38 Selecting previously unselected package libnghttp2-14:amd64. 00:50:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:50:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:50:38 Selecting previously unselected package librtmp1:amd64. 00:50:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:50:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:50:38 Selecting previously unselected package libcurl3-gnutls:amd64. 00:50:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:50:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:50:38 Selecting previously unselected package liberror-perl. 00:50:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:50:38 Unpacking liberror-perl (0.17025-1) ... 00:50:38 Selecting previously unselected package git-man. 00:50:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:50:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:50:38 Removing intermediate container cfa5d4efb3eb 00:50:38 ---> fff646b81e67 00:50:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:38 Selecting previously unselected package git. 00:50:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:50:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:50:38 ---> Running in a624f4896fd9 00:50:39 Selecting previously unselected package libnorm1:amd64. 00:50:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:50:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:50:39 Selecting previously unselected package libpgm-5.2-0:amd64. 00:50:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:50:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:50:39 Selecting previously unselected package libsodium23:amd64. 00:50:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:50:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:50:39 Selecting previously unselected package libzmq5:amd64. 00:50:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:50:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:50:39 Selecting previously unselected package libzmq3-dev:amd64. 00:50:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:50:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:50:40 Selecting previously unselected package pkg-config. 00:50:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:50:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:50:40 Selecting previously unselected package zip. 00:50:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:50:40 Unpacking zip (3.0-11build1) ... 00:50:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:50:40 Removing intermediate container a624f4896fd9 00:50:40 ---> 1b47293663c3 00:50:40 Step 24/26 : LABEL arch=arm64 00:50:40 ---> Running in 89121d09b787 00:50:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:50:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:50:40 Setting up liberror-perl (0.17025-1) ... 00:50:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:50:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:50:40 No schema files found: doing nothing. 00:50:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:50:40 Setting up zip (3.0-11build1) ... 00:50:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:50:40 Setting up libsodium23:amd64 (1.0.16-2) ... 00:50:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:50:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:50:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:50:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:50:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:50:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:50:41 Removing intermediate container 89121d09b787 00:50:41 ---> 1db47dc117f7 00:50:41 Step 25/26 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:50:42 ---> Running in 06189dda667f 00:50:43 Removing intermediate container 06189dda667f 00:50:43 ---> c262baab0c82 00:50:43 Step 26/26 : LABEL version=0.0.0 00:50:43 ---> Running in 4e38287eaa17 00:50:44 Removing intermediate container 4e38287eaa17 00:50:44 ---> 10939842330e 00:50:44 00:50:46 Successfully built 10939842330e 00:50:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:47 git set to automatically installed. 00:50:47 git-man set to automatically installed. 00:50:47 libcurl3-gnutls set to automatically installed. 00:50:47 liberror-perl set to automatically installed. 00:50:47 libglib2.0-0 set to automatically installed. 00:50:47 libnghttp2-14 set to automatically installed. 00:50:47 libnorm1 set to automatically installed. 00:50:47 libpgm-5.2-0 set to automatically installed. 00:50:47 libpsl5 set to automatically installed. 00:50:47 librtmp1 set to automatically installed. 00:50:47 libsodium23 set to automatically installed. 00:50:47 libzmq3-dev set to automatically installed. 00:50:47 libzmq5 set to automatically installed. 00:50:47 pkg-config set to automatically installed. 00:50:47 zip set to automatically installed. 00:50:48 snapd is not logged in, snap install commands will use sudo 00:50:49  Building docker-sys-mgmt-agent-go ... done  ---> 27c761a6a0d5 00:50:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:49 ---> 9d1218a69e7a 00:50:49 Step 9/23 : RUN make cmd/core-data/core-data 00:50:49 ---> Running in d758634c519c 00:50:49 ---> Running in c45bfcc3d186 00:50:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:50:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:55 snap "core18" has no updates available 00:50:56 Pulling config-common 00:50:56 Pulling go-build-helper 00:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:51:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:51:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:51:18 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:51:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 00:51:18 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:51:18 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:51:18 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:51:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:51:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:51:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:51:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:51:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 00:51:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:51:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:51:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:51:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:51:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 00:51:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:51:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:51:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 00:51:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:51:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:51:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:51:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:51:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:51:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:51:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:51:18 Fetched 23.7 MB in 0s (0 B/s) 00:51:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:51:18 Fetched 96.5 kB in 0s (0 B/s) 00:51:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:51:18 Fetched 279 kB in 0s (0 B/s) 00:51:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:51:18 Fetched 122 kB in 0s (0 B/s) 00:51:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:51:18 Fetched 77.8 kB in 0s (0 B/s) 00:51:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:51:18 Fetched 8848 B in 0s (0 B/s) 00:51:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:51:18 Fetched 47.8 kB in 0s (0 B/s) 00:51:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:51:18 Fetched 45.6 kB in 0s (0 B/s) 00:51:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:51:18 Fetched 15.0 kB in 0s (0 B/s) 00:51:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:51:18 Fetched 214 kB in 0s (0 B/s) 00:51:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:51:18 Fetched 155 kB in 0s (0 B/s) 00:51:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:51:18 Fetched 50.6 kB in 0s (0 B/s) 00:51:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:51:18 Fetched 14.8 kB in 0s (0 B/s) 00:51:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:51:18 Fetched 41.8 kB in 0s (0 B/s) 00:51:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:51:18 Fetched 499 kB in 0s (0 B/s) 00:51:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:51:18 Fetched 111 kB in 0s (0 B/s) 00:51:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:51:18 Fetched 240 kB in 0s (0 B/s) 00:51:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:51:18 Fetched 29.3 kB in 0s (0 B/s) 00:51:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:51:18 Fetched 85.5 kB in 0s (0 B/s) 00:51:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:51:18 Fetched 24.5 kB in 0s (0 B/s) 00:51:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:51:18 Fetched 49.2 kB in 0s (0 B/s) 00:51:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:51:18 Fetched 54.2 kB in 0s (0 B/s) 00:51:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:51:18 Fetched 30.8 kB in 0s (0 B/s) 00:51:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:51:18 Fetched 17.0 kB in 0s (0 B/s) 00:51:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:51:18 Fetched 85.9 kB in 0s (0 B/s) 00:51:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:51:18 Fetched 8720 B in 0s (0 B/s) 00:51:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:51:18 Fetched 137 kB in 0s (0 B/s) 00:51:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:51:18 Fetched 119 kB in 0s (0 B/s) 00:51:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:51:18 Fetched 109 kB in 0s (0 B/s) 00:51:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:51:18 Fetched 11.1 kB in 0s (0 B/s) 00:51:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:51:18 Fetched 645 kB in 0s (0 B/s) 00:51:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:51:18 Fetched 41.3 kB in 0s (0 B/s) 00:51:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:51:18 Fetched 17.9 kB in 0s (0 B/s) 00:51:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:51:18 Fetched 368 kB in 0s (0 B/s) 00:51:18 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:51:18 Fetched 187 kB in 0s (0 B/s) 00:51:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:51:18 Fetched 175 kB in 0s (0 B/s) 00:51:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:51:21 Fetched 206 kB in 0s (0 B/s) 00:51:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:51:21 Fetched 1301 kB in 0s (0 B/s) 00:51:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:51:21 Fetched 36.2 kB in 0s (0 B/s) 00:51:21 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:51:21 Fetched 159 kB in 0s (0 B/s) 00:51:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:51:21 Fetched 107 kB in 0s (0 B/s) 00:51:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:51:21 Fetched 48.7 kB in 0s (0 B/s) 00:51:21 Pulling static-packages 00:51:22 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:51:22 Skipping pull go-build-helper (already ran) 00:51:22 Skipping pull static-packages (already ran) 00:51:22 Building go-build-helper 00:51:25 Building static-packages 00:51:27 Staging go-build-helper 00:51:28 Staging static-packages 00:51:29 Pulling go115 00:51:30 'edgex-go' has dependencies that need to be staged: go115 00:51:30 Skipping pull go115 (already ran) 00:51:30 Building go115 00:51:30 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:30 Dload Upload Total Spent Left Speed 00:51:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7407k 0 0 12.4M 0 0:00:09 --:--:-- 0:00:09 12.3M 37 115M 37 43.0M 0 0 27.5M 0 0:00:04 0:00:01 0:00:03 27.5M 76 115M 76 88.3M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 00:51:34 go1.15.2.linux-amd64.tar.gz: OK 00:51:38 Staging go115 00:51:40 Removing intermediate container 8c8d205ffe87 00:51:40 ---> 88979f42132f 00:51:40 00:51:40 Step 10/33 : FROM alpine:3.12 00:51:40 ---> afeebe901d6b 00:51:40 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:51:40 ---> Running in 2167cf575e4b 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:41 (1/3) Installing dumb-init (1.2.2-r1) 00:51:41 (2/3) Installing openssl (1.1.1i-r0) 00:51:41 (3/3) Installing su-exec (0.2-r1) 00:51:41 Executing busybox-1.31.1-r19.trigger 00:51:41 OK: 6 MiB in 17 packages 00:51:43 Removing intermediate container 2167cf575e4b 00:51:43 ---> a0e759c1e302 00:51:43 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:43 ---> Running in 48125197f565 00:51:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:51:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:51:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:51:43 Fetched 0 B in 0s (0 B/s) 00:51:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:51:43 Fetched 224 kB in 0s (0 B/s) 00:51:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:51:43 Fetched 157 kB in 0s (0 B/s) 00:51:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:51:43 Fetched 221 kB in 0s (0 B/s) 00:51:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:51:43 Fetched 143 kB in 0s (0 B/s) 00:51:43 Pulling edgex-go 00:51:43 Pulling version 00:51:44 Removing intermediate container 48125197f565 00:51:44 ---> dcb5bcd91f7f 00:51:44 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:51:44 ---> Running in 5910df7bb65e 00:51:44 Building config-common 00:51:45 Removing intermediate container 5910df7bb65e 00:51:45 ---> 509e598e7ddd 00:51:45 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 00:51:45 ---> Running in fa15f920b1c7 00:51:46 Skipping build go-build-helper (already ran) 00:51:46 Skipping build static-packages (already ran) 00:51:46 Skipping build go115 (already ran) 00:51:46 Building edgex-go 00:51:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:48 Connecting to github.com (140.82.113.3:443) 00:51:48 go: downloading github.com/gorilla/mux v1.8.0 00:51:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 00:51:48 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:51:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 00:51:48 go: downloading github.com/google/uuid v1.1.4 00:51:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 00:51:48 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:51:48 go: downloading github.com/imdario/mergo v0.3.11 00:51:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:51:48 go: downloading github.com/pelletier/go-toml v1.2.0 00:51:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:51:48 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:51:48 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 00:51:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:51:48 go: downloading github.com/go-kit/kit v0.8.0 00:51:48 go: downloading github.com/hashicorp/consul/api v1.1.0 00:51:48 go: downloading github.com/BurntSushi/toml v0.3.1 00:51:48 go: downloading github.com/x448/float16 v0.8.4 00:51:48 go: downloading github.com/pebbe/zmq4 v1.2.2 00:51:48 go: downloading gopkg.in/yaml.v2 v2.4.0 00:51:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:51:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:51:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:51:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:51:48 go: downloading github.com/pkg/errors v0.8.1 00:51:48 go: downloading github.com/hashicorp/serf v0.8.2 00:51:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:51:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:51:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:51:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:51:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:51:48 go: downloading github.com/leodido/go-urn v1.2.0 00:51:48 go: downloading github.com/go-playground/universal-translator v0.17.0 00:51:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:51:48 go: downloading github.com/mitchellh/copystructure v1.0.0 00:51:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:51:48 go: downloading github.com/go-playground/locales v0.13.0 00:51:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:51:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:51:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:51:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:51:49 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.67.156:443) 00:51:49 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:51:49 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:51:49 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:51:49 dockerize 00:51:52 Removing intermediate container 743fd012a296 00:51:52 ---> d163b2933022 00:51:52 00:51:52 Step 10/23 : FROM alpine:3.12 00:51:52 ---> afeebe901d6b 00:51:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:52 ---> Using cache 00:51:52 ---> 90eef1da5a6b 00:51:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:52 ---> Using cache 00:51:52 ---> 07588fcae576 00:51:52 Step 13/23 : ENV APP_PORT=48081 00:51:52 ---> Running in 7cf8897aec1c 00:51:52 Removing intermediate container fa15f920b1c7 00:51:52 ---> b148467757b3 00:51:52 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:51:52 ---> Running in d474fbdc4240 00:51:53 Removing intermediate container 7cf8897aec1c 00:51:53 ---> b279862ae826 00:51:53 Step 14/23 : EXPOSE $APP_PORT 00:51:53 ---> Running in fe371ae8b005 00:51:53 Removing intermediate container d474fbdc4240 00:51:53 ---> 61823cd1be38 00:51:53 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:53 ---> Running in fea35046742b 00:51:54 Removing intermediate container fe371ae8b005 00:51:54 ---> 6b113ca1cf78 00:51:54 Step 15/23 : WORKDIR / 00:51:54 Removing intermediate container fea35046742b 00:51:54 ---> ecd33bf610df 00:51:54 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} 00:51:54 ---> Running in b60d9eb20a8d 00:51:54 ---> Running in 85d3fbfbcf35 00:51:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:56 Removing intermediate container b60d9eb20a8d 00:51:56 ---> 913ae82df886 00:51:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:57 Move dockerize executable 00:51:57 ---> f392969b327b 00:51:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:59 Removing intermediate container 85d3fbfbcf35 00:51:59 ---> 55ff83c66cfb 00:51:59 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:51:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52:00 ---> 922a26074b2b 00:52:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:00 ---> Running in e062455d26e6 00:52:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:52:01 Removing intermediate container e062455d26e6 00:52:01 ---> fd05e0511aa5 00:52:01 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:52:01 go: downloading github.com/stretchr/testify v1.6.1 00:52:01 ---> 5d628c100264 00:52:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:52:01 go: downloading github.com/pmezard/go-difflib v1.0.0 00:52:01 go: downloading github.com/davecgh/go-spew v1.1.1 00:52:01 ---> Running in bc1e72bc7d9f 00:52:02 ---> a5f7c67275c6 00:52:02 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:02 Removing intermediate container bc1e72bc7d9f 00:52:02 ---> 3d38be6e2ca2 00:52:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:02 ---> Running in 57fa4d8b4b7d 00:52:02 ---> Running in 1a5d3a5beb85 00:52:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:52:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:52:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:52:03 Removing intermediate container 1a5d3a5beb85 00:52:03 ---> 3c8435d6577e 00:52:03 Step 21/23 : LABEL arch=arm64 00:52:04 ---> Running in f023e3d65b11 00:52:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:52:05 Removing intermediate container f023e3d65b11 00:52:05 ---> 37e5e4c6c9dd 00:52:05 Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:52:05 ---> Running in 3fdd3b943c23 00:52:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:05 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:52:06 Removing intermediate container 3fdd3b943c23 00:52:06 ---> ac621d0e874f 00:52:06 Step 23/23 : LABEL version=0.0.0 00:52:06 ---> Running in 108dab2d9f59 00:52:06 Removing intermediate container 57fa4d8b4b7d 00:52:06 ---> 085ce36f0702 00:52:06 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:52:07 Removing intermediate container 108dab2d9f59 00:52:07 ---> dca83a35bb2b 00:52:07 00:52:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:52:07 Successfully built dca83a35bb2b 00:52:07 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:08  Building docker-core-metadata-go ... done  ---> b4e170e8aa08 00:52:08 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:52:08 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:52:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:52:09 go: downloading github.com/lib/pq v1.9.0 00:52:10 ---> c6026da796b8 00:52:10 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:12 Building version 00:52:12 ---> e09d560cc029 00:52:12 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:52:12 Removing intermediate container d758634c519c 00:52:12 ---> 4404c5d01637 00:52:12 00:52:12 Step 10/22 : FROM alpine:3.12 00:52:12 ---> afeebe901d6b 00:52:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:13 ---> Running in ecc1a2d1947c 00:52:13 Staging config-common 00:52:14 ---> ddb8676479c0 00:52:14 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:14 Skipping stage go-build-helper (already ran) 00:52:14 Skipping stage static-packages (already ran) 00:52:14 Skipping stage go115 (already ran) 00:52:14 Staging edgex-go 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:15 ---> fee7cd7c1cfc 00:52:15 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:52:15 Staging version 00:52:15 ---> Running in 8b28e4b42f87 00:52:15 (1/2) Installing ca-certificates (20191127-r4) 00:52:16 (2/2) Installing dumb-init (1.2.2-r1) 00:52:16 Executing busybox-1.31.1-r19.trigger 00:52:16 Executing ca-certificates-20191127-r4.trigger 00:52:16 OK: 6 MiB in 16 packages 00:52:16 Priming config-common 00:52:16 Removing intermediate container 8b28e4b42f87 00:52:16 ---> 76d9569685d0 00:52:16 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:17 Priming go-build-helper 00:52:17 ---> e5410fbcba52 00:52:17 Step 28/33 : RUN chmod +x /entrypoint.sh 00:52:18 ---> Running in 25bbd2ae2c52 00:52:18 Priming static-packages 00:52:18 Removing intermediate container ecc1a2d1947c 00:52:18 ---> d7927ee0c8da 00:52:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:18 ---> Running in b2109d007468 00:52:19 Removing intermediate container b2109d007468 00:52:19 ---> 193de4813c7d 00:52:19 Step 13/22 : ENV APP_PORT=48060 00:52:19 ---> Running in feaf10cb3f9c 00:52:20 Removing intermediate container feaf10cb3f9c 00:52:20 ---> 8ad9e3920232 00:52:20 Step 14/22 : EXPOSE $APP_PORT 00:52:20 Priming go115 00:52:20 ---> Running in f1786be1e95e 00:52:21 Priming edgex-go 00:52:21 Removing intermediate container f1786be1e95e 00:52:21 ---> 3429d8e0303c 00:52:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:21 Removing intermediate container 25bbd2ae2c52 00:52:21 ---> f526d2bfef3d 00:52:21 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:52:22 ---> Running in 4415508cc260 00:52:22 ---> 3d7182022e5f 00:52:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:22 Priming version 00:52:23 Removing intermediate container 4415508cc260 00:52:23 ---> f8458ac9f43b 00:52:23 Step 30/33 : CMD ["gate"] 00:52:23 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:52:23 ---> Running in ca3f89dd22fe 00:52:24 ---> d721ac30a549 00:52:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:24 Removing intermediate container ca3f89dd22fe 00:52:24 ---> fb1793869463 00:52:24 Step 31/33 : LABEL arch=arm64 00:52:25 ---> Running in 2debdebc523a 00:52:25 ---> a4e5ec7fbc1a 00:52:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:25 ---> Running in c3bb70af9a99 00:52:25 Removing intermediate container 2debdebc523a 00:52:25 ---> d59c773a190e 00:52:25 Step 32/33 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 00:52:26 ---> Running in 12ac8368ba90 00:52:26 Removing intermediate container c3bb70af9a99 00:52:26 ---> a90ea43742b6 00:52:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:52:26 ---> Running in bad0986db41a [Pipeline] // stage [Pipeline] } 00:52:26 Removing intermediate container 12ac8368ba90 00:52:26 ---> 3ae6f6118ce3 00:52:26 Step 33/33 : LABEL version=0.0.0 00:52:26 Removing intermediate container bad0986db41a 00:52:26 ---> 9f5cc9be9eb6 00:52:26 Step 20/22 : LABEL arch=arm64 00:52:27 ---> Running in 22d087e7c8cd 00:52:27 ---> Running in cbfc5faeee7b 00:52:28 Removing intermediate container 22d087e7c8cd 00:52:28 ---> 226ff1689935 00:52:28 Step 21/22 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:52:28 Removing intermediate container cbfc5faeee7b 00:52:28 ---> fc76f6abda1b 00:52:28 00:52:28 ---> Running in 2bb970af8791 00:52:28 Successfully built fc76f6abda1b 00:52:28 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:28  Building docker-security-bootstrapper-go ... done Removing intermediate container 2bb970af8791 00:52:28 ---> 8f9b59d4378d 00:52:28 Step 22/22 : LABEL version=0.0.0 00:52:29 ---> Running in af04fceb45e4 00:52:30 Removing intermediate container af04fceb45e4 00:52:30 ---> 90e67a302dd2 00:52:30 00:52:30 Removing intermediate container c45bfcc3d186 00:52:30 ---> 8ea195db8fbf 00:52:30 00:52:30 Step 10/23 : FROM alpine:3.12 00:52:30 ---> afeebe901d6b 00:52:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:30 Successfully built 90e67a302dd2 00:52:30 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:30  Building docker-support-notifications-go ... done  ---> Running in 034a93477f6c 00:52:30 Removing intermediate container 034a93477f6c 00:52:30 ---> 7ab96a0a95e3 00:52:30 Step 12/23 : ENV APP_PORT=48080 00:52:31 ---> Running in 29bb4cf6e1e6 00:52:31 Removing intermediate container 29bb4cf6e1e6 00:52:31 ---> e632a414b5c1 00:52:31 Step 13/23 : EXPOSE $APP_PORT 00:52:31 ---> Running in 6cad57ca8584 00:52:32 Removing intermediate container 6cad57ca8584 00:52:32 ---> 7b1548143bf7 00:52:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:32 ---> Running in d488d1fd2742 00:52:35 Removing intermediate container d488d1fd2742 00:52:35 ---> e32f29f196f5 00:52:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:35 ---> Running in 117568d0e9c9 00:52:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:37 (1/6) Installing dumb-init (1.2.2-r1) 00:52:37 (2/6) Installing libgcc (9.3.0-r2) 00:52:37 (3/6) Installing libsodium (1.0.18-r0) 00:52:37 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:38 (5/6) Installing libzmq (4.3.3-r0) 00:52:38 (6/6) Installing zeromq (4.3.3-r0) 00:52:38 Executing busybox-1.31.1-r19.trigger 00:52:38 OK: 8 MiB in 20 packages 00:52:39 Removing intermediate container 117568d0e9c9 00:52:39 ---> 1a37b6e8a008 00:52:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:40 ---> 4f380232cb4a 00:52:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:42 ---> d136af1e63b0 00:52:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:43 ---> 4d3c6525b077 00:52:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:43 ---> Running in a55567e92d85 00:52:43 Removing intermediate container a55567e92d85 00:52:43 ---> d68f340c1e21 00:52:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:43 ---> Running in fca4e1c67da6 00:52:44 Removing intermediate container fca4e1c67da6 00:52:44 ---> 78d69928ff4e 00:52:44 Step 21/23 : LABEL arch=arm64 00:52:44 ---> Running in 9b2ae3077005 00:52:44 Removing intermediate container 9b2ae3077005 00:52:44 ---> 1f4a3981917c 00:52:44 Step 22/23 : LABEL git_sha=24e43b1c273da5d454bdb7123f49eacfa42701ef 00:52:44 ---> Running in 13400152dbd3 00:52:45 Removing intermediate container 13400152dbd3 00:52:45 ---> 6cff2c3c7bac 00:52:45 Step 23/23 : LABEL version=0.0.0 00:52:45 ---> Running in 8c4ef587aa99 00:52:46 Removing intermediate container 8c4ef587aa99 00:52:46 ---> 69e621ec1245 00:52:46 00:52:46 Successfully built 69e621ec1245 00:52:46 Successfully tagged docker-core-data-go-arm64:latest 00:52:46  Building docker-core-data-go ... done  [Pipeline] } 00:52:46 $ docker stop --time=1 fc9cccb31d217a19310bed1348b15737d502a64a2c7a32d8bb06720f936123ad 00:52:48 $ docker rm -f fc9cccb31d217a19310bed1348b15737d502a64a2c7a32d8bb06720f936123ad [Pipeline] // withDockerContainer [Pipeline] sh 00:52:49 + docker images 00:52:49 + grep docker 00:52:49 docker-core-data-go-arm64 latest 69e621ec1245 4 seconds ago 21MB 00:52:49 docker-support-notifications-go-arm64 latest 90e67a302dd2 20 seconds ago 15.9MB 00:52:49 docker-security-bootstrapper-go-arm64 latest fc76f6abda1b 22 seconds ago 40.3MB 00:52:49 docker-core-metadata-go-arm64 latest dca83a35bb2b 43 seconds ago 17.7MB 00:52:49 docker-sys-mgmt-agent-go-arm64 latest 10939842330e 2 minutes ago 300MB 00:52:49 docker-core-command-go-arm64 latest 9eaa2e89f55d 3 minutes ago 15.4MB 00:52:49 docker-security-secretstore-setup-go-arm64 latest 559b168baadb 3 minutes ago 23.4MB 00:52:49 docker-support-scheduler-go-arm64 latest ea826a936810 3 minutes ago 15.5MB 00:52:49 docker-security-proxy-setup-go-arm64 latest 0ba5d45934c6 3 minutes ago 23.2MB 00:52:49 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:52:51 provisioning config files... 00:52:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/30@tmp/config6005576324094766856tmp [Pipeline] { [Pipeline] sh 00:52:51 + set +x 00:52:51 + curl -s https://codecov.io/bash 00:52:51 + bash -s -- 00:52:52 00:52:52 _____ _ 00:52:52 / ____| | | 00:52:52 | | ___ __| | ___ ___ _____ __ 00:52:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:52:52 | |___| (_) | (_| | __/ (_| (_) \ V / 00:52:52 \_____\___/ \__,_|\___|\___\___/ \_/ 00:52:52 Bash-20210115-cec3c92 00:52:52 00:52:52 00:52:52 ==> git version 2.24.3 found 00:52:52 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:52:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:52:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:52:52 ==> Jenkins CI detected. 00:52:52 project root: . 00:52:52 --> token set from env 00:52:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:52:52 ==> Running gcov in . (disable via -X gcov) 00:52:52 ==> Python coveragepy not found 00:52:52 ==> Searching for coverage reports in: 00:52:52 + . 00:52:52 -> Found 1 reports 00:52:52 ==> Detecting git/mercurial file structure 00:52:52 ==> Reading reports 00:52:52 + ./coverage.out bytes=561484 00:52:53 ==> Appending adjustments 00:52:53 https://docs.codecov.io/docs/fixing-reports 00:52:59 + Found adjustments 00:52:59 ==> Gzipping contents 00:52:59 84K /tmp/codecov.7B1jjA.gz 00:52:59 ==> Uploading reports 00:52:59 url: https://codecov.io 00:52:59 query: branch=PR-2970&commit=24e43b1c273da5d454bdb7123f49eacfa42701ef&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F30%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:52:59 -> Pinging Codecov 00:52:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=24e43b1c273da5d454bdb7123f49eacfa42701ef&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F30%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:52:59 -> Uploading to 00:52:59 https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/24e43b1c273da5d454bdb7123f49eacfa42701ef/355450a1-3826-4f14-8820-adb4e708b55b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T005259Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b9540cecfd9fa7f9af9d2105f5f43d2e151264cd1fd86df3e171c2dfac77c2b4 00:52:59 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:59 Dload Upload Total Spent Left Speed 00:53:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85163 0 0 100 85163 0 146k --:--:-- --:--:-- --:--:-- 146k 100 85163 0 0 100 85163 0 146k --:--:-- --:--:-- --:--:-- 146k 00:53:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/24e43b1c273da5d454bdb7123f49eacfa42701ef [Pipeline] } 00:53:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:03 ---> package-listing.sh 00:53:03 ++ facter osfamily 00:53:03 ++ tr '[:upper:]' '[:lower:]' 00:53:03 + OS_FAMILY=redhat 00:53:03 + workspace=/w/workspace/edgex-go/30 00:53:03 + START_PACKAGES=/tmp/packages_start.txt 00:53:03 + END_PACKAGES=/tmp/packages_end.txt 00:53:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:03 + PACKAGES=/tmp/packages_start.txt 00:53:03 + '[' /w/workspace/edgex-go/30 ']' 00:53:03 + PACKAGES=/tmp/packages_end.txt 00:53:03 + case "${OS_FAMILY}" in 00:53:03 + rpm -qa 00:53:03 + sort 00:53:10 + '[' -f /tmp/packages_start.txt ']' 00:53:10 + '[' -f /tmp/packages_end.txt ']' 00:53:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:10 + '[' /w/workspace/edgex-go/30 ']' 00:53:10 + mkdir -p /w/workspace/edgex-go/30/archives/ 00:53:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/30/archives/ [Pipeline] echo 00:53:10 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/30/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:11 00:53:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:12 alpine: Pulling from edgex-lftools-log-publisher 00:53:12 df20fa9351a1: Pulling fs layer 00:53:12 36b3adc4ff6f: Pulling fs layer 00:53:12 8ad3a11d3b57: Pulling fs layer 00:53:12 46f8f816bc3b: Pulling fs layer 00:53:12 93b61091891f: Pulling fs layer 00:53:12 93b9cdb0e59b: Pulling fs layer 00:53:12 5e14af77c1be: Pulling fs layer 00:53:12 01666e4c0597: Pulling fs layer 00:53:12 aa168da1d23b: Pulling fs layer 00:53:12 46f8f816bc3b: Waiting 00:53:12 93b61091891f: Waiting 00:53:12 5e14af77c1be: Waiting 00:53:12 93b9cdb0e59b: Waiting 00:53:12 01666e4c0597: Waiting 00:53:12 aa168da1d23b: Waiting 00:53:12 36b3adc4ff6f: Download complete 00:53:12 46f8f816bc3b: Verifying Checksum 00:53:12 46f8f816bc3b: Download complete 00:53:12 df20fa9351a1: Download complete 00:53:12 93b9cdb0e59b: Verifying Checksum 00:53:12 93b9cdb0e59b: Download complete 00:53:12 5e14af77c1be: Verifying Checksum 00:53:12 5e14af77c1be: Download complete 00:53:12 01666e4c0597: Download complete 00:53:12 93b61091891f: Verifying Checksum 00:53:12 93b61091891f: Download complete 00:53:13 df20fa9351a1: Pull complete 00:53:13 8ad3a11d3b57: Verifying Checksum 00:53:13 8ad3a11d3b57: Download complete 00:53:14 36b3adc4ff6f: Pull complete 00:53:16 8ad3a11d3b57: Pull complete 00:53:16 46f8f816bc3b: Pull complete 00:53:18 93b61091891f: Pull complete 00:53:19 aa168da1d23b: Verifying Checksum 00:53:19 aa168da1d23b: Download complete 00:53:20 93b9cdb0e59b: Pull complete 00:53:20 5e14af77c1be: Pull complete 00:53:21 01666e4c0597: Pull complete 00:53:33 aa168da1d23b: Pull complete 00:53:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:33 prd-centos7-docker-4c-2g-20845 does not seem to be running inside a container 00:53:33 $ 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/30/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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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 00:53:38 $ docker top 935d45146a3e6a21fb58f81d1237cc58674109a1025ba06c6fdffdb594fa2e45 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:39 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:40 + mkdir -p /var/log/sa [Pipeline] sh 00:53:40 + ls /var/log/sa-host 00:53:40 + sadf -c /var/log/sa-host/sa18 00:53:40 file_magic: OK 00:53:40 HZ: Using current value: 100 00:53:40 file_header: OK 00:53:40 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:53:40 Statistics: 00:53:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:40 File successfully converted to sysstat format version 12.2.1 00:53:40 + sadf -c /var/log/sa-host/sa23 00:53:40 file_magic: OK 00:53:40 HZ: Using current value: 100 00:53:40 file_header: OK 00:53:40 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:53:40 Statistics: 00:53:40 Hnuu...uuuununununu... 00:53:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:40 provisioning config files... 00:53:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/30@tmp/config3122852228225112329tmp [Pipeline] { [Pipeline] echo 00:53:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:41 ---> create-netrc.sh [Pipeline] } 00:53:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:41 ---> python-tools-install.sh [Pipeline] echo 00:53:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:42 ---> sudo-logs.sh 00:53:42 Archiving 'sudo' log.. [Pipeline] echo 00:53:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:43 ---> job-cost.sh 00:53:43 lf-activate-venv: SKIPPING 00:53:43 INFO: No Stack... 00:53:44 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:45 INFO: Archiving Costs [Pipeline] echo 00:53:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:45 ---> logs-deploy.sh 00:53:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/30 00:53:45 INFO: archiving workspace using pattern(s): 00:53:50 Archives upload complete. 00:53:50 INFO: archiving logs to Nexus 00:53:51 ---> uname -a: 00:53:51 Linux prd-centos7-docker-4c-2g-20845.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:53:51 00:53:51 00:53:51 ---> lscpu: 00:53:51 Architecture: x86_64 00:53:51 CPU op-mode(s): 32-bit, 64-bit 00:53:51 Byte Order: Little Endian 00:53:51 Address sizes: 40 bits physical, 48 bits virtual 00:53:51 CPU(s): 4 00:53:51 On-line CPU(s) list: 0-3 00:53:51 Thread(s) per core: 1 00:53:51 Core(s) per socket: 1 00:53:51 Socket(s): 4 00:53:51 NUMA node(s): 1 00:53:51 Vendor ID: GenuineIntel 00:53:51 CPU family: 6 00:53:51 Model: 44 00:53:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:51 Stepping: 1 00:53:51 CPU MHz: 2933.438 00:53:51 BogoMIPS: 5866.87 00:53:51 Virtualization: VT-x 00:53:51 Hypervisor vendor: KVM 00:53:51 Virtualization type: full 00:53:51 L1d cache: 128 KiB 00:53:51 L1i cache: 128 KiB 00:53:51 L2 cache: 16 MiB 00:53:51 L3 cache: 64 MiB 00:53:51 NUMA node0 CPU(s): 0-3 00:53:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:51 Vulnerability Meltdown: Mitigation; PTI 00:53:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:51 Vulnerability Srbds: Not affected 00:53:51 Vulnerability Tsx async abort: Not affected 00:53:51 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 00:53:51 00:53:51 00:53:51 ---> nproc: 00:53:51 4 00:53:51 00:53:51 00:53:51 ---> df -h: 00:53:51 Filesystem Size Used Available Use% Mounted on 00:53:51 overlay 50.0G 11.7G 38.3G 23% / 00:53:51 tmpfs 64.0M 0 64.0M 0% /dev 00:53:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:51 shm 64.0M 0 64.0M 0% /dev/shm 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/30 00:53:51 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/30@tmp 00:53:51 00:53:51 00:53:51 ---> free -m: 00:53:51 total used free shared buff/cache available 00:53:51 Mem: 1837 694 299 0 843 1060 00:53:51 Swap: 1023 89 934 00:53:51 00:53:51 00:53:51 ---> ip addr: 00:53:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:51 inet 127.0.0.1/8 scope host lo 00:53:51 valid_lft forever preferred_lft forever 00:53:51 inet6 ::1/128 scope host 00:53:51 valid_lft forever preferred_lft forever 00:53:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:51 link/ether fa:16:3e:8b:ed:f0 brd ff:ff:ff:ff:ff:ff 00:53:51 inet 10.30.122.115/23 brd 10.30.123.255 scope global dynamic eth0 00:53:51 valid_lft 84995sec preferred_lft 84995sec 00:53:51 inet6 fe80::f816:3eff:fe8b:edf0/64 scope link 00:53:51 valid_lft forever preferred_lft forever 00:53:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:51 link/ether 02:42:32:c7:ee:ae brd ff:ff:ff:ff:ff:ff 00:53:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:51 valid_lft forever preferred_lft forever 00:53:51 inet6 fe80::42:32ff:fec7:eeae/64 scope link 00:53:51 valid_lft forever preferred_lft forever 00:53:51 00:53:51 00:53:51 ---> sar -b -r -n DEV: 00:53:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/18/21 _x86_64_ (4 CPU) 00:53:51 00:53:51 00:30:12 LINUX RESTART (4 CPU) 00:53:51 00:53:51 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:51 00:32:01 47.95 15.56 32.39 0.00 4332.79 6941.15 0.00 00:53:51 00:33:01 100.75 64.93 35.82 0.00 6083.43 12709.34 0.00 00:53:51 00:34:02 213.44 50.94 162.50 0.00 3275.10 44350.92 0.00 00:53:51 00:35:01 180.38 89.84 90.54 0.00 3141.70 10725.52 0.00 00:53:51 00:36:01 67.85 15.23 52.62 0.00 663.89 6451.24 0.00 00:53:51 00:37:01 124.41 68.72 55.70 0.00 2078.56 4944.34 0.00 00:53:51 00:38:01 31.03 8.04 23.00 0.00 1453.31 4155.77 0.00 00:53:51 00:39:03 242.94 87.89 155.05 0.00 26656.02 94537.68 0.00 00:53:51 00:40:03 1291.19 1102.11 189.08 0.00 89726.17 94562.60 0.00 00:53:51 00:41:02 1834.28 1611.97 222.32 0.00 121936.17 129056.24 0.00 00:53:51 00:42:01 181.99 61.99 120.00 0.00 5625.81 21815.62 0.00 00:53:51 00:43:02 914.24 635.58 278.65 0.00 78922.67 128973.59 0.00 00:53:51 00:44:02 1286.74 1060.48 226.26 0.00 70870.06 73046.01 0.00 00:53:51 00:45:01 217.03 73.04 143.99 0.00 6839.32 24982.87 0.00 00:53:51 00:46:01 92.49 23.03 69.46 0.00 3091.33 5462.60 0.00 00:53:51 00:47:01 1.33 0.02 1.31 0.00 0.53 17.93 0.00 00:53:51 00:48:01 0.40 0.17 0.23 0.00 2.40 2.83 0.00 00:53:51 00:49:02 0.70 0.45 0.25 0.00 9.98 3.51 0.00 00:53:51 00:50:01 0.34 0.08 0.25 0.00 0.81 3.05 0.00 00:53:51 00:51:01 0.27 0.07 0.20 0.00 1.33 1.48 0.00 00:53:51 00:52:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 00:53:51 00:53:01 19.73 19.25 0.48 0.00 861.50 24.04 0.00 00:53:51 Average: 310.58 225.97 84.62 0.00 19332.49 30204.23 0.00 00:53:51 00:53:51 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:51 00:32:01 73044 0 668236 35.52 2620 1137644 1516044 51.74 567916 1041548 37744 00:53:51 00:33:01 256604 0 682700 36.28 2596 939644 1548156 52.84 603000 820172 29000 00:53:51 00:34:02 74916 0 765828 40.70 1428 1039372 1528908 52.18 576140 960604 34008 00:53:51 00:35:01 264396 0 751512 39.94 872 864764 1535532 52.41 560804 785980 79180 00:53:51 00:36:01 158336 0 869400 46.21 680 853128 1802944 61.53 718872 725620 52644 00:53:51 00:37:01 329416 0 716096 38.06 680 835352 1228152 41.91 504188 762188 22712 00:53:51 00:38:01 203936 0 717052 38.11 592 959964 1257584 42.92 571784 820936 67720 00:53:51 00:39:03 65736 0 844616 44.89 0 971192 2274856 77.64 731108 859828 45772 00:53:51 00:40:03 69836 0 840848 44.69 0 970860 2390108 81.57 728156 865256 48296 00:53:51 00:41:02 376328 0 909712 48.35 0 595504 4311872 147.16 656552 582304 2444 00:53:51 00:42:01 417884 0 744480 39.57 0 719180 1766692 60.29 531640 686632 720 00:53:51 00:43:02 339600 0 702500 37.34 0 839444 1810368 61.78 564756 766640 54392 00:53:51 00:44:02 124496 0 668092 35.51 0 1088956 1624704 55.45 593160 942304 84 00:53:51 00:45:01 130448 0 644612 34.26 0 1106484 1393336 47.55 559200 948960 37664 00:53:51 00:46:01 149792 0 603344 32.07 0 1128408 1202384 41.04 557988 930416 20 00:53:51 00:47:01 152580 0 600536 31.92 0 1128428 1176672 40.16 556104 930180 12 00:53:51 00:48:01 152984 0 600132 31.90 0 1128428 1168556 39.88 555872 930176 16 00:53:51 00:49:02 152852 0 600252 31.90 0 1128440 1168592 39.88 555948 930480 8 00:53:51 00:50:01 153324 0 599768 31.88 0 1128452 1168448 39.88 555380 930504 8 00:53:51 00:51:01 153052 0 600052 31.89 0 1128440 1168520 39.88 555504 930504 8 00:53:51 00:52:01 152980 0 600092 31.89 0 1128472 1168532 39.88 555620 930544 8 00:53:51 00:53:01 121416 0 609680 32.40 0 1150448 1236776 42.21 565744 948748 104 00:53:51 Average: 185180 0 697252 37.06 430 998682 1611261 54.99 587520 865024 23298 00:53:51 00:53:51 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:51 00:32:01 eth0 660.13 538.01 3514.06 82.60 0.00 0.00 0.00 0.00 00:53:51 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:33:01 eth0 535.05 555.86 2679.39 100.12 0.00 0.00 0.00 0.00 00:53:51 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:33:01 docker0 528.22 494.02 53.02 2640.27 0.00 0.00 0.00 0.00 00:53:51 00:34:02 eth0 463.19 364.02 3649.04 36.53 0.00 0.00 0.00 0.00 00:53:51 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:34:02 docker0 118.36 168.80 8.47 826.86 0.00 0.00 0.00 0.00 00:53:51 00:35:01 vethbdc5920 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:35:01 eth0 26.74 19.45 26.25 10.24 0.00 0.00 0.00 0.00 00:53:51 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:36:01 vethbdc5920 0.13 0.13 0.01 0.02 0.00 0.00 0.00 0.00 00:53:51 00:36:01 eth0 38.25 29.19 21.34 76.70 0.00 0.00 0.00 0.00 00:53:51 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:36:01 docker0 0.13 0.13 0.01 0.02 0.00 0.00 0.00 0.00 00:53:51 00:37:01 vethbdc5920 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:37:01 eth0 16.05 11.48 12.15 6.69 0.00 0.00 0.00 0.00 00:53:51 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:38:01 vethbdc5920 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:38:01 eth0 42.25 34.23 27.20 72.66 0.00 0.00 0.00 0.00 00:53:51 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:39:03 veth2bf3b91 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:39:03 eth0 175.24 130.32 1660.13 19.27 0.00 0.00 0.00 0.00 00:53:51 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:39:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:40:03 veth2bf3b91 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:40:03 eth0 53.36 36.10 161.21 56.37 0.00 0.00 0.00 0.00 00:53:51 00:40:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:40:03 docker0 13.11 26.55 0.71 145.24 0.00 0.00 0.00 0.00 00:53:51 00:41:02 vetha83e4dc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:41:02 veth4656a64 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:41:02 veth78ae37f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:41:02 veth2bf3b91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:42:01 veth2bf3b91 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:42:01 eth0 2163.97 1812.28 12333.06 485.19 0.00 0.00 0.00 0.00 00:53:51 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:53:51 00:42:01 docker0 678.45 717.30 63.66 3776.25 0.00 0.00 0.00 0.00 00:53:51 00:43:02 veth2bf3b91 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:43:02 eth0 77.02 55.08 153.93 81.80 0.00 0.00 0.00 0.00 00:53:51 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:43:02 docker0 12.47 24.56 0.67 119.89 0.00 0.00 0.00 0.00 00:53:51 00:44:02 veth769996f 3.40 7.60 0.24 39.13 0.00 0.00 0.00 0.00 00:53:51 00:44:02 veth2bf3b91 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:44:02 eth0 48.81 33.46 121.09 13.37 0.00 0.00 0.00 0.00 00:53:51 00:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:45:01 veth2bf3b91 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:53:51 00:45:01 eth0 235.59 152.69 1665.07 80.42 0.00 0.00 0.00 0.00 00:53:51 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:45:01 docker0 734.39 836.28 66.78 4394.56 0.00 0.00 0.00 0.00 00:53:51 00:46:01 eth0 37.11 26.49 77.94 11.91 0.00 0.00 0.00 0.00 00:53:51 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:46:01 docker0 5.86 9.75 0.59 56.19 0.00 0.00 0.00 0.00 00:53:51 00:47:01 eth0 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 00:53:51 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:48:01 eth0 1.06 0.37 0.33 0.20 0.00 0.00 0.00 0.00 00:53:51 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:49:02 eth0 0.80 0.30 0.30 0.20 0.00 0.00 0.00 0.00 00:53:51 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:50:01 eth0 0.24 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:53:51 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:51:01 eth0 0.33 0.12 0.09 0.07 0.00 0.00 0.00 0.00 00:53:51 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:52:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 00:53:51 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:53:01 eth0 17.09 15.77 8.31 52.79 0.00 0.00 0.00 0.00 00:53:51 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 Average: eth0 112.83 92.60 636.19 32.46 0.00 0.00 0.00 0.00 00:53:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:51 Average: docker0 33.20 37.95 3.02 199.66 0.00 0.00 0.00 0.00 00:53:51 00:53:51 00:53:51 ---> sar -P ALL: 00:53:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/18/21 _x86_64_ (4 CPU) 00:53:51 00:53:51 00:30:12 LINUX RESTART (4 CPU) 00:53:51 00:53:51 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:53:51 00:32:01 all 9.53 0.00 3.01 0.82 14.09 72.54 00:53:51 00:32:01 0 8.75 0.00 2.99 0.99 15.56 71.71 00:53:51 00:32:01 1 10.59 0.00 3.08 0.46 14.33 71.53 00:53:51 00:32:01 2 8.83 0.00 3.04 0.69 14.23 73.21 00:53:51 00:32:01 3 9.99 0.00 2.92 1.15 12.21 73.73 00:53:51 00:33:01 all 7.47 0.00 3.37 1.17 14.08 73.91 00:53:51 00:33:01 0 4.24 0.00 2.68 0.89 14.74 77.45 00:53:51 00:33:01 1 7.72 0.00 3.79 0.68 13.86 73.94 00:53:51 00:33:01 2 8.97 0.00 3.31 2.11 12.64 72.97 00:53:51 00:33:01 3 8.96 0.00 3.71 1.00 15.06 71.26 00:53:51 00:34:02 all 6.10 0.00 5.65 3.09 21.01 64.16 00:53:51 00:34:02 0 4.97 0.00 5.32 3.86 21.17 64.69 00:53:51 00:34:02 1 5.54 0.00 5.29 2.66 20.66 65.84 00:53:51 00:34:02 2 6.75 0.00 5.68 3.77 20.32 63.48 00:53:51 00:34:02 3 7.16 0.00 6.31 2.07 21.88 62.58 00:53:51 00:35:01 all 28.23 0.00 9.00 3.88 18.62 40.28 00:53:51 00:35:01 0 24.76 0.00 8.27 2.70 20.43 43.83 00:53:51 00:35:01 1 29.40 0.00 8.39 3.98 18.35 39.88 00:53:51 00:35:01 2 26.21 0.00 8.24 4.24 19.53 41.76 00:53:51 00:35:01 3 32.82 0.00 11.21 4.62 16.02 35.33 00:53:51 00:36:01 all 38.66 0.00 13.04 1.58 24.78 21.94 00:53:51 00:36:01 0 34.09 0.00 11.46 0.60 27.13 26.73 00:53:51 00:36:01 1 43.53 0.00 14.91 2.04 22.97 16.56 00:53:51 00:36:01 2 34.08 0.00 12.54 1.98 25.64 25.76 00:53:51 00:36:01 3 43.33 0.00 13.34 1.72 23.24 18.37 00:53:51 00:37:01 all 38.91 0.00 14.76 4.43 20.06 21.85 00:53:51 00:37:01 0 38.22 0.00 15.70 2.45 20.05 23.58 00:53:51 00:37:01 1 45.33 0.00 16.64 5.44 17.42 15.17 00:53:51 00:37:01 2 34.95 0.00 13.26 5.08 21.73 24.98 00:53:51 00:37:01 3 37.32 0.00 13.53 4.70 20.94 23.51 00:53:51 00:38:01 all 16.00 0.00 9.18 0.28 28.30 46.25 00:53:51 00:38:01 0 16.45 0.00 9.42 0.38 29.04 44.71 00:53:51 00:38:01 1 16.21 0.00 9.02 0.32 29.11 45.35 00:53:51 00:38:01 2 15.37 0.00 9.18 0.14 27.61 47.70 00:53:51 00:38:01 3 15.96 0.00 9.10 0.26 27.43 47.25 00:53:51 00:39:03 all 6.71 0.00 8.64 4.02 25.59 55.05 00:53:51 00:39:03 0 5.15 0.00 7.87 3.92 25.83 57.23 00:53:51 00:39:03 1 7.76 0.00 9.43 4.53 25.73 52.54 00:53:51 00:39:03 2 5.88 0.00 8.48 3.52 24.79 57.33 00:53:51 00:39:03 3 8.07 0.00 8.78 4.11 26.01 53.03 00:53:51 00:40:03 all 13.00 0.00 14.53 13.64 30.93 27.90 00:53:51 00:40:03 0 12.20 0.00 12.81 12.86 31.17 30.95 00:53:51 00:40:03 1 15.31 0.00 17.20 16.08 30.64 20.76 00:53:51 00:40:03 2 12.71 0.00 14.22 12.03 30.80 30.24 00:53:51 00:40:03 3 11.86 0.00 14.01 13.66 31.10 29.38 00:53:51 00:41:02 all 12.40 0.00 12.98 24.66 29.11 20.84 00:53:51 00:41:02 0 12.02 0.00 12.07 24.42 29.44 22.06 00:53:51 00:41:02 1 12.14 0.00 12.91 24.74 28.71 21.50 00:53:51 00:41:02 2 11.73 0.00 13.24 27.07 28.33 19.64 00:53:51 00:41:02 3 13.74 0.00 13.71 22.43 29.99 20.14 00:53:51 00:42:01 all 58.85 0.00 13.36 3.98 17.29 6.53 00:53:51 00:42:01 0 59.97 0.00 13.00 3.55 17.57 5.90 00:53:51 00:42:01 1 56.13 0.00 13.20 4.31 19.20 7.16 00:53:51 00:42:01 2 57.50 0.00 12.35 4.81 18.20 7.14 00:53:51 00:42:01 3 61.76 0.00 14.87 3.28 14.15 5.93 00:53:51 00:53:51 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:53:51 00:43:02 all 13.46 0.00 16.54 9.31 32.23 28.46 00:53:51 00:43:02 0 12.07 0.00 13.33 8.06 33.69 32.85 00:53:51 00:43:02 1 13.10 0.00 16.75 10.78 31.82 27.55 00:53:51 00:43:02 2 12.91 0.00 15.39 8.45 32.51 30.74 00:53:51 00:43:02 3 15.95 0.00 21.00 10.02 30.78 22.25 00:53:51 00:44:02 all 26.22 0.00 15.61 16.97 24.72 16.47 00:53:51 00:44:02 0 23.11 0.00 14.36 15.28 26.36 20.90 00:53:51 00:44:02 1 25.61 0.00 15.22 17.64 25.25 16.28 00:53:51 00:44:02 2 28.85 0.00 15.09 17.61 22.92 15.52 00:53:51 00:44:02 3 27.38 0.00 17.87 17.40 24.34 13.01 00:53:51 00:45:01 all 28.01 0.00 13.22 3.88 22.26 32.63 00:53:51 00:45:01 0 29.04 0.00 13.49 1.91 21.17 34.40 00:53:51 00:45:01 1 27.46 0.00 13.13 4.91 23.08 31.41 00:53:51 00:45:01 2 28.53 0.00 13.35 3.67 21.14 33.31 00:53:51 00:45:01 3 27.03 0.00 12.90 4.97 23.60 31.49 00:53:51 00:46:01 all 4.44 0.00 2.79 2.90 7.45 82.42 00:53:51 00:46:01 0 4.67 0.00 2.30 1.67 7.68 83.69 00:53:51 00:46:01 1 6.00 0.00 3.24 2.43 7.11 81.22 00:53:51 00:46:01 2 1.49 0.00 2.47 3.69 7.48 84.87 00:53:51 00:46:01 3 5.62 0.00 3.18 3.80 7.53 79.87 00:53:51 00:47:01 all 0.08 0.00 0.05 0.00 0.55 99.31 00:53:51 00:47:01 0 0.03 0.00 0.07 0.00 0.94 98.96 00:53:51 00:47:01 1 0.02 0.00 0.03 0.00 0.27 99.68 00:53:51 00:47:01 2 0.02 0.00 0.03 0.00 0.32 99.63 00:53:51 00:47:01 3 0.27 0.00 0.08 0.00 0.68 98.97 00:53:51 00:48:01 all 0.11 0.00 0.18 0.01 0.81 98.88 00:53:51 00:48:01 0 0.10 0.00 0.20 0.00 0.57 99.13 00:53:51 00:48:01 1 0.02 0.00 0.33 0.02 0.48 99.15 00:53:51 00:48:01 2 0.05 0.00 0.08 0.02 1.30 98.55 00:53:51 00:48:01 3 0.28 0.00 0.12 0.00 0.89 98.71 00:53:51 00:49:02 all 0.11 0.00 0.04 0.02 0.31 99.52 00:53:51 00:49:02 0 0.30 0.00 0.03 0.00 0.30 99.37 00:53:51 00:49:02 1 0.02 0.00 0.07 0.00 0.25 99.67 00:53:51 00:49:02 2 0.05 0.00 0.05 0.02 0.50 99.39 00:53:51 00:49:02 3 0.07 0.00 0.02 0.07 0.20 99.65 00:53:51 00:50:01 all 0.11 0.00 0.06 0.00 0.42 99.40 00:53:51 00:50:01 0 0.03 0.00 0.07 0.00 0.20 99.70 00:53:51 00:50:01 1 0.02 0.00 0.05 0.00 0.29 99.65 00:53:51 00:50:01 2 0.03 0.00 0.05 0.00 0.74 99.17 00:53:51 00:50:01 3 0.35 0.00 0.08 0.02 0.46 99.09 00:53:51 00:51:01 all 0.12 0.00 0.05 0.00 0.22 99.61 00:53:51 00:51:01 0 0.05 0.00 0.03 0.00 0.12 99.80 00:53:51 00:51:01 1 0.02 0.00 0.03 0.00 0.03 99.92 00:53:51 00:51:01 2 0.08 0.00 0.08 0.00 0.55 99.29 00:53:51 00:51:01 3 0.35 0.00 0.03 0.00 0.20 99.42 00:53:51 00:52:01 all 0.14 0.00 0.02 0.00 0.36 99.48 00:53:51 00:52:01 0 0.03 0.00 0.03 0.00 0.55 99.39 00:53:51 00:52:01 1 0.05 0.00 0.02 0.00 0.33 99.60 00:53:51 00:52:01 2 0.03 0.00 0.02 0.00 0.23 99.72 00:53:51 00:52:01 3 0.43 0.00 0.03 0.00 0.32 99.22 00:53:51 00:53:01 all 1.09 0.00 0.90 0.73 2.43 94.85 00:53:51 00:53:01 0 0.61 0.00 0.53 0.31 2.54 96.01 00:53:51 00:53:01 1 0.91 0.00 0.84 0.63 2.68 94.94 00:53:51 00:53:01 2 0.99 0.00 1.04 1.04 2.35 94.57 00:53:51 00:53:01 3 1.85 0.00 1.18 0.93 2.16 93.88 00:53:51 00:53:51 Average: CPU %user %nice %system %iowait %steal %idle 00:53:51 Average: all 13.30 0.00 6.94 4.26 15.06 60.45 00:53:51 Average: 0 12.47 0.00 6.46 3.79 15.61 61.67 00:53:51 Average: 1 13.86 0.00 7.22 4.53 14.89 59.49 00:53:51 Average: 2 12.73 0.00 6.70 4.45 14.98 61.14 00:53:51 Average: 3 14.14 0.00 7.38 4.28 14.74 59.46 00:53:51 00:53:51 00:53:51