Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1f38eab69fecf330b5777f72aa361ce32e9b0813+c4887d0c009f35026456fc1c8cef2ef56b2ea654 (54a9b2df6894d0b4fc10f0c93944e1744e1f3680) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21375 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/32 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 Commit message: "feat(security): Add more tests to increase coverage" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T22:48:54.943Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T22:48:55.159Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T22:48:55.300Z] ========================================================= [2021-01-19T22:48:55.300Z] EdgeX Global Pipelines Version Info [2021-01-19T22:48:55.300Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fad9a77b01efae3be0813ff97b22d2a684a59f84 # timeout=10 [2021-01-19T22:48:56.796Z] ------------------- [2021-01-19T22:48:56.797Z] stable info: [2021-01-19T22:48:56.797Z] ------------------- [2021-01-19T22:48:56.797Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:48:56.797Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:48:56.797Z] Message: update stable to v1.0.179 [2021-01-19T22:48:57.751Z] ------------------- [2021-01-19T22:48:57.751Z] experimental info: [2021-01-19T22:48:57.751Z] ------------------- [2021-01-19T22:48:57.751Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:48:57.751Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:48:57.751Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T22:48:58.130Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T22:48:58.228Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T22:48:58.313Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T22:48:58.407Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T22:48:58.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T22:48:58.588Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T22:48:58.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T22:48:58.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T22:48:58.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T22:48:58.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T22:48:59.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T22:48:59.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T22:48:59.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T22:48:59.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T22:48:59.455Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T22:48:59.550Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T22:48:59.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T22:48:59.740Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T22:48:59.831Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T22:48:59.939Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T22:49:00.103Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T22:49:00.209Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T22:49:00.296Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T22:49:00.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-19T22:49:00.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-19T22:49:00.705Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-19T22:49:00.787Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] echo [2021-01-19T22:49:00.884Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f38eab [Pipeline] echo [2021-01-19T22:49:01.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T22:49:01.176Z] provisioning config files... [2021-01-19T22:49:01.214Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/32@tmp/config1736848192898335677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:49:01.591Z] ---> docker-login.sh [2021-01-19T22:49:01.591Z] nexus3.edgexfoundry.org:10001 [2021-01-19T22:49:01.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:49:02.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:49:02.127Z] Configure a credential helper to remove this warning. See [2021-01-19T22:49:02.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:49:02.127Z] [2021-01-19T22:49:02.127Z] Login Succeeded [2021-01-19T22:49:02.127Z] nexus3.edgexfoundry.org:10002 [2021-01-19T22:49:02.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:49:02.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:49:02.394Z] Configure a credential helper to remove this warning. See [2021-01-19T22:49:02.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:49:02.394Z] [2021-01-19T22:49:02.394Z] Login Succeeded [2021-01-19T22:49:02.394Z] nexus3.edgexfoundry.org:10003 [2021-01-19T22:49:02.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:49:02.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:49:02.394Z] Configure a credential helper to remove this warning. See [2021-01-19T22:49:02.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:49:02.394Z] [2021-01-19T22:49:02.394Z] Login Succeeded [2021-01-19T22:49:02.394Z] nexus3.edgexfoundry.org:10004 [2021-01-19T22:49:02.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:49:02.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:49:02.658Z] Configure a credential helper to remove this warning. See [2021-01-19T22:49:02.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:49:02.658Z] [2021-01-19T22:49:02.658Z] Login Succeeded [2021-01-19T22:49:02.658Z] docker.io [2021-01-19T22:49:02.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:49:02.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:49:02.921Z] Configure a credential helper to remove this warning. See [2021-01-19T22:49:02.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:49:02.921Z] [2021-01-19T22:49:02.921Z] Login Succeeded [2021-01-19T22:49:02.921Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T22:49:02.929Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:49:03.402Z] ++ 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 [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T22:49:03.402Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T22:49:03.402Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T22:49:03.402Z] ++ cut -d/ -f2 [2021-01-19T22:49:03.402Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T22:49:03.473Z] 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 [2021-01-19T22:49:04.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:49:04.555Z] [2021-01-19T22:49:04.555Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:49:04.897Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:49:04.897Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T22:49:04.897Z] 31603596830f: Pulling fs layer [2021-01-19T22:49:04.897Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T22:49:04.897Z] 6ca5941a6612: Pulling fs layer [2021-01-19T22:49:04.897Z] ecc8261a40a4: Pulling fs layer [2021-01-19T22:49:04.897Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T22:49:04.897Z] 2a8b12db71e7: Download complete [2021-01-19T22:49:04.897Z] 31603596830f: Verifying Checksum [2021-01-19T22:49:04.897Z] 31603596830f: Download complete [2021-01-19T22:49:05.160Z] ecc8261a40a4: Verifying Checksum [2021-01-19T22:49:05.160Z] ecc8261a40a4: Download complete [2021-01-19T22:49:05.160Z] 6ca5941a6612: Verifying Checksum [2021-01-19T22:49:05.160Z] 6ca5941a6612: Download complete [2021-01-19T22:49:05.422Z] 31603596830f: Pull complete [2021-01-19T22:49:05.422Z] 2a8b12db71e7: Pull complete [2021-01-19T22:49:06.365Z] 6ca5941a6612: Pull complete [2021-01-19T22:49:06.627Z] ecc8261a40a4: Pull complete [2021-01-19T22:49:06.627Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T22:49:06.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:49:06.627Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T22:49:06.743Z] prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container [2021-01-19T22:49:06.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:49:09.193Z] $ docker top b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:49:09.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:49:09.542Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:49:09.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:49:09.761Z] $ docker exec b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent [2021-01-19T22:49:09.937Z] SSH_AUTH_SOCK=/tmp/ssh-QfkjbUYzTbWM/agent.13 [2021-01-19T22:49:09.937Z] SSH_AGENT_PID=18 [2021-01-19T22:49:09.947Z] Running ssh-add (command line suppressed) [2021-01-19T22:49:10.072Z] Identity added: /w/workspace/edgex-go/32@tmp/private_key_1363648362572326605.key (/w/workspace/edgex-go/32@tmp/private_key_1363648362572326605.key) [2021-01-19T22:49:10.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:49:10.492Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T22:49:10.516Z] $ docker exec --env ******** --env ******** b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent -k [2021-01-19T22:49:10.630Z] unset SSH_AUTH_SOCK; [2021-01-19T22:49:10.631Z] unset SSH_AGENT_PID; [2021-01-19T22:49:10.631Z] echo Agent pid 18 killed; [2021-01-19T22:49:10.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T22:49:10.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:49:10.839Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:49:11.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:49:11.007Z] $ docker exec b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent [2021-01-19T22:49:11.170Z] SSH_AUTH_SOCK=/tmp/ssh-bfIeHx6TOoYf/agent.46 [2021-01-19T22:49:11.170Z] SSH_AGENT_PID=51 [2021-01-19T22:49:11.176Z] Running ssh-add (command line suppressed) [2021-01-19T22:49:11.295Z] Identity added: /w/workspace/edgex-go/32@tmp/private_key_6808176257785954138.key (/w/workspace/edgex-go/32@tmp/private_key_6808176257785954138.key) [2021-01-19T22:49:11.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:49:11.675Z] + git semver init [2021-01-19T22:49:11.675Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:49:11.675Z] # $GIT_DIR = /w/workspace/edgex-go/32/.git [2021-01-19T22:49:11.675Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/32 [2021-01-19T22:49:11.675Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:49:11.675Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:49:11.675Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:49:11.675Z] # $SEMVER_BRANCH = PR-2970 [2021-01-19T22:49:11.675Z] # $SEMVER_TEMP = /tmp/semver-735787423 [2021-01-19T22:49:11.675Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T22:49:29.886Z] # '/tmp/semver-735787423' -> '/w/workspace/edgex-go/32/.semver' [2021-01-19T22:49:30.150Z] # -> Force: false [2021-01-19T22:49:30.150Z] # $SEMVER_DIR = /w/workspace/edgex-go/32/.semver [Pipeline] } [2021-01-19T22:49:30.165Z] $ docker exec --env ******** --env ******** b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 ssh-agent -k [2021-01-19T22:49:30.392Z] unset SSH_AUTH_SOCK; [2021-01-19T22:49:30.392Z] unset SSH_AGENT_PID; [2021-01-19T22:49:30.392Z] echo Agent pid 51 killed; [2021-01-19T22:49:30.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:49:30.950Z] + git semver [Pipeline] } [2021-01-19T22:49:30.969Z] $ docker stop --time=1 b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 [2021-01-19T22:49:32.711Z] $ docker rm -f b44ce2abf1e5ce6528830c5b2af2273d4241defcc8035f087af00f132af5c410 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:49:33.280Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T22:49:33.882Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T22:49:33.885Z] [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) [2021-01-19T22:49:34.430Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21365 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-19T22:49:34.542Z] Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:49:35.007Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:49:35.310Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:49:35.621Z] + sudo service docker restart [2021-01-19T22:49:35.621Z] + true [2021-01-19T22:49:35.621Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T22:49:36.212Z] ========================================================= [2021-01-19T22:49:36.212Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T22:49:36.212Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:49:36.561Z] + 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 . [2021-01-19T22:49:39.192Z] using credential edgex-jenkins-ssh [2021-01-19T22:49:39.257Z] Cloning the remote Git repository [2021-01-19T22:49:39.306Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T22:49:39.428Z] > git init /w/workspace/edgex-go/32 # timeout=10 [2021-01-19T22:49:39.908Z] Sending build context to Docker daemon 326.8MB [2021-01-19T22:49:39.908Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T22:49:39.908Z] Step 2/6 : FROM ${BASE} [2021-01-19T22:49:39.908Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T22:49:39.908Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:49:39.908Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:49:39.908Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:49:39.908Z] bca2f99d35d6: Pulling fs layer [2021-01-19T22:49:39.908Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T22:49:39.908Z] 7c6f9722023f: Pulling fs layer [2021-01-19T22:49:39.908Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T22:49:39.908Z] bca2f99d35d6: Waiting [2021-01-19T22:49:39.908Z] 93359f2a8cfa: Waiting [2021-01-19T22:49:39.908Z] 7c6f9722023f: Waiting [2021-01-19T22:49:39.908Z] a35cf1a2eb13: Waiting [2021-01-19T22:49:39.908Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T22:49:39.908Z] 0ef7d3d256c8: Download complete [2021-01-19T22:49:39.908Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:49:39.908Z] de9db76c5a1d: Download complete [2021-01-19T22:49:39.908Z] 93359f2a8cfa: Download complete [2021-01-19T22:49:39.908Z] 7c6f9722023f: Download complete [2021-01-19T22:49:39.908Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:49:39.908Z] 188c0c94c7c5: Download complete [2021-01-19T22:49:40.175Z] 188c0c94c7c5: Pull complete [2021-01-19T22:49:40.448Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:49:40.711Z] de9db76c5a1d: Pull complete [2021-01-19T22:49:39.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T22:49:39.609Z] > git --version # timeout=10 [2021-01-19T22:49:39.683Z] > git --version # 'git version 2.17.1' [2021-01-19T22:49:39.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:49:39.785Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:49:42.652Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T22:49:42.652Z] a35cf1a2eb13: Download complete [2021-01-19T22:49:42.917Z] bca2f99d35d6: Verifying Checksum [2021-01-19T22:49:42.917Z] bca2f99d35d6: Download complete [2021-01-19T22:49:48.246Z] bca2f99d35d6: Pull complete [2021-01-19T22:49:48.509Z] 93359f2a8cfa: Pull complete [2021-01-19T22:49:48.820Z] 7c6f9722023f: Pull complete [2021-01-19T22:49:53.065Z] a35cf1a2eb13: Pull complete [2021-01-19T22:49:53.065Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T22:49:53.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T22:49:53.065Z] ---> a62c8e92a672 [2021-01-19T22:49:53.065Z] 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 [2021-01-19T22:49:53.065Z] ---> Running in eab216060157 [2021-01-19T22:49:53.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:49:54.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:49:54.849Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T22:49:55.112Z] (2/12) Installing file (5.38-r0) [2021-01-19T22:49:55.112Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T22:49:55.112Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T22:49:59.333Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T22:49:59.333Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T22:49:59.333Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T22:49:59.333Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T22:49:59.333Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T22:49:59.333Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T22:49:59.333Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T22:49:59.333Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T22:49:59.333Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:49:59.333Z] OK: 233 MiB in 51 packages [2021-01-19T22:49:59.765Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:50:00.172Z] Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:50:00.172Z] Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) [2021-01-19T22:49:58.871Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T22:49:58.888Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:49:58.919Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T22:49:58.951Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T22:49:58.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:49:58.963Z] > 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 [2021-01-19T22:49:59.775Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:49:59.789Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-19T22:50:00.086Z] > git remote # timeout=10 [2021-01-19T22:50:00.102Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T22:50:00.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:50:00.127Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T22:50:00.148Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T22:50:00.169Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:50:00.194Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-19T22:50:03.573Z] Removing intermediate container eab216060157 [2021-01-19T22:50:03.573Z] ---> 7153eeb6d348 [2021-01-19T22:50:03.573Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T22:50:03.573Z] ---> Running in 81136b81e36e [2021-01-19T22:50:03.573Z] Removing intermediate container 81136b81e36e [2021-01-19T22:50:03.573Z] ---> 84a75c12a130 [2021-01-19T22:50:03.573Z] Step 5/6 : COPY go.mod . [2021-01-19T22:50:03.573Z] ---> 436770dc8323 [2021-01-19T22:50:03.573Z] Step 6/6 : RUN go mod download [2021-01-19T22:50:03.573Z] ---> Running in 1e203b36be7d [2021-01-19T22:50:04.392Z] Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:50:06.156Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:50:06.571Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:50:06.926Z] + sudo service docker restart [2021-01-19T22:50:06.926Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T22:50:08.976Z] provisioning config files... [2021-01-19T22:50:09.016Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/32@tmp/config8406352349990266699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:50:09.443Z] ---> docker-login.sh [2021-01-19T22:50:09.443Z] nexus3.edgexfoundry.org:10001 [2021-01-19T22:50:10.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:50:10.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:50:10.702Z] Configure a credential helper to remove this warning. See [2021-01-19T22:50:10.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:50:10.702Z] [2021-01-19T22:50:10.702Z] Login Succeeded [2021-01-19T22:50:10.702Z] nexus3.edgexfoundry.org:10002 [2021-01-19T22:50:10.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:50:11.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:50:11.250Z] Configure a credential helper to remove this warning. See [2021-01-19T22:50:11.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:50:11.250Z] [2021-01-19T22:50:11.250Z] Login Succeeded [2021-01-19T22:50:11.250Z] nexus3.edgexfoundry.org:10003 [2021-01-19T22:50:11.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:50:11.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:50:11.799Z] Configure a credential helper to remove this warning. See [2021-01-19T22:50:11.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:50:11.799Z] [2021-01-19T22:50:11.799Z] Login Succeeded [2021-01-19T22:50:11.799Z] nexus3.edgexfoundry.org:10004 [2021-01-19T22:50:12.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:50:12.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:50:12.361Z] Configure a credential helper to remove this warning. See [2021-01-19T22:50:12.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:50:12.361Z] [2021-01-19T22:50:12.361Z] Login Succeeded [2021-01-19T22:50:12.361Z] docker.io [2021-01-19T22:50:12.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T22:50:13.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T22:50:13.235Z] Configure a credential helper to remove this warning. See [2021-01-19T22:50:13.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T22:50:13.235Z] [2021-01-19T22:50:13.235Z] Login Succeeded [2021-01-19T22:50:13.235Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T22:50:13.252Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T22:50:13.772Z] ========================================================= [2021-01-19T22:50:13.772Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T22:50:13.772Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:50:14.196Z] + 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 . [2021-01-19T22:50:16.843Z] Sending build context to Docker daemon 165.7MB [2021-01-19T22:50:16.843Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T22:50:16.843Z] Step 2/6 : FROM ${BASE} [2021-01-19T22:50:16.843Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T22:50:16.843Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T22:50:16.843Z] a4357932f1b6: Pulling fs layer [2021-01-19T22:50:16.843Z] 18c013af1878: Pulling fs layer [2021-01-19T22:50:16.843Z] 00ac8860ef70: Pulling fs layer [2021-01-19T22:50:16.843Z] 63d7cb157983: Pulling fs layer [2021-01-19T22:50:16.843Z] b116817d02f9: Pulling fs layer [2021-01-19T22:50:16.843Z] 745a02a5169b: Pulling fs layer [2021-01-19T22:50:16.843Z] 00ac8860ef70: Waiting [2021-01-19T22:50:16.843Z] 63d7cb157983: Waiting [2021-01-19T22:50:16.843Z] b116817d02f9: Waiting [2021-01-19T22:50:16.843Z] 745a02a5169b: Waiting [2021-01-19T22:50:16.843Z] 18c013af1878: Verifying Checksum [2021-01-19T22:50:16.843Z] 18c013af1878: Download complete [2021-01-19T22:50:16.843Z] a4357932f1b6: Verifying Checksum [2021-01-19T22:50:16.843Z] a4357932f1b6: Download complete [2021-01-19T22:50:16.843Z] 63d7cb157983: Verifying Checksum [2021-01-19T22:50:16.843Z] 63d7cb157983: Download complete [2021-01-19T22:50:16.843Z] b116817d02f9: Verifying Checksum [2021-01-19T22:50:16.843Z] b116817d02f9: Download complete [2021-01-19T22:50:16.843Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T22:50:16.843Z] 5f621e34cdf4: Download complete [2021-01-19T22:50:17.844Z] 5f621e34cdf4: Pull complete [2021-01-19T22:50:18.122Z] a4357932f1b6: Pull complete [2021-01-19T22:50:18.723Z] 18c013af1878: Pull complete [2021-01-19T22:50:18.997Z] 745a02a5169b: Verifying Checksum [2021-01-19T22:50:18.997Z] 745a02a5169b: Download complete [2021-01-19T22:50:20.437Z] 00ac8860ef70: Verifying Checksum [2021-01-19T22:50:20.437Z] 00ac8860ef70: Download complete [2021-01-19T22:50:25.622Z] Removing intermediate container 1e203b36be7d [2021-01-19T22:50:25.622Z] ---> 88fb56c57537 [2021-01-19T22:50:25.622Z] Successfully built 88fb56c57537 [2021-01-19T22:50:25.622Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:50:25.941Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:50:25.941Z] . [Pipeline] withDockerContainer [2021-01-19T22:50:26.052Z] prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container [2021-01-19T22:50:26.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:50:26.991Z] $ docker top a694acd30c09492af773368244bfc8b39d593d381d3a3adc27437bd6ab1ec9d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:50:27.524Z] + go version [2021-01-19T22:50:27.524Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T22:50:27.538Z] $ docker stop --time=1 a694acd30c09492af773368244bfc8b39d593d381d3a3adc27437bd6ab1ec9d6 [2021-01-19T22:50:28.911Z] $ docker rm -f a694acd30c09492af773368244bfc8b39d593d381d3a3adc27437bd6ab1ec9d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:50:29.769Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:50:29.769Z] . [Pipeline] withDockerContainer [2021-01-19T22:50:29.905Z] prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container [2021-01-19T22:50:29.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:50:30.624Z] 00ac8860ef70: Pull complete [2021-01-19T22:50:30.899Z] 63d7cb157983: Pull complete [2021-01-19T22:50:31.174Z] b116817d02f9: Pull complete [2021-01-19T22:50:31.394Z] $ docker top 6173d7a2101346d88c303b525c1598b2e48ce53606c59fa37b61330abde8682a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T22:50:31.624Z] ========================================================= [2021-01-19T22:50:31.624Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T22:50:31.624Z] ========================================================= [Pipeline] sh [2021-01-19T22:50:31.917Z] + make test [2021-01-19T22:50:31.917Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T22:50:35.503Z] 745a02a5169b: Pull complete [2021-01-19T22:50:35.503Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T22:50:35.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T22:50:35.503Z] ---> b7e6874047d6 [2021-01-19T22:50:35.503Z] 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 [2021-01-19T22:50:38.907Z] ---> Running in b8a337209576 [2021-01-19T22:50:39.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:50:40.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:50:41.086Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T22:50:41.359Z] (2/12) Installing file (5.38-r0) [2021-01-19T22:50:41.629Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T22:50:41.629Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T22:50:41.962Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T22:50:48.324Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T22:50:48.325Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T22:50:48.325Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T22:50:48.325Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T22:50:48.325Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T22:50:48.325Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T22:50:48.325Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T22:50:48.325Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T22:50:48.325Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:50:48.325Z] OK: 217 MiB in 51 packages [2021-01-19T22:50:52.630Z] Removing intermediate container b8a337209576 [2021-01-19T22:50:52.630Z] ---> c11d528bef5b [2021-01-19T22:50:52.630Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T22:50:52.630Z] ---> Running in 862412cbc0bf [2021-01-19T22:50:52.630Z] Removing intermediate container 862412cbc0bf [2021-01-19T22:50:52.630Z] ---> ea18eee2b31d [2021-01-19T22:50:52.630Z] Step 5/6 : COPY go.mod . [2021-01-19T22:50:53.230Z] ---> be45084ec302 [2021-01-19T22:50:53.230Z] Step 6/6 : RUN go mod download [2021-01-19T22:50:53.230Z] ---> Running in 350c45de7ce9 [2021-01-19T22:50:54.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T22:51:02.595Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T22:51:02.595Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T22:51:02.595Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T22:51:02.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T22:51:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-19T22:51:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T22:51:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T22:51:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T22:51:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T22:51:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T22:51:07.783Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T22:51:07.783Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T22:51:07.783Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T22:51:09.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2021-01-19T22:51:09.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T22:51:09.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T22:51:09.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T22:51:09.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T22:51:09.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T22:51:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T22:51:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T22:51:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T22:51:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 67.9% of statements [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T22:51:14.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.462s coverage: 82.3% of statements [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T22:51:14.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T22:51:15.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T22:51:15.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T22:51:15.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-19T22:51:15.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T22:51:16.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-01-19T22:51:16.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T22:51:16.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-01-19T22:51:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T22:51:16.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-01-19T22:51:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T22:51:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T22:51:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T22:51:16.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T22:51:19.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 43.8% of statements [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-01-19T22:51:19.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-01-19T22:51:20.038Z] Removing intermediate container 350c45de7ce9 [2021-01-19T22:51:20.038Z] ---> f1c4245dd2da [2021-01-19T22:51:20.038Z] Successfully built f1c4245dd2da [2021-01-19T22:51:20.038Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:51:20.384Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:51:20.384Z] . [Pipeline] withDockerContainer [2021-01-19T22:51:20.629Z] prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container [2021-01-19T22:51:20.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T22:51:22.064Z] $ docker top 50061293d38a23fcc5a70047d16950fc4c92d3b5757cfc1c216307241d32bc4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:51:23.056Z] + go version [2021-01-19T22:51:23.056Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T22:51:23.070Z] $ docker stop --time=1 50061293d38a23fcc5a70047d16950fc4c92d3b5757cfc1c216307241d32bc4d [2021-01-19T22:51:25.001Z] $ docker rm -f 50061293d38a23fcc5a70047d16950fc4c92d3b5757cfc1c216307241d32bc4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:51:26.064Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:51:26.064Z] . [Pipeline] withDockerContainer [2021-01-19T22:51:26.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container [2021-01-19T22:51:26.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T22:51:27.811Z] $ docker top c2ee1644fac6c9bc9a2f5ace34d616d63a6271347bf1205282372bfd9b0c2368 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T22:51:28.219Z] ========================================================= [2021-01-19T22:51:28.219Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T22:51:28.219Z] ========================================================= [Pipeline] sh [2021-01-19T22:51:28.863Z] + make test [2021-01-19T22:51:28.863Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T22:51:31.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-01-19T22:51:31.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.068s coverage: 91.4% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 68.9% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T22:51:31.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-19T22:51:31.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T22:51:32.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T22:51:32.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-19T22:51:32.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-19T22:51:32.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T22:51:33.214Z] GO111MODULE=on go vet ./... [2021-01-19T22:51:51.053Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T22:51:59.961Z] gofmt -l . [2021-01-19T22:51:59.961Z] [ "`gofmt -l .`" = "" ] [2021-01-19T22:51:59.961Z] ./bin/test-go-mod-tidy.sh [2021-01-19T22:51:59.961Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T22:52:00.960Z] + ls -al . [2021-01-19T22:52:00.961Z] total 668 [2021-01-19T22:52:00.961Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 22:51 . [2021-01-19T22:52:00.961Z] drwxr-xr-x 4 root root 30 Jan 19 22:50 .. [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 22:48 .dockerignore [2021-01-19T22:52:00.961Z] drwxrwxr-x 8 1001 1001 179 Jan 19 22:48 .git [2021-01-19T22:52:00.961Z] drwxrwxr-x 3 1001 1001 125 Jan 19 22:48 .github [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 872 Jan 19 22:48 .gitignore [2021-01-19T22:52:00.961Z] drwx------ 3 1001 1001 47 Jan 19 22:49 .semver [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 22:48 .sonarcloud.properties [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 7844 Jan 19 22:48 Attribution.txt [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 22:48 CONTRIBUTING.md [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 22:48 Dockerfile.build [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 22:48 Jenkinsfile [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 22:48 LICENSE [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 6001 Jan 19 22:48 Makefile [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 22:48 README.md [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 22:48 SECURITY.md [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 22:49 VERSION [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 22:48 ZMQWindows.md [2021-01-19T22:52:00.961Z] drwxrwxr-x 2 1001 1001 117 Jan 19 22:48 bin [2021-01-19T22:52:00.961Z] drwxrwxr-x 15 1001 1001 4096 Jan 19 22:48 cmd [2021-01-19T22:52:00.961Z] -rw-r--r-- 1 root root 561674 Jan 19 22:51 coverage.out [2021-01-19T22:52:00.961Z] -rw-r--r-- 1 root root 1007 Jan 19 22:51 go.mod [2021-01-19T22:52:00.961Z] -rw-r--r-- 1 root root 19589 Jan 19 22:51 go.sum [2021-01-19T22:52:00.961Z] drwxrwxr-x 8 1001 1001 127 Jan 19 22:48 internal [2021-01-19T22:52:00.961Z] drwxrwxr-x 4 1001 1001 26 Jan 19 22:48 openapi [2021-01-19T22:52:00.961Z] drwxrwxr-x 4 1001 1001 71 Jan 19 22:48 snap [2021-01-19T22:52:00.961Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 22:48 version.go [Pipeline] sh [2021-01-19T22:52:01.261Z] + '[' -e coverage.out ] [2021-01-19T22:52:01.261Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T22:52:01.477Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T22:52:01.780Z] + make build [2021-01-19T22:52:01.780Z] 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 [2021-01-19T22:52:05.117Z] 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 [2021-01-19T22:52:11.897Z] 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 [2021-01-19T22:52:13.294Z] 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 [2021-01-19T22:52:14.697Z] 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 [2021-01-19T22:52:14.963Z] 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 [2021-01-19T22:52:16.367Z] 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 [2021-01-19T22:52:17.774Z] 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 [2021-01-19T22:52:18.741Z] 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 [2021-01-19T22:52:20.170Z] 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 [2021-01-19T22:52:21.124Z] 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 [2021-01-19T22:52:22.100Z] 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 [2021-01-19T22:52:23.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-19T22:52:24.910Z] $ docker stop --time=1 6173d7a2101346d88c303b525c1598b2e48ce53606c59fa37b61330abde8682a [2021-01-19T22:52:26.788Z] $ docker rm -f 6173d7a2101346d88c303b525c1598b2e48ce53606c59fa37b61330abde8682a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:52:28.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T22:52:28.709Z] [2021-01-19T22:52:28.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:52:29.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T22:52:29.061Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T22:52:29.061Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T22:52:29.061Z] ca9280d653b3: Pulling fs layer [2021-01-19T22:52:29.061Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T22:52:29.333Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T22:52:29.333Z] cbdbe7a5bc2a: Download complete [2021-01-19T22:52:29.597Z] ca9280d653b3: Verifying Checksum [2021-01-19T22:52:29.597Z] ca9280d653b3: Download complete [2021-01-19T22:52:29.597Z] cbdbe7a5bc2a: Pull complete [2021-01-19T22:52:30.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T22:52:31.015Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T22:52:31.015Z] 7e9c9ca2126c: Download complete [2021-01-19T22:52:31.279Z] ca9280d653b3: Pull complete [2021-01-19T22:52:37.906Z] 7e9c9ca2126c: Pull complete [2021-01-19T22:52:37.906Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T22:52:37.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T22:52:37.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T22:52:38.032Z] prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container [2021-01-19T22:52:38.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T22:52:41.052Z] $ docker top 6cd03037c0a00680923d5affa585b7c08d58137a01c0a215bc97f9d9a3e54f57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:52:41.726Z] + docker-compose build --help [2021-01-19T22:52:41.726Z] + grep parallel [2021-01-19T22:52:42.675Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T22:52:42.952Z] $ docker stop --time=1 6cd03037c0a00680923d5affa585b7c08d58137a01c0a215bc97f9d9a3e54f57 [2021-01-19T22:52:44.318Z] $ docker rm -f 6cd03037c0a00680923d5affa585b7c08d58137a01c0a215bc97f9d9a3e54f57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:52:44.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T22:52:44.985Z] . [Pipeline] withDockerContainer [2021-01-19T22:52:45.090Z] prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container [2021-01-19T22:52:45.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T22:52:45.887Z] $ docker top f30885fcef00471037c0a9b4a1ce1660c177a3299f610b20546102c0b9f8fc53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:52:46.400Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T22:52:47.346Z] Building docker-core-command-go ... [2021-01-19T22:52:47.346Z] Building docker-core-data-go ... [2021-01-19T22:52:47.346Z] Building docker-core-metadata-go ... [2021-01-19T22:52:47.346Z] Building docker-security-bootstrapper-go ... [2021-01-19T22:52:47.346Z] Building docker-security-proxy-setup-go ... [2021-01-19T22:52:47.346Z] Building docker-security-secretstore-setup-go ... [2021-01-19T22:52:47.346Z] Building docker-support-notifications-go ... [2021-01-19T22:52:47.346Z] Building docker-support-scheduler-go ... [2021-01-19T22:52:47.346Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T22:52:47.346Z] Building docker-core-data-go [2021-01-19T22:52:47.346Z] Building docker-security-bootstrapper-go [2021-01-19T22:52:47.346Z] Building docker-security-secretstore-setup-go [2021-01-19T22:52:47.346Z] Building docker-security-proxy-setup-go [2021-01-19T22:52:47.346Z] Building docker-core-metadata-go [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T22:52:52.711Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T22:52:54.701Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T22:53:01.433Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T22:53:01.433Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T22:53:01.433Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T22:53:06.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.240s coverage: 46.6% of statements [2021-01-19T22:53:06.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T22:53:06.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T22:53:06.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T22:53:06.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T22:53:06.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T22:53:15.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.0% of statements [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T22:53:15.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T22:53:15.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.156s coverage: 100.0% of statements [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T22:53:15.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 67.9% of statements [2021-01-19T22:53:15.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T22:53:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T22:53:15.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.3% of statements [2021-01-19T22:53:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T22:53:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T22:53:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T22:53:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T22:53:19.610Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:53:19.610Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:53:19.610Z] ---> 88fb56c57537 [2021-01-19T22:53:19.610Z] Step 3/33 : WORKDIR /edgex-go [2021-01-19T22:53:19.610Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:53:19.610Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:53:19.610Z] ---> 88fb56c57537 [2021-01-19T22:53:19.610Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T22:53:19.610Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:53:19.610Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:53:19.610Z] ---> 88fb56c57537 [2021-01-19T22:53:19.610Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T22:53:19.610Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:53:19.610Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:53:19.610Z] ---> 88fb56c57537 [2021-01-19T22:53:19.610Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T22:53:19.610Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:53:19.610Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:53:19.610Z] ---> 88fb56c57537 [2021-01-19T22:53:19.610Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T22:53:19.610Z] ---> Running in 43b8d18a4fc5 [2021-01-19T22:53:19.610Z] ---> Running in cac8109872c4 [2021-01-19T22:53:19.610Z] ---> Running in 0ed9e032ac69 [2021-01-19T22:53:19.610Z] ---> Running in 4041d5e28a17 [2021-01-19T22:53:19.610Z] ---> Running in fa0617c0c9f0 [2021-01-19T22:53:19.610Z] Removing intermediate container 43b8d18a4fc5 [2021-01-19T22:53:19.610Z] ---> 31c63169b3bc [2021-01-19T22:53:19.610Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:53:19.610Z] Removing intermediate container cac8109872c4 [2021-01-19T22:53:19.610Z] ---> 7cc76b1aaceb [2021-01-19T22:53:19.610Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:53:19.610Z] Removing intermediate container fa0617c0c9f0 [2021-01-19T22:53:19.610Z] ---> f3bf2abc937c [2021-01-19T22:53:19.610Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:53:19.610Z] Removing intermediate container 4041d5e28a17 [2021-01-19T22:53:19.610Z] ---> 69ab37fce10c [2021-01-19T22:53:19.610Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:53:19.610Z] Removing intermediate container 0ed9e032ac69 [2021-01-19T22:53:19.610Z] ---> c62827365d3b [2021-01-19T22:53:19.610Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:53:19.610Z] ---> Running in 5f9d571d12e5 [2021-01-19T22:53:19.611Z] ---> Running in 746e2bf52d71 [2021-01-19T22:53:19.611Z] ---> Running in 3b44b4188136 [2021-01-19T22:53:19.611Z] ---> Running in 39968650f2b0 [2021-01-19T22:53:19.611Z] ---> Running in a3550638aef8 [2021-01-19T22:53:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T22:53:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T22:53:20.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-01-19T22:53:20.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T22:53:21.039Z] Removing intermediate container 746e2bf52d71 [2021-01-19T22:53:21.039Z] ---> bb6e3dace1bb [2021-01-19T22:53:21.039Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-19T22:53:21.039Z] ---> Running in dfae32325405 [2021-01-19T22:53:21.039Z] Removing intermediate container 5f9d571d12e5 [2021-01-19T22:53:21.039Z] ---> 0aa9ff98946d [2021-01-19T22:53:21.039Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T22:53:21.302Z] Removing intermediate container 3b44b4188136 [2021-01-19T22:53:21.302Z] ---> 2a3216d9d5f5 [2021-01-19T22:53:21.302Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-19T22:53:21.302Z] ---> Running in d79e072adf7b [2021-01-19T22:53:21.302Z] Removing intermediate container 39968650f2b0 [2021-01-19T22:53:21.302Z] ---> f2d3a62d85c7 [2021-01-19T22:53:21.302Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T22:53:21.573Z] Removing intermediate container a3550638aef8 [2021-01-19T22:53:21.573Z] ---> fd63741edbcf [2021-01-19T22:53:21.573Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T22:53:21.573Z] ---> Running in 7c1fda83009d [2021-01-19T22:53:21.573Z] ---> Running in 05e9273b3743 [2021-01-19T22:53:21.837Z] ---> Running in e0188b4b18e7 [2021-01-19T22:53:21.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.380s coverage: 86.7% of statements [2021-01-19T22:53:22.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T22:53:22.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:22.950Z] OK: 233 MiB in 51 packages [2021-01-19T22:53:23.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:23.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:23.479Z] OK: 233 MiB in 51 packages [2021-01-19T22:53:23.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:53:23.479Z] Removing intermediate container dfae32325405 [2021-01-19T22:53:23.479Z] ---> 6befe1c35936 [2021-01-19T22:53:23.479Z] Step 6/23 : COPY go.mod . [2021-01-19T22:53:23.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements [2021-01-19T22:53:23.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T22:53:23.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-01-19T22:53:23.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T22:53:23.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T22:53:23.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T22:53:23.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T22:53:23.770Z] OK: 233 MiB in 51 packages [2021-01-19T22:53:23.770Z] ---> 05fc874591c1 [2021-01-19T22:53:23.770Z] Step 7/23 : RUN go mod download [2021-01-19T22:53:23.770Z] ---> Running in d1c1bcdb0f21 [2021-01-19T22:53:23.770Z] Removing intermediate container d79e072adf7b [2021-01-19T22:53:23.770Z] ---> 209422d2f393 [2021-01-19T22:53:23.770Z] Step 6/21 : COPY go.mod . [2021-01-19T22:53:23.770Z] OK: 233 MiB in 51 packages [2021-01-19T22:53:24.038Z] OK: 233 MiB in 51 packages [2021-01-19T22:53:24.302Z] ---> d934f5f15918 [2021-01-19T22:53:24.302Z] Step 7/21 : RUN go mod download [2021-01-19T22:53:24.571Z] Removing intermediate container 7c1fda83009d [2021-01-19T22:53:24.571Z] ---> 91ce00470227 [2021-01-19T22:53:24.571Z] Step 6/33 : COPY go.mod . [2021-01-19T22:53:24.571Z] ---> Running in d128645832a9 [2021-01-19T22:53:25.165Z] ---> b2d60bdc2fe6 [2021-01-19T22:53:25.165Z] Step 7/33 : RUN go mod download [2021-01-19T22:53:25.165Z] Removing intermediate container e0188b4b18e7 [2021-01-19T22:53:25.165Z] ---> b8c8061ca16e [2021-01-19T22:53:25.165Z] Step 6/23 : COPY go.mod . [2021-01-19T22:53:25.165Z] Removing intermediate container 05e9273b3743 [2021-01-19T22:53:25.165Z] ---> 6b66f4d5f278 [2021-01-19T22:53:25.165Z] Step 6/24 : COPY go.mod . [2021-01-19T22:53:25.165Z] ---> Running in b95ea06d7eab [2021-01-19T22:53:25.433Z] ---> d1d802845fda [2021-01-19T22:53:25.433Z] Step 7/23 : RUN go mod download [2021-01-19T22:53:25.433Z] ---> a47c1b11ae71 [2021-01-19T22:53:25.433Z] Step 7/24 : RUN go mod download [2021-01-19T22:53:25.717Z] ---> Running in c5754166febb [2021-01-19T22:53:25.717Z] ---> Running in d6abbfe99a0b [2021-01-19T22:53:25.988Z] Removing intermediate container d1c1bcdb0f21 [2021-01-19T22:53:25.988Z] ---> daaa69f7fc1e [2021-01-19T22:53:25.988Z] Step 8/23 : COPY . . [2021-01-19T22:53:27.627Z] Removing intermediate container d128645832a9 [2021-01-19T22:53:27.628Z] ---> 1d0e4afd7341 [2021-01-19T22:53:27.628Z] Step 8/21 : COPY . . [2021-01-19T22:53:30.210Z] Removing intermediate container b95ea06d7eab [2021-01-19T22:53:30.210Z] ---> a4424c57e87c [2021-01-19T22:53:30.210Z] Step 8/33 : COPY . . [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 92.8% of statements [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.158s coverage: 0.1% of statements [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T22:53:31.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.095s coverage: 43.8% of statements [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.130s coverage: 79.5% of statements [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-01-19T22:53:31.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-01-19T22:53:32.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements [2021-01-19T22:53:34.469Z] Removing intermediate container c5754166febb [2021-01-19T22:53:34.469Z] ---> b2b43423bee3 [2021-01-19T22:53:34.469Z] Step 8/23 : COPY . . [2021-01-19T22:53:39.779Z] Removing intermediate container d6abbfe99a0b [2021-01-19T22:53:39.779Z] ---> c9da505ced43 [2021-01-19T22:53:39.780Z] Step 8/24 : COPY . . [2021-01-19T22:53:44.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements [2021-01-19T22:53:44.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-19T22:53:44.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-19T22:53:44.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-19T22:53:44.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-19T22:53:44.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-01-19T22:53:45.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T22:53:45.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-19T22:53:45.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-19T22:53:45.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements [2021-01-19T22:53:45.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements [2021-01-19T22:53:45.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T22:53:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.602s coverage: 63.5% of statements [2021-01-19T22:53:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T22:53:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T22:53:48.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-01-19T22:53:48.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.143s coverage: 91.3% of statements [2021-01-19T22:53:48.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2021-01-19T22:53:50.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-19T22:53:50.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-19T22:53:54.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.896s coverage: 68.9% of statements [2021-01-19T22:53:54.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T22:53:54.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T22:53:54.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T22:53:54.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T22:53:54.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T22:53:55.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 37.0% of statements [2021-01-19T22:53:55.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T22:53:55.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T22:53:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.674s coverage: 84.0% of statements [2021-01-19T22:53:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-01-19T22:54:02.036Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.381s coverage: 47.1% of statements [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T22:54:02.036Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T22:54:02.036Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.162s coverage: 100.0% of statements [2021-01-19T22:54:02.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T22:54:06.585Z] ---> 3c4612b1f69e [2021-01-19T22:54:06.585Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T22:54:07.984Z] ---> a1b76a6154a7 [2021-01-19T22:54:07.984Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-19T22:54:07.984Z] ---> 872d1c88f0cc [2021-01-19T22:54:07.984Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.860s coverage: 29.1% of statements [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T22:54:08.785Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-19T22:54:08.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-19T22:54:09.381Z] GO111MODULE=on go vet ./... [2021-01-19T22:54:09.382Z] ---> Running in 22bd3c8b819b [2021-01-19T22:54:10.332Z] ---> Running in 2aa60f675348 [2021-01-19T22:54:10.332Z] ---> Running in 2a70bd96ee94 [2021-01-19T22:54:10.332Z] ---> c2e9dead5538 [2021-01-19T22:54:10.332Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T22:54:10.594Z] ---> Running in 921889807ef4 [2021-01-19T22:54:10.594Z] ---> 3be772f688c8 [2021-01-19T22:54:10.594Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T22:54:10.865Z] ---> Running in b15e63236933 [2021-01-19T22:54:11.138Z] 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 [2021-01-19T22:54:11.425Z] 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 [2021-01-19T22:54:11.425Z] 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 [2021-01-19T22:54:11.425Z] 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 [2021-01-19T22:54:11.704Z] 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 [2021-01-19T22:54:38.442Z] 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 [2021-01-19T22:54:38.442Z] 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 [2021-01-19T22:54:38.442Z] 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 [2021-01-19T22:54:46.681Z] Removing intermediate container b15e63236933 [2021-01-19T22:54:46.681Z] ---> 9ed53a051456 [2021-01-19T22:54:46.681Z] [2021-01-19T22:54:46.681Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T22:54:46.681Z] 3.12: Pulling from library/alpine [2021-01-19T22:54:46.681Z] Removing intermediate container 22bd3c8b819b [2021-01-19T22:54:46.681Z] ---> edbc7771771b [2021-01-19T22:54:46.681Z] [2021-01-19T22:54:46.681Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T22:54:46.681Z] 3.12: Pulling from library/alpine [2021-01-19T22:54:46.953Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T22:54:46.953Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T22:54:46.953Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T22:54:46.953Z] ---> 389fef711851 [2021-01-19T22:54:46.953Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T22:54:46.953Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T22:54:46.953Z] ---> 389fef711851 [2021-01-19T22:54:46.953Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T22:54:52.272Z] ---> Running in 095acf520f54 [2021-01-19T22:54:52.272Z] ---> Running in 57909d2e564b [2021-01-19T22:54:52.272Z] Removing intermediate container 2a70bd96ee94 [2021-01-19T22:54:52.272Z] ---> a7b101946672 [2021-01-19T22:54:52.272Z] [2021-01-19T22:54:52.272Z] Step 10/33 : FROM alpine:3.12 [2021-01-19T22:54:52.272Z] ---> 389fef711851 [2021-01-19T22:54:52.272Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-19T22:54:52.272Z] Removing intermediate container 2aa60f675348 [2021-01-19T22:54:52.272Z] ---> daef5d4712a2 [2021-01-19T22:54:52.272Z] [2021-01-19T22:54:52.272Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T22:54:52.272Z] ---> 389fef711851 [2021-01-19T22:54:52.272Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-19T22:54:52.272Z] ---> Running in 2b67cbc2dd34 [2021-01-19T22:54:52.272Z] ---> Running in 2f2036881de5 [2021-01-19T22:54:52.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:54:53.407Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T22:54:53.407Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T22:54:53.407Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T22:54:53.407Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T22:54:53.407Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:54:53.407Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T22:54:53.407Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T22:54:53.407Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-19T22:54:53.407Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T22:54:53.407Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T22:54:53.407Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-19T22:54:53.407Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:54:53.407Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-19T22:54:53.407Z] OK: 6 MiB in 15 packages [2021-01-19T22:54:53.407Z] (3/3) Installing su-exec (0.2-r1) [2021-01-19T22:54:53.407Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T22:54:53.407Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:54:53.407Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T22:54:53.407Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:54:53.407Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T22:54:53.407Z] OK: 6 MiB in 17 packages [2021-01-19T22:54:53.675Z] OK: 7 MiB in 18 packages [2021-01-19T22:54:53.675Z] OK: 7 MiB in 19 packages [2021-01-19T22:54:55.595Z] Removing intermediate container 921889807ef4 [2021-01-19T22:54:55.595Z] ---> 44e7cb184315 [2021-01-19T22:54:55.595Z] [2021-01-19T22:54:55.595Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T22:54:55.595Z] ---> 389fef711851 [2021-01-19T22:54:55.595Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T22:54:55.595Z] ---> Running in 3f6dbb7914af [2021-01-19T22:54:55.857Z] Removing intermediate container 2f2036881de5 [2021-01-19T22:54:55.857Z] ---> 662c00311986 [2021-01-19T22:54:55.857Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T22:54:56.432Z] Removing intermediate container 3f6dbb7914af [2021-01-19T22:54:56.432Z] ---> 2f3affacb582 [2021-01-19T22:54:56.432Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T22:54:56.432Z] Removing intermediate container 2b67cbc2dd34 [2021-01-19T22:54:56.432Z] ---> 3cd4a2b67573 [2021-01-19T22:54:56.432Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-19T22:54:57.379Z] ---> Running in 341634e00e50 [2021-01-19T22:54:57.379Z] ---> Running in 48011d8205c2 [2021-01-19T22:54:57.379Z] ---> Running in 878fd706ca03 [2021-01-19T22:54:57.379Z] Removing intermediate container 57909d2e564b [2021-01-19T22:54:57.379Z] ---> d3868a491fc1 [2021-01-19T22:54:57.379Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T22:54:57.379Z] Removing intermediate container 095acf520f54 [2021-01-19T22:54:57.379Z] ---> 199e222a5ddd [2021-01-19T22:54:57.379Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T22:54:57.641Z] ---> Running in 63ab4681b6d6 [2021-01-19T22:54:57.642Z] Removing intermediate container 341634e00e50 [2021-01-19T22:54:57.642Z] ---> 68ec592d342a [2021-01-19T22:54:57.642Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-19T22:54:57.642Z] ---> Running in fc58ddb43b56 [2021-01-19T22:54:57.642Z] Removing intermediate container 48011d8205c2 [2021-01-19T22:54:57.642Z] ---> f8f3bd01302b [2021-01-19T22:54:57.642Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-19T22:54:57.913Z] Removing intermediate container 878fd706ca03 [2021-01-19T22:54:57.913Z] ---> db017bcc3d38 [2021-01-19T22:54:57.913Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T22:54:57.913Z] Removing intermediate container 63ab4681b6d6 [2021-01-19T22:54:57.913Z] ---> 32858c81a366 [2021-01-19T22:54:57.913Z] Step 13/24 : WORKDIR / [2021-01-19T22:54:57.913Z] ---> Running in 7e9a37966615 [2021-01-19T22:54:57.913Z] ---> Running in 48a80cd9179a [2021-01-19T22:54:57.913Z] ---> Running in 0bd4b5ee3e5b [2021-01-19T22:54:57.913Z] Removing intermediate container fc58ddb43b56 [2021-01-19T22:54:57.913Z] ---> 7204a3007f6f [2021-01-19T22:54:57.913Z] Step 13/21 : WORKDIR /edgex [2021-01-19T22:54:58.176Z] ---> Running in 461c3895dc42 [2021-01-19T22:54:58.176Z] ---> Running in 94c1dfedbdb5 [2021-01-19T22:54:58.176Z] Removing intermediate container 7e9a37966615 [2021-01-19T22:54:58.439Z] ---> 0ac339c7f123 [2021-01-19T22:54:58.440Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-19T22:54:58.440Z] Removing intermediate container 0bd4b5ee3e5b [2021-01-19T22:54:58.440Z] ---> 21a123ab40e4 [2021-01-19T22:54:58.440Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:54:58.440Z] Removing intermediate container 48a80cd9179a [2021-01-19T22:54:58.440Z] ---> 3a5617c2feb3 [2021-01-19T22:54:58.440Z] 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 [2021-01-19T22:54:58.440Z] Removing intermediate container 461c3895dc42 [2021-01-19T22:54:58.440Z] ---> 48cdb4df6088 [2021-01-19T22:54:58.440Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T22:54:58.704Z] ---> Running in e40757f13b8e [2021-01-19T22:54:58.704Z] ---> Running in 13f3a6f5d65a [2021-01-19T22:54:58.704Z] ---> Running in c758e4a0d6d5 [2021-01-19T22:54:58.704Z] Removing intermediate container 94c1dfedbdb5 [2021-01-19T22:54:58.704Z] ---> 043c6d70b972 [2021-01-19T22:54:58.704Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T22:54:58.966Z] Removing intermediate container e40757f13b8e [2021-01-19T22:54:58.966Z] ---> 38969ee80ea6 [2021-01-19T22:54:58.966Z] Step 15/23 : WORKDIR / [2021-01-19T22:54:59.234Z] ---> c986ec9822bd [2021-01-19T22:54:59.234Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T22:54:59.234Z] ---> Running in ddbb167e3c29 [2021-01-19T22:54:59.234Z] ---> 68ddb7393aac [2021-01-19T22:54:59.234Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T22:54:59.510Z] ---> 0a5015cc2613 [2021-01-19T22:54:59.510Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T22:54:59.510Z] Removing intermediate container ddbb167e3c29 [2021-01-19T22:54:59.511Z] ---> 4135627310f5 [2021-01-19T22:54:59.511Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T22:54:59.775Z] Connecting to github.com (140.82.113.4:443) [2021-01-19T22:55:00.349Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.68.212:443) [2021-01-19T22:55:00.349Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-19T22:55:00.349Z]  ---> 31d1858febf8 [2021-01-19T22:55:00.349Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T22:55:00.628Z] ---> bed3647fa55f [2021-01-19T22:55:00.628Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T22:55:00.628Z] ---> 0f0e8ae6875e [2021-01-19T22:55:00.628Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T22:55:00.628Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-19T22:55:00.628Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-19T22:55:00.628Z] dockerize [2021-01-19T22:55:02.050Z] ---> 08d79ab6090a [2021-01-19T22:55:02.050Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T22:55:02.050Z] Removing intermediate container c758e4a0d6d5 [2021-01-19T22:55:02.050Z] ---> 07c1408b71b0 [2021-01-19T22:55:02.050Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-19T22:55:02.050Z] ---> 22d950254654 [2021-01-19T22:55:02.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T22:55:02.321Z] ---> Running in 49d48ce15a10 [2021-01-19T22:55:02.321Z] ---> 3cd6f0b6493d [2021-01-19T22:55:02.321Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T22:55:02.321Z] ---> Running in 3dca46f6c875 [2021-01-19T22:55:02.594Z] Removing intermediate container 49d48ce15a10 [2021-01-19T22:55:02.594Z] ---> fb357bac244b [2021-01-19T22:55:02.594Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T22:55:02.594Z] ---> a2fdef24624f [2021-01-19T22:55:02.594Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-19T22:55:02.863Z] ---> Running in 2e38f61e3b07 [2021-01-19T22:55:02.863Z] Removing intermediate container 13f3a6f5d65a [2021-01-19T22:55:02.863Z] ---> 739ddee658dd [2021-01-19T22:55:02.863Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-19T22:55:02.863Z] ---> Running in 023d1cc53baf [2021-01-19T22:55:02.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:02.863Z] ---> 90ab14634d6a [2021-01-19T22:55:02.863Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T22:55:03.127Z] ---> Running in 004cd0cec754 [2021-01-19T22:55:03.127Z] Removing intermediate container 2e38f61e3b07 [2021-01-19T22:55:03.127Z] ---> 5fd1b3eed8f0 [2021-01-19T22:55:03.127Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T22:55:03.127Z] Removing intermediate container 023d1cc53baf [2021-01-19T22:55:03.127Z] ---> b9fc0471a438 [2021-01-19T22:55:03.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T22:55:03.391Z] ---> Running in 9d1af519e63d [2021-01-19T22:55:03.391Z] Removing intermediate container 004cd0cec754 [2021-01-19T22:55:03.391Z] ---> 5b2545243884 [2021-01-19T22:55:03.391Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-19T22:55:03.391Z] ---> 361305ddbc4f [2021-01-19T22:55:03.391Z] 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/ [2021-01-19T22:55:03.391Z] ---> Running in af65117a1834 [2021-01-19T22:55:03.654Z] ---> Running in 6061b77a2dc3 [2021-01-19T22:55:03.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:03.654Z] ---> Running in 3c387fb09f0b [2021-01-19T22:55:03.654Z] Removing intermediate container 9d1af519e63d [2021-01-19T22:55:03.654Z] ---> 585398ea4f3f [2021-01-19T22:55:03.654Z] Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:55:03.926Z] ---> Running in 203ba3d2a171 [2021-01-19T22:55:03.926Z] Removing intermediate container af65117a1834 [2021-01-19T22:55:03.926Z] ---> aeb4662dc529 [2021-01-19T22:55:03.926Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T22:55:03.926Z] Removing intermediate container 6061b77a2dc3 [2021-01-19T22:55:03.926Z] ---> 7d9d38f7bf22 [2021-01-19T22:55:03.926Z] 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} [2021-01-19T22:55:04.189Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-19T22:55:04.189Z] ---> Running in b0368197c427 [2021-01-19T22:55:04.189Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-19T22:55:04.189Z] ---> Running in 3db944291d28 [2021-01-19T22:55:04.189Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-19T22:55:04.189Z] Removing intermediate container 203ba3d2a171 [2021-01-19T22:55:04.189Z] ---> 9ff0d75479c2 [2021-01-19T22:55:04.189Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T22:55:04.453Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-19T22:55:04.453Z] ---> Running in 43e882e74ced [2021-01-19T22:55:04.453Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-19T22:55:04.453Z] Removing intermediate container b0368197c427 [2021-01-19T22:55:04.453Z] ---> d2c8a4299c32 [2021-01-19T22:55:04.453Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:55:04.736Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-19T22:55:04.736Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:55:04.736Z] OK: 8 MiB in 20 packages [2021-01-19T22:55:04.736Z] ---> Running in 1fd33b71612d [2021-01-19T22:55:05.005Z] Removing intermediate container 43e882e74ced [2021-01-19T22:55:05.005Z] ---> 39553e3d07ce [2021-01-19T22:55:05.005Z] [2021-01-19T22:55:05.005Z] Move dockerize executable [2021-01-19T22:55:05.280Z] Removing intermediate container 1fd33b71612d [2021-01-19T22:55:05.280Z] ---> 47dcc99a020f [2021-01-19T22:55:05.280Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T22:55:05.280Z] Successfully built 39553e3d07ce [2021-01-19T22:55:05.280Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T22:55:05.280Z] Building docker-support-scheduler-go [2021-01-19T22:55:05.280Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3c387fb09f0b [2021-01-19T22:55:05.280Z] ---> 2cd9167e1bf8 [2021-01-19T22:55:05.280Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T22:55:05.566Z] ---> Running in 967f0d47b982 [2021-01-19T22:55:05.566Z] ---> Running in 98ceade8fd73 [2021-01-19T22:55:05.566Z] Removing intermediate container 3dca46f6c875 [2021-01-19T22:55:05.566Z] ---> 0c67f972b1e1 [2021-01-19T22:55:05.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T22:55:05.833Z] Removing intermediate container 98ceade8fd73 [2021-01-19T22:55:05.833Z] ---> bb9a0d4d579f [2021-01-19T22:55:05.833Z] [2021-01-19T22:55:05.833Z] Removing intermediate container 967f0d47b982 [2021-01-19T22:55:05.833Z] ---> e94f6bb9fd10 [2021-01-19T22:55:05.833Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T22:55:06.096Z] Removing intermediate container 3db944291d28 [2021-01-19T22:55:06.096Z] ---> a2736d623923 [2021-01-19T22:55:06.096Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-19T22:55:06.096Z] Successfully built bb9a0d4d579f [2021-01-19T22:55:06.096Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T22:55:06.096Z] Building docker-support-notifications-go [2021-01-19T22:55:06.096Z] ---> Running in 60cb166b03fd [2021-01-19T22:55:06.362Z]  Building docker-core-metadata-go ... done  ---> 951ce2cd2bbd [2021-01-19T22:55:06.362Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T22:55:06.362Z] ---> Running in 7455d911984c [2021-01-19T22:55:06.633Z] Removing intermediate container 60cb166b03fd [2021-01-19T22:55:06.633Z] ---> 873a66c83274 [2021-01-19T22:55:06.633Z] Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:55:06.898Z] ---> Running in da64faee258d [2021-01-19T22:55:09.521Z] Removing intermediate container 7455d911984c [2021-01-19T22:55:09.521Z] ---> 8ddafd577cf1 [2021-01-19T22:55:09.521Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-19T22:55:11.451Z] Removing intermediate container da64faee258d [2021-01-19T22:55:11.451Z] ---> 1028ad619157 [2021-01-19T22:55:11.451Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T22:55:11.451Z] ---> 7e0e5aefbe1c [2021-01-19T22:55:11.451Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T22:55:13.013Z] ---> Running in 9eb72ef51982 [2021-01-19T22:55:13.013Z] ---> 72014954fc12 [2021-01-19T22:55:13.013Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-19T22:55:13.013Z] ---> 5daf0b047173 [2021-01-19T22:55:13.013Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T22:55:13.013Z] ---> Running in 3cbbee958c5c [2021-01-19T22:55:13.013Z] ---> Running in 32650dabb7ef [2021-01-19T22:55:13.623Z] Removing intermediate container 9eb72ef51982 [2021-01-19T22:55:13.623Z] ---> dfa95bd28120 [2021-01-19T22:55:13.623Z] [2021-01-19T22:55:13.944Z] Successfully built dfa95bd28120 [2021-01-19T22:55:14.244Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T22:55:14.244Z] Building docker-sys-mgmt-agent-go [2021-01-19T22:55:16.860Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 32650dabb7ef [2021-01-19T22:55:16.860Z] ---> 564ad70a293a [2021-01-19T22:55:16.860Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T22:55:17.125Z] ---> Running in d4df824551cf [2021-01-19T22:55:17.423Z] gofmt -l . [2021-01-19T22:55:19.431Z] [ "`gofmt -l .`" = "" ] [2021-01-19T22:55:21.369Z] Removing intermediate container d4df824551cf [2021-01-19T22:55:21.370Z] ---> 3e0ee7c380cb [2021-01-19T22:55:21.370Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T22:55:21.398Z] ./bin/test-go-mod-tidy.sh [2021-01-19T22:55:22.390Z] ./bin/test-attribution-txt.sh [2021-01-19T22:55:22.781Z] ---> Running in f3fa30afaa6e [2021-01-19T22:55:22.781Z] Removing intermediate container 3cbbee958c5c [2021-01-19T22:55:22.781Z] ---> 6f0a5ad5975c [2021-01-19T22:55:22.781Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T22:55:23.057Z] Removing intermediate container f3fa30afaa6e [2021-01-19T22:55:23.057Z] ---> cc54f6afb366 [2021-01-19T22:55:23.057Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] sh [2021-01-19T22:55:24.023Z] + ls -al . [2021-01-19T22:55:24.023Z] total 696 [2021-01-19T22:55:24.023Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 22:55 . [2021-01-19T22:55:24.023Z] drwxr-xr-x 4 root root 4096 Jan 19 22:51 .. [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 22:49 .dockerignore [2021-01-19T22:55:24.023Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 22:50 .git [2021-01-19T22:55:24.023Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 22:49 .github [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 872 Jan 19 22:49 .gitignore [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 22:49 .sonarcloud.properties [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 7844 Jan 19 22:49 Attribution.txt [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 22:49 CONTRIBUTING.md [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 22:49 Dockerfile.build [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 22:49 Jenkinsfile [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 22:49 LICENSE [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 6001 Jan 19 22:49 Makefile [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 22:49 README.md [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 22:49 SECURITY.md [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 22:49 VERSION [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 22:49 ZMQWindows.md [2021-01-19T22:55:24.023Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 22:49 bin [2021-01-19T22:55:24.023Z] drwxrwxr-x 15 1001 1001 4096 Jan 19 22:49 cmd [2021-01-19T22:55:24.023Z] -rw-r--r-- 1 root root 561674 Jan 19 22:54 coverage.out [2021-01-19T22:55:24.023Z] -rw-r--r-- 1 root root 1007 Jan 19 22:55 go.mod [2021-01-19T22:55:24.023Z] -rw-r--r-- 1 root root 19589 Jan 19 22:55 go.sum [2021-01-19T22:55:24.023Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 22:49 internal [2021-01-19T22:55:24.023Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 22:49 openapi [2021-01-19T22:55:24.023Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 22:50 snap [2021-01-19T22:55:24.023Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 22:50 version.go [2021-01-19T22:55:24.035Z] ---> Running in ed36b8398c22 [2021-01-19T22:55:24.035Z] ---> ae875e605072 [2021-01-19T22:55:24.035Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] sh [2021-01-19T22:55:24.311Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:55:24.311Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:55:24.311Z] ---> 88fb56c57537 [2021-01-19T22:55:24.311Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T22:55:24.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:55:24.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:55:24.574Z] ---> 88fb56c57537 [2021-01-19T22:55:24.574Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T22:55:24.678Z] + '[' -e coverage.out ] [2021-01-19T22:55:24.678Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T22:55:24.697Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T22:55:24.837Z] ---> Using cache [2021-01-19T22:55:24.837Z] ---> Using cache [2021-01-19T22:55:24.837Z] ---> c62827365d3b [2021-01-19T22:55:24.837Z] ---> c62827365d3b [2021-01-19T22:55:24.837Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:55:24.837Z] ---> Using cache [2021-01-19T22:55:24.837Z] ---> fd63741edbcf [2021-01-19T22:55:24.837Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T22:55:24.837Z] [2021-01-19T22:55:24.837Z] ---> Using cache [2021-01-19T22:55:24.837Z] ---> fd63741edbcf [2021-01-19T22:55:24.837Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T22:55:26.020Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T22:55:26.229Z] Removing intermediate container ed36b8398c22 [2021-01-19T22:55:26.229Z] ---> f548c859954b [2021-01-19T22:55:26.229Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T22:55:26.530Z] ---> Running in a96f56efa65d [2021-01-19T22:55:26.753Z] + make build [2021-01-19T22:55:26.753Z] 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 [2021-01-19T22:55:26.799Z] ---> Running in a86091541489 [2021-01-19T22:55:26.799Z] ---> Running in 0ad01a130fe8 [2021-01-19T22:55:27.764Z] ---> 450f8f157e4b [2021-01-19T22:55:27.764Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-19T22:55:29.704Z] Removing intermediate container 0ad01a130fe8 [2021-01-19T22:55:29.704Z] ---> 6698ecd5309f [2021-01-19T22:55:29.704Z] [2021-01-19T22:55:30.280Z] Successfully built 6698ecd5309f [2021-01-19T22:55:30.549Z] Successfully tagged docker-core-data-go:latest [2021-01-19T22:55:30.549Z] Building docker-core-command-go [2021-01-19T22:55:30.811Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:55:30.811Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:55:30.811Z] ---> 88fb56c57537 [2021-01-19T22:55:30.811Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T22:55:30.811Z] ---> Using cache [2021-01-19T22:55:30.811Z] ---> c62827365d3b [2021-01-19T22:55:30.811Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:55:30.811Z] ---> Using cache [2021-01-19T22:55:30.811Z] ---> fd63741edbcf [2021-01-19T22:55:30.811Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T22:55:32.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:32.736Z] ---> 659efd32e75e [2021-01-19T22:55:32.736Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-19T22:55:32.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:33.005Z] ---> Running in 21e51e6b6707 [2021-01-19T22:55:33.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:33.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:33.794Z] OK: 233 MiB in 51 packages [2021-01-19T22:55:34.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:34.061Z] OK: 233 MiB in 51 packages [2021-01-19T22:55:34.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:55:34.897Z] ---> 69dac2c0b3d5 [2021-01-19T22:55:34.897Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-19T22:55:35.169Z] OK: 233 MiB in 51 packages [2021-01-19T22:55:35.436Z] ---> e4dabc5137eb [2021-01-19T22:55:35.436Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-19T22:55:35.702Z] ---> Running in 1f94f83c2de8 [2021-01-19T22:55:35.702Z] Removing intermediate container a86091541489 [2021-01-19T22:55:35.702Z] ---> dac00a048d6c [2021-01-19T22:55:35.702Z] Step 6/22 : COPY go.mod . [2021-01-19T22:55:36.938Z] 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 [2021-01-19T22:55:37.114Z] Removing intermediate container a96f56efa65d [2021-01-19T22:55:37.114Z] ---> 90ebeed5baf4 [2021-01-19T22:55:37.114Z] Step 6/22 : COPY go.mod . [2021-01-19T22:55:37.114Z] ---> 2572a69a72a9 [2021-01-19T22:55:37.114Z] Step 7/22 : RUN go mod download [2021-01-19T22:55:37.114Z] Removing intermediate container 1f94f83c2de8 [2021-01-19T22:55:37.114Z] ---> 4a55668e867d [2021-01-19T22:55:37.114Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-19T22:55:39.065Z] ---> 9b91aa6f640e [2021-01-19T22:55:39.065Z] Step 7/22 : RUN go mod download [2021-01-19T22:55:39.658Z] ---> Running in dfa35f7ce918 [2021-01-19T22:55:39.658Z] Removing intermediate container 21e51e6b6707 [2021-01-19T22:55:39.658Z] ---> 55bb7ffaaa9a [2021-01-19T22:55:39.658Z] Step 6/26 : COPY go.mod . [2021-01-19T22:55:40.250Z] ---> 5aee86712118 [2021-01-19T22:55:40.250Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-19T22:55:41.205Z] ---> Running in 2d976508b80c [2021-01-19T22:55:41.205Z] ---> 714f3b23c935 [2021-01-19T22:55:41.205Z] Step 7/26 : RUN go mod download [2021-01-19T22:55:41.782Z] ---> Running in 4c2d4c0847e0 [2021-01-19T22:55:41.782Z] ---> Running in a02016a63cc2 [2021-01-19T22:55:42.049Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:55:42.049Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:55:42.049Z] ---> 88fb56c57537 [2021-01-19T22:55:42.049Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T22:55:42.049Z] ---> Using cache [2021-01-19T22:55:42.049Z] ---> c62827365d3b [2021-01-19T22:55:42.049Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:55:42.049Z] ---> Using cache [2021-01-19T22:55:42.049Z] ---> fd63741edbcf [2021-01-19T22:55:42.049Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-19T22:55:42.049Z] ---> Using cache [2021-01-19T22:55:42.049Z] ---> 90ebeed5baf4 [2021-01-19T22:55:42.049Z] Step 6/23 : COPY go.mod . [2021-01-19T22:55:42.049Z] ---> Using cache [2021-01-19T22:55:42.049Z] ---> 9b91aa6f640e [2021-01-19T22:55:42.049Z] Step 7/23 : RUN go mod download [2021-01-19T22:55:43.014Z] ---> Running in c79d6b02c55a [2021-01-19T22:55:43.290Z] Removing intermediate container dfa35f7ce918 [2021-01-19T22:55:43.290Z] ---> 740738dcff40 [2021-01-19T22:55:43.290Z] Step 8/22 : COPY . . [2021-01-19T22:55:43.567Z] Removing intermediate container 2d976508b80c [2021-01-19T22:55:43.567Z] ---> a43ddb98f4f1 [2021-01-19T22:55:43.567Z] Step 8/22 : COPY . . [2021-01-19T22:55:50.246Z] Removing intermediate container 4c2d4c0847e0 [2021-01-19T22:55:50.246Z] ---> d040667e625c [2021-01-19T22:55:50.246Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T22:55:51.203Z] Removing intermediate container a02016a63cc2 [2021-01-19T22:55:51.203Z] ---> b12d0a95e647 [2021-01-19T22:55:51.203Z] Step 8/26 : COPY . . [2021-01-19T22:55:51.796Z] Removing intermediate container c79d6b02c55a [2021-01-19T22:55:51.796Z] ---> ca2e6a1d678b [2021-01-19T22:55:51.796Z] Step 8/23 : COPY . . [2021-01-19T22:55:56.147Z] ---> Running in ee9bc2aa878f [2021-01-19T22:55:57.553Z] Removing intermediate container ee9bc2aa878f [2021-01-19T22:55:57.553Z] ---> 1ac07bf1809c [2021-01-19T22:55:57.553Z] Step 30/33 : CMD ["gate"] [2021-01-19T22:56:02.944Z] ---> Running in 2e560bdf3b87 [2021-01-19T22:56:03.731Z] 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 [2021-01-19T22:56:05.187Z] 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 [2021-01-19T22:56:07.238Z] Removing intermediate container 2e560bdf3b87 [2021-01-19T22:56:07.238Z] ---> 89be66ebf987 [2021-01-19T22:56:07.238Z] Step 31/33 : LABEL arch=x86_64 [2021-01-19T22:56:09.821Z] ---> Running in 328a80ce0350 [2021-01-19T22:56:10.587Z] 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 [2021-01-19T22:56:11.186Z] 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 [2021-01-19T22:56:12.411Z] ---> bdc3671d2c8f [2021-01-19T22:56:12.411Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T22:56:12.991Z] ---> f0f3da8cbb34 [2021-01-19T22:56:12.991Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-19T22:56:13.254Z] Removing intermediate container 328a80ce0350 [2021-01-19T22:56:13.254Z] ---> 2b619ddfba05 [2021-01-19T22:56:13.254Z] Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:56:13.518Z] ---> Running in f9e872400f20 [2021-01-19T22:56:14.096Z] ---> Running in b8a98e655141 [2021-01-19T22:56:15.515Z] ---> Running in 654646c61fc1 [2021-01-19T22:56:16.099Z] Removing intermediate container 654646c61fc1 [2021-01-19T22:56:16.099Z] ---> 6f80d8afecdc [2021-01-19T22:56:16.099Z] Step 33/33 : LABEL version=0.0.0 [2021-01-19T22:56:16.099Z] 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 [2021-01-19T22:56:16.099Z] 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 [2021-01-19T22:56:16.368Z] ---> Running in 8fb6e14c76a7 [2021-01-19T22:56:16.598Z] 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 [2021-01-19T22:56:17.332Z] Removing intermediate container 8fb6e14c76a7 [2021-01-19T22:56:17.333Z] ---> 49b20bb7056e [2021-01-19T22:56:17.333Z] [2021-01-19T22:56:18.315Z] Successfully built 49b20bb7056e [2021-01-19T22:56:18.315Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-19T22:56:20.899Z] 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 [2021-01-19T22:56:23.779Z]  Building docker-security-bootstrapper-go ... done  ---> 3d41f570d86f [2021-01-19T22:56:23.779Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T22:56:23.779Z] ---> e4d7efa80e4b [2021-01-19T22:56:23.779Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-19T22:56:24.050Z] ---> Running in aaf953fdc973 [2021-01-19T22:56:24.050Z] ---> Running in 83975addd225 [2021-01-19T22:56:24.285Z] 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 [2021-01-19T22:56:25.084Z] 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 [2021-01-19T22:56:25.354Z] 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 [2021-01-19T22:56:29.681Z] 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 [2021-01-19T22:56:32.295Z] 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 [2021-01-19T22:56:36.607Z] 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 [2021-01-19T22:56:40.914Z] 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 [2021-01-19T22:56:44.511Z] Removing intermediate container b8a98e655141 [2021-01-19T22:56:44.511Z] ---> efed317765f1 [2021-01-19T22:56:44.511Z] [2021-01-19T22:56:44.511Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T22:56:44.511Z] ---> 389fef711851 [2021-01-19T22:56:44.511Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-19T22:56:44.511Z] Removing intermediate container f9e872400f20 [2021-01-19T22:56:44.511Z] ---> 56b30e66b30d [2021-01-19T22:56:44.511Z] [2021-01-19T22:56:44.511Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T22:56:44.511Z] ---> 389fef711851 [2021-01-19T22:56:44.511Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-19T22:56:44.511Z] ---> Using cache [2021-01-19T22:56:44.511Z] ---> 662c00311986 [2021-01-19T22:56:44.511Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T22:56:44.511Z] ---> Using cache [2021-01-19T22:56:44.511Z] ---> 68ec592d342a [2021-01-19T22:56:44.511Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-19T22:56:44.511Z] ---> Running in 2f8cde506464 [2021-01-19T22:56:44.511Z] ---> Running in fc4d24fc0911 [2021-01-19T22:56:44.511Z] Removing intermediate container 2f8cde506464 [2021-01-19T22:56:44.511Z] ---> a9b5258f09ab [2021-01-19T22:56:44.511Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-19T22:56:44.511Z] ---> Running in c226d5a93531 [2021-01-19T22:56:44.511Z] Removing intermediate container c226d5a93531 [2021-01-19T22:56:44.511Z] ---> a96a1eb7fb3a [2021-01-19T22:56:44.511Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T22:56:44.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:56:44.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:56:44.511Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-19T22:56:44.511Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-19T22:56:44.511Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:56:44.511Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T22:56:44.778Z] OK: 6 MiB in 16 packages [2021-01-19T22:56:44.778Z] ---> 2dcc70403ad1 [2021-01-19T22:56:44.778Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T22:56:45.735Z] ---> fe26157cd72d [2021-01-19T22:56:45.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T22:56:45.735Z] Removing intermediate container fc4d24fc0911 [2021-01-19T22:56:45.735Z] ---> 892094fef93e [2021-01-19T22:56:45.735Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T22:56:45.735Z] ---> Running in 2889012452ec [Pipeline] } [2021-01-19T22:56:46.331Z] $ docker stop --time=1 c2ee1644fac6c9bc9a2f5ace34d616d63a6271347bf1205282372bfd9b0c2368 [2021-01-19T22:56:46.684Z] Removing intermediate container 2889012452ec [2021-01-19T22:56:46.684Z] ---> 0beba9587147 [2021-01-19T22:56:46.684Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-19T22:56:46.947Z] ---> 276258633745 [2021-01-19T22:56:46.947Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T22:56:46.947Z] ---> Running in dd62bdec389f [2021-01-19T22:56:46.947Z] ---> Running in 9a1c930b7678 [2021-01-19T22:56:47.210Z] Removing intermediate container dd62bdec389f [2021-01-19T22:56:47.210Z] ---> 621e02f45ea5 [2021-01-19T22:56:47.210Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-19T22:56:47.210Z] Removing intermediate container 9a1c930b7678 [2021-01-19T22:56:47.210Z] ---> 55bac9834803 [2021-01-19T22:56:47.210Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T22:56:47.472Z] ---> Running in 10dd2c63316b [2021-01-19T22:56:47.473Z] ---> Running in 6ed25286b117 [2021-01-19T22:56:47.738Z] Removing intermediate container 10dd2c63316b [2021-01-19T22:56:47.738Z] ---> 08dd14c75a8f [2021-01-19T22:56:47.738Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T22:56:48.683Z] Removing intermediate container 6ed25286b117 [2021-01-19T22:56:48.683Z] ---> 9a5f1f489e2a [2021-01-19T22:56:48.683Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T22:56:48.941Z] $ docker rm -f c2ee1644fac6c9bc9a2f5ace34d616d63a6271347bf1205282372bfd9b0c2368 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-19T22:56:50.619Z] ---> Running in 4a51f9b74a54 [2021-01-19T22:56:50.619Z] ---> 19a619c76c75 [2021-01-19T22:56:50.619Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T22:56:50.619Z] Removing intermediate container aaf953fdc973 [2021-01-19T22:56:50.619Z] ---> 2e4e192334fe [2021-01-19T22:56:50.619Z] [2021-01-19T22:56:50.619Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T22:56:50.619Z] ---> 389fef711851 [2021-01-19T22:56:50.619Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-19T22:56:50.619Z] ---> Using cache [2021-01-19T22:56:50.619Z] ---> 662c00311986 [2021-01-19T22:56:50.619Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T22:56:50.619Z] ---> Using cache [2021-01-19T22:56:50.619Z] ---> 68ec592d342a [2021-01-19T22:56:50.619Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-19T22:56:50.619Z] Removing intermediate container 83975addd225 [2021-01-19T22:56:50.619Z] ---> dc1017c1d28e [2021-01-19T22:56:50.619Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T22:56:50.619Z] ---> Running in ed337644a5ba [2021-01-19T22:56:50.619Z] ---> Running in a2bfb9a6a427 [2021-01-19T22:56:50.619Z] Removing intermediate container 4a51f9b74a54 [2021-01-19T22:56:50.619Z] ---> ffb38209a5e6 [2021-01-19T22:56:50.619Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:56:51.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T22:56:51.056Z] [2021-01-19T22:56:51.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T22:56:51.206Z] ---> Running in 6c0d8de1b177 [2021-01-19T22:56:51.206Z] Removing intermediate container ed337644a5ba [2021-01-19T22:56:51.206Z] ---> 5cb73bbb07bb [2021-01-19T22:56:51.206Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-19T22:56:51.206Z] ---> 03f65dfaef1b [2021-01-19T22:56:51.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T22:56:51.206Z] ---> Running in b73f6119c089 [2021-01-19T22:56:51.206Z] Removing intermediate container 6c0d8de1b177 [2021-01-19T22:56:51.206Z] ---> b6634dc7ba13 [2021-01-19T22:56:51.206Z] Step 22/22 : LABEL version=0.0.0 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:56:51.472Z] ---> Running in 65ec477260be [2021-01-19T22:56:51.472Z] 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 [2021-01-19T22:56:51.472Z] Removing intermediate container b73f6119c089 [2021-01-19T22:56:51.472Z] ---> 59a9843874c6 [2021-01-19T22:56:51.472Z] Step 15/23 : WORKDIR / [2021-01-19T22:56:51.472Z] ---> 7dd95d1605cf [2021-01-19T22:56:51.472Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-19T22:56:51.707Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T22:56:51.733Z] ---> Running in a707f4a3d7ea [2021-01-19T22:56:51.733Z] ---> Running in b1fbe5709aa8 [2021-01-19T22:56:51.980Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T22:56:51.980Z] 29e5d40040c1: Pulling fs layer [2021-01-19T22:56:51.980Z] 1ce36da41761: Pulling fs layer [2021-01-19T22:56:51.980Z] 25b303627fd3: Pulling fs layer [2021-01-19T22:56:51.980Z] 29e5d40040c1: Verifying Checksum [2021-01-19T22:56:51.980Z] 29e5d40040c1: Download complete [2021-01-19T22:56:51.999Z] Removing intermediate container 65ec477260be [2021-01-19T22:56:51.999Z] ---> 779f66b9ac05 [2021-01-19T22:56:51.999Z] [2021-01-19T22:56:51.999Z] Removing intermediate container b1fbe5709aa8 [2021-01-19T22:56:51.999Z] ---> e58f0e45ee7a [2021-01-19T22:56:51.999Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T22:56:52.263Z] Removing intermediate container a707f4a3d7ea [2021-01-19T22:56:52.263Z] ---> 85eabff33216 [2021-01-19T22:56:52.263Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T22:56:52.263Z] Successfully built 779f66b9ac05 [2021-01-19T22:56:52.263Z] ---> Running in c0aa15e82d98 [2021-01-19T22:56:52.263Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T22:56:52.530Z]  Building docker-support-scheduler-go ... done Removing intermediate container c0aa15e82d98 [2021-01-19T22:56:52.531Z] ---> 741036a4ac0f [2021-01-19T22:56:52.531Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T22:56:52.531Z] ---> 34a8ade84b78 [2021-01-19T22:56:52.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T22:56:52.531Z] ---> Running in 1928094c00f9 [2021-01-19T22:56:52.578Z] 1ce36da41761: Verifying Checksum [2021-01-19T22:56:52.578Z] 1ce36da41761: Download complete [2021-01-19T22:56:52.578Z] 29e5d40040c1: Pull complete [2021-01-19T22:56:52.795Z] Removing intermediate container 1928094c00f9 [2021-01-19T22:56:52.795Z] ---> 7cd0c9a1cb60 [2021-01-19T22:56:52.795Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:56:53.058Z] Removing intermediate container a2bfb9a6a427 [2021-01-19T22:56:53.058Z] ---> a2631e4efdcd [2021-01-19T22:56:53.058Z] [2021-01-19T22:56:53.058Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T22:56:53.058Z] ---> Running in 2485cb9e4837 [2021-01-19T22:56:53.058Z] ---> 41a1678f7756 [2021-01-19T22:56:53.058Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T22:56:53.319Z] Removing intermediate container 2485cb9e4837 [2021-01-19T22:56:53.319Z] ---> 75688b53e13b [2021-01-19T22:56:53.319Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T22:56:53.319Z] ---> Running in cd5d5ad0e148 [2021-01-19T22:56:53.319Z] ---> 70249c7ca972 [2021-01-19T22:56:53.319Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-19T22:56:53.580Z] ---> Running in fb14e3a80852 [2021-01-19T22:56:53.580Z] Removing intermediate container cd5d5ad0e148 [2021-01-19T22:56:53.580Z] ---> a1bd7c6c3a8b [2021-01-19T22:56:53.580Z] [2021-01-19T22:56:54.009Z] 1ce36da41761: Pull complete [2021-01-19T22:56:54.009Z] 25b303627fd3: Verifying Checksum [2021-01-19T22:56:54.009Z] 25b303627fd3: Download complete [2021-01-19T22:56:54.156Z] 20.10.0: Pulling from library/docker [2021-01-19T22:56:54.156Z] Successfully built a1bd7c6c3a8b [2021-01-19T22:56:54.156Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T22:56:54.420Z]  Building docker-support-notifications-go ... done Removing intermediate container fb14e3a80852 [2021-01-19T22:56:54.420Z] ---> 3bce05dbdef3 [2021-01-19T22:56:54.420Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T22:56:54.689Z] ---> Running in 7f80146d2120 [2021-01-19T22:56:54.954Z] Removing intermediate container 7f80146d2120 [2021-01-19T22:56:54.954Z] ---> c3bd1af2e63f [2021-01-19T22:56:54.954Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T22:56:55.218Z] ---> Running in 3b760ca6ad52 [2021-01-19T22:56:55.480Z] Removing intermediate container 3b760ca6ad52 [2021-01-19T22:56:55.480Z] ---> ce64343c8b52 [2021-01-19T22:56:55.480Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:56:55.480Z] ---> Running in a362ab50a4e4 [2021-01-19T22:56:55.745Z] Removing intermediate container a362ab50a4e4 [2021-01-19T22:56:55.745Z] ---> ea3aef22a721 [2021-01-19T22:56:55.745Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T22:56:56.011Z] ---> Running in 4127a9b6b7cd [2021-01-19T22:56:56.274Z] Removing intermediate container 4127a9b6b7cd [2021-01-19T22:56:56.274Z] ---> 89980a989b3f [2021-01-19T22:56:56.274Z] [2021-01-19T22:56:56.274Z] Successfully built 89980a989b3f [2021-01-19T22:56:56.538Z] Successfully tagged docker-core-command-go:latest [2021-01-19T22:56:58.475Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T22:56:58.475Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T22:56:58.475Z] ---> aefe523efa57 [2021-01-19T22:56:58.475Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T22:56:59.055Z] ---> Running in 30ad581f1d11 [2021-01-19T22:56:59.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:56:59.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:56:59.898Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T22:56:59.898Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T22:56:59.898Z] Executing bash-5.0.17-r0.post-install [2021-01-19T22:56:59.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:56:59.898Z] OK: 12 MiB in 22 packages [2021-01-19T22:57:00.474Z] Removing intermediate container 30ad581f1d11 [2021-01-19T22:57:00.474Z] ---> 443bb20b9d82 [2021-01-19T22:57:00.474Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T22:57:00.474Z] ---> Running in dee622eafd86 [2021-01-19T22:57:00.735Z] Removing intermediate container dee622eafd86 [2021-01-19T22:57:00.735Z] ---> b3037948b7cc [2021-01-19T22:57:00.735Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T22:57:00.735Z] ---> Running in a5aca5e84fd0 [2021-01-19T22:57:00.997Z] Removing intermediate container a5aca5e84fd0 [2021-01-19T22:57:00.997Z] ---> 9410ee0a9783 [2021-01-19T22:57:00.997Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T22:57:00.997Z] ---> Running in 02341e1ed02e [2021-01-19T22:57:01.259Z] Removing intermediate container 02341e1ed02e [2021-01-19T22:57:01.259Z] ---> f46ee134d762 [2021-01-19T22:57:01.259Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T22:57:02.654Z] ---> 2b24d735d46e [2021-01-19T22:57:02.654Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T22:57:02.922Z] ---> c39f38903b8d [2021-01-19T22:57:02.922Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T22:57:03.184Z] ---> 899c1cb2f6d8 [2021-01-19T22:57:03.184Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T22:57:03.446Z] ---> Running in 876a1ecd3f99 [2021-01-19T22:57:03.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:57:03.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:57:03.978Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T22:57:03.978Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T22:57:03.978Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T22:57:03.978Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T22:57:03.978Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T22:57:03.978Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T22:57:04.159Z] 25b303627fd3: Pull complete [2021-01-19T22:57:04.159Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T22:57:04.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T22:57:04.159Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T22:57:04.240Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T22:57:04.426Z] prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container [2021-01-19T22:57:04.510Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T22:57:05.190Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T22:57:05.190Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T22:57:05.190Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T22:57:05.190Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T22:57:05.190Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T22:57:05.190Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T22:57:05.190Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T22:57:05.190Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T22:57:05.190Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T22:57:05.190Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T22:57:05.190Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T22:57:05.190Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T22:57:05.190Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T22:57:05.460Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T22:57:05.460Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T22:57:05.460Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T22:57:05.460Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T22:57:05.460Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T22:57:05.460Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T22:57:05.460Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T22:57:05.460Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T22:57:05.460Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T22:57:05.460Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T22:57:05.460Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T22:57:05.460Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T22:57:05.460Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T22:57:06.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:57:06.430Z] OK: 71 MiB in 55 packages [2021-01-19T22:57:07.748Z] $ docker top 9ac2d83e2a57442ee2eddb7a35145181cd02017d7f54192813ecba5c271ac8aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:57:08.792Z] + docker-compose build --help [2021-01-19T22:57:08.792Z] + grep parallel [2021-01-19T22:57:12.172Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T22:57:12.461Z] $ docker stop --time=1 9ac2d83e2a57442ee2eddb7a35145181cd02017d7f54192813ecba5c271ac8aa [2021-01-19T22:57:14.372Z] $ docker rm -f 9ac2d83e2a57442ee2eddb7a35145181cd02017d7f54192813ecba5c271ac8aa [2021-01-19T22:57:14.625Z] Removing intermediate container 876a1ecd3f99 [2021-01-19T22:57:14.625Z] ---> 22a9a809997d [2021-01-19T22:57:14.625Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T22:57:14.625Z] ---> Running in d7be632d0e4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:57:15.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T22:57:15.192Z] . [Pipeline] withDockerContainer [2021-01-19T22:57:15.450Z] prd-ubuntu18.04-docker-arm64-4c-16g-21365 does not seem to be running inside a container [2021-01-19T22:57:15.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T22:57:16.018Z] Collecting docker-compose==1.23.2 [2021-01-19T22:57:16.279Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T22:57:16.279Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T22:57:16.279Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T22:57:16.817Z] $ docker top b27e502fa1ea2ea0fb147b91f88f0e30b72c846f74c8ffeed97c220d693c2c36 -eo pid,comm [2021-01-19T22:57:16.859Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T22:57:16.859Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [Pipeline] { [2021-01-19T22:57:17.121Z] Collecting PyYAML<4,>=3.10 [2021-01-19T22:57:17.121Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] sh [2021-01-19T22:57:17.785Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T22:57:18.066Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T22:57:18.066Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T22:57:18.066Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T22:57:18.066Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T22:57:18.638Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T22:57:18.638Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T22:57:18.900Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T22:57:18.900Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T22:57:18.900Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T22:57:18.900Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T22:57:19.473Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T22:57:19.734Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T22:57:19.734Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T22:57:19.734Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T22:57:19.734Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T22:57:19.734Z] 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) [2021-01-19T22:57:19.734Z] Collecting idna<2.8,>=2.5 [2021-01-19T22:57:19.734Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T22:57:19.996Z] 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) [2021-01-19T22:57:19.996Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T22:57:19.996Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T22:57:19.996Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T22:57:19.996Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T22:57:19.997Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T22:57:19.997Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T22:57:20.260Z] Installing collected packages: docopt, websocket-client, PyYAML, jsonschema, texttable, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-01-19T22:57:20.260Z] Running setup.py install for docopt: started [2021-01-19T22:57:20.833Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T22:57:20.833Z] Running setup.py install for PyYAML: started [2021-01-19T22:57:21.157Z] Building docker-core-command-go ... [2021-01-19T22:57:21.157Z] Building docker-core-data-go ... [2021-01-19T22:57:21.157Z] Building docker-core-metadata-go ... [2021-01-19T22:57:21.157Z] Building docker-security-bootstrapper-go ... [2021-01-19T22:57:21.157Z] Building docker-security-proxy-setup-go ... [2021-01-19T22:57:21.157Z] Building docker-security-secretstore-setup-go ... [2021-01-19T22:57:21.157Z] Building docker-support-notifications-go ... [2021-01-19T22:57:21.157Z] Building docker-support-scheduler-go ... [2021-01-19T22:57:21.157Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T22:57:21.157Z] Building docker-support-scheduler-go [2021-01-19T22:57:21.157Z] Building docker-support-notifications-go [2021-01-19T22:57:21.157Z] Building docker-security-bootstrapper-go [2021-01-19T22:57:21.157Z] Building docker-security-proxy-setup-go [2021-01-19T22:57:21.157Z] Building docker-core-data-go [2021-01-19T22:57:21.407Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T22:57:21.407Z] Running setup.py install for texttable: started [2021-01-19T22:57:21.981Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T22:57:21.981Z] Attempting uninstall: idna [2021-01-19T22:57:21.981Z] Found existing installation: idna 2.9 [2021-01-19T22:57:21.981Z] Uninstalling idna-2.9: [2021-01-19T22:57:21.981Z] Successfully uninstalled idna-2.9 [2021-01-19T22:57:22.242Z] Attempting uninstall: urllib3 [2021-01-19T22:57:22.242Z] Found existing installation: urllib3 1.25.9 [2021-01-19T22:57:22.242Z] Uninstalling urllib3-1.25.9: [2021-01-19T22:57:22.242Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T22:57:22.242Z] Attempting uninstall: requests [2021-01-19T22:57:22.242Z] Found existing installation: requests 2.23.0 [2021-01-19T22:57:22.242Z] Uninstalling requests-2.23.0: [2021-01-19T22:57:22.503Z] Successfully uninstalled requests-2.23.0 [2021-01-19T22:57:22.764Z] Running setup.py install for dockerpty: started [2021-01-19T22:57:23.347Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T22:57:23.347Z] 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 [2021-01-19T22:57:27.573Z] Removing intermediate container d7be632d0e4e [2021-01-19T22:57:27.573Z] ---> 05c0cc367331 [2021-01-19T22:57:27.573Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T22:57:27.573Z] ---> Running in 8c923efcf9d6 [2021-01-19T22:57:27.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:57:27.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:57:27.836Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T22:57:27.836Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T22:57:27.836Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T22:57:27.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T22:57:27.836Z] OK: 72 MiB in 58 packages [2021-01-19T22:57:28.418Z] Removing intermediate container 8c923efcf9d6 [2021-01-19T22:57:28.418Z] ---> 524253ac3eb0 [2021-01-19T22:57:28.418Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T22:57:28.418Z] ---> Running in 3caf6fedce96 [2021-01-19T22:57:28.681Z] Removing intermediate container 3caf6fedce96 [2021-01-19T22:57:28.681Z] ---> 250a9792b640 [2021-01-19T22:57:28.681Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T22:57:28.681Z] ---> Running in fd04dc674d0e [2021-01-19T22:57:28.942Z] Removing intermediate container fd04dc674d0e [2021-01-19T22:57:28.942Z] ---> 07bbf1d3953b [2021-01-19T22:57:28.942Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T22:57:28.942Z] ---> Running in abc002269890 [2021-01-19T22:57:29.205Z] Removing intermediate container abc002269890 [2021-01-19T22:57:29.205Z] ---> 98c9c0548e07 [2021-01-19T22:57:29.205Z] Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:57:29.205Z] ---> Running in e3fdf01de531 [2021-01-19T22:57:29.205Z] Removing intermediate container e3fdf01de531 [2021-01-19T22:57:29.205Z] ---> 14faf495197f [2021-01-19T22:57:29.205Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T22:57:29.472Z] ---> Running in 19968f296726 [2021-01-19T22:57:29.472Z] Removing intermediate container 19968f296726 [2021-01-19T22:57:29.472Z] ---> 5879ee946f82 [2021-01-19T22:57:29.472Z] [2021-01-19T22:57:29.734Z] Successfully built 5879ee946f82 [2021-01-19T22:57:29.734Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T22:57:30.013Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T22:57:30.042Z] $ docker stop --time=1 f30885fcef00471037c0a9b4a1ce1660c177a3299f610b20546102c0b9f8fc53 [2021-01-19T22:57:32.622Z] $ docker rm -f f30885fcef00471037c0a9b4a1ce1660c177a3299f610b20546102c0b9f8fc53 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:57:33.167Z] + docker images [2021-01-19T22:57:33.167Z] + grep docker [2021-01-19T22:57:33.740Z] docker-sys-mgmt-agent-go latest 5879ee946f82 4 seconds ago 313MB [2021-01-19T22:57:33.740Z] docker-core-command-go latest 89980a989b3f 38 seconds ago 16.2MB [2021-01-19T22:57:33.740Z] docker-support-notifications-go latest a1bd7c6c3a8b 40 seconds ago 16.9MB [2021-01-19T22:57:33.740Z] docker-support-scheduler-go latest 779f66b9ac05 42 seconds ago 16.4MB [2021-01-19T22:57:33.740Z] docker-security-bootstrapper-go latest 49b20bb7056e About a minute ago 41.5MB [2021-01-19T22:57:33.740Z] docker-core-data-go latest 6698ecd5309f 2 minutes ago 22.3MB [2021-01-19T22:57:33.740Z] docker-security-secretstore-setup-go latest dfa95bd28120 2 minutes ago 24.6MB [2021-01-19T22:57:33.740Z] docker-core-metadata-go latest bb9a0d4d579f 2 minutes ago 18.8MB [2021-01-19T22:57:33.740Z] docker-security-proxy-setup-go latest 39553e3d07ce 2 minutes ago 24.4MB [2021-01-19T22:57:33.740Z] 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 [2021-01-19T22:57:49.492Z] Still waiting to schedule task [2021-01-19T22:57:49.492Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T22:58:40.434Z] Running on prd-ubuntu18.04-docker-8c-8g-21380 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-19T22:58:40.525Z] Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout [2021-01-19T22:58:42.940Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:58:42.940Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:58:42.940Z] ---> f1c4245dd2da [2021-01-19T22:58:42.940Z] Step 3/33 : WORKDIR /edgex-go [2021-01-19T22:58:42.940Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:58:42.940Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:58:42.940Z] ---> f1c4245dd2da [2021-01-19T22:58:42.940Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T22:58:42.940Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:58:42.940Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:58:42.940Z] ---> f1c4245dd2da [2021-01-19T22:58:42.940Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T22:58:42.940Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:58:42.940Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:58:42.940Z] ---> f1c4245dd2da [2021-01-19T22:58:42.940Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T22:58:42.940Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T22:58:42.940Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T22:58:42.940Z] ---> f1c4245dd2da [2021-01-19T22:58:42.940Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T22:58:42.940Z] ---> Running in 77d366d9aed2 [2021-01-19T22:58:42.940Z] ---> Running in 4135d0a4b1f6 [2021-01-19T22:58:42.940Z] ---> Running in 20015c941f49 [2021-01-19T22:58:42.940Z] ---> Running in e1b4bb49a8e2 [2021-01-19T22:58:42.940Z] ---> Running in 42de8fc231fb [2021-01-19T22:58:42.940Z] Removing intermediate container e1b4bb49a8e2 [2021-01-19T22:58:42.940Z] ---> e6fe5ce076c8 [2021-01-19T22:58:42.940Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:58:42.940Z] Removing intermediate container 4135d0a4b1f6 [2021-01-19T22:58:42.940Z] ---> 60cecfc0b80d [2021-01-19T22:58:42.940Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:58:42.940Z] Removing intermediate container 77d366d9aed2 [2021-01-19T22:58:42.940Z] ---> 3fc66ccb6274 [2021-01-19T22:58:42.940Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:58:42.940Z] Removing intermediate container 42de8fc231fb [2021-01-19T22:58:42.940Z] ---> d1334d54f30c [2021-01-19T22:58:42.940Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:58:42.940Z] Removing intermediate container 20015c941f49 [2021-01-19T22:58:42.940Z] ---> f2dffada17c2 [2021-01-19T22:58:42.940Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T22:58:42.940Z] ---> Running in 86046194595e [2021-01-19T22:58:42.940Z] ---> Running in 987da5613d88 [2021-01-19T22:58:42.940Z] ---> Running in 80171e0daeb3 [2021-01-19T22:58:42.940Z] ---> Running in 2404e143ce0b [2021-01-19T22:58:42.940Z] ---> Running in f479e9456958 [2021-01-19T22:58:42.940Z] Removing intermediate container 987da5613d88 [2021-01-19T22:58:42.940Z] ---> a2b093828ee6 [2021-01-19T22:58:42.940Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T22:58:42.940Z] ---> Running in c79e41b29db4 [2021-01-19T22:58:42.940Z] Removing intermediate container f479e9456958 [2021-01-19T22:58:42.940Z] ---> 09f71f5bb2d6 [2021-01-19T22:58:42.940Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T22:58:42.940Z] ---> Running in 757f5d3dea55 [2021-01-19T22:58:42.940Z] Removing intermediate container 86046194595e [2021-01-19T22:58:42.940Z] ---> a486a634b3c2 [2021-01-19T22:58:42.940Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T22:58:42.940Z] Removing intermediate container 80171e0daeb3 [2021-01-19T22:58:42.940Z] ---> 9c6ccc64c4b7 [2021-01-19T22:58:42.940Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T22:58:42.940Z] Removing intermediate container 2404e143ce0b [2021-01-19T22:58:42.940Z] ---> c79c08b888a7 [2021-01-19T22:58:42.940Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-19T22:58:42.940Z] ---> Running in 9685cf6884c6 [2021-01-19T22:58:42.940Z] ---> Running in 7e194eb4835e [2021-01-19T22:58:42.940Z] ---> Running in b8d96787fd7c [2021-01-19T22:58:42.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:42.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:43.372Z] using credential edgex-jenkins-ssh [2021-01-19T22:58:43.445Z] Cloning the remote Git repository [2021-01-19T22:58:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:43.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:43.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:44.097Z] OK: 217 MiB in 51 packages [2021-01-19T22:58:43.475Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T22:58:43.576Z] > git init /w/workspace/edgex-go/32 # timeout=10 [2021-01-19T22:58:43.614Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T22:58:43.614Z] > git --version # timeout=10 [2021-01-19T22:58:43.624Z] > git --version # 'git version 2.17.1' [2021-01-19T22:58:43.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:58:43.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:58:44.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:44.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:44.380Z] OK: 217 MiB in 51 packages [2021-01-19T22:58:44.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:58:45.387Z] OK: 217 MiB in 51 packages [2021-01-19T22:58:45.387Z] OK: 217 MiB in 51 packages [2021-01-19T22:58:45.387Z] OK: 217 MiB in 51 packages [2021-01-19T22:58:45.999Z] Removing intermediate container c79e41b29db4 [2021-01-19T22:58:45.999Z] ---> 7ffd3013917c [2021-01-19T22:58:45.999Z] Step 6/22 : COPY go.mod . [2021-01-19T22:58:45.999Z] Removing intermediate container 757f5d3dea55 [2021-01-19T22:58:45.999Z] ---> 7adfcbcbda7c [2021-01-19T22:58:45.999Z] Step 6/21 : COPY go.mod . [2021-01-19T22:58:47.013Z] ---> e29f6df3c0ef [2021-01-19T22:58:47.013Z] Step 7/22 : RUN go mod download [2021-01-19T22:58:47.013Z] ---> Running in 79320a4b3356 [2021-01-19T22:58:47.303Z] Removing intermediate container b8d96787fd7c [2021-01-19T22:58:47.303Z] ---> f486f8873a76 [2021-01-19T22:58:47.303Z] Step 6/33 : COPY go.mod . [2021-01-19T22:58:47.303Z] ---> dddbdff54f67 [2021-01-19T22:58:47.303Z] Step 7/21 : RUN go mod download [2021-01-19T22:58:47.303Z] Removing intermediate container 9685cf6884c6 [2021-01-19T22:58:47.303Z] ---> fc89945d7017 [2021-01-19T22:58:47.303Z] Step 6/22 : COPY go.mod . [2021-01-19T22:58:47.579Z] Removing intermediate container 7e194eb4835e [2021-01-19T22:58:47.579Z] ---> f804ab04da41 [2021-01-19T22:58:47.579Z] Step 6/23 : COPY go.mod . [2021-01-19T22:58:47.579Z] ---> Running in 919f879d9d62 [2021-01-19T22:58:48.566Z] ---> 085949ee191d [2021-01-19T22:58:48.566Z] Step 7/33 : RUN go mod download [2021-01-19T22:58:48.566Z] ---> c61e6a5dfda0 [2021-01-19T22:58:48.566Z] Step 7/22 : RUN go mod download [2021-01-19T22:58:48.566Z] ---> Running in 5e6952c1a853 [2021-01-19T22:58:48.846Z] ---> 5f62f898de92 [2021-01-19T22:58:48.846Z] Step 7/23 : RUN go mod download [2021-01-19T22:58:48.846Z] ---> Running in c491a75fdf0c [2021-01-19T22:58:49.127Z] ---> Running in 92f8164305e3 [2021-01-19T22:58:49.010Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T22:58:49.017Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:58:49.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T22:58:49.034Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T22:58:49.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:58:49.038Z] > 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 [2021-01-19T22:58:49.738Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:58:49.858Z] Merge succeeded, producing 1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T22:58:49.858Z] Checking out Revision 1f38eab69fecf330b5777f72aa361ce32e9b0813 (PR-2970) [2021-01-19T22:58:49.751Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:58:49.757Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-19T22:58:49.831Z] > git remote # timeout=10 [2021-01-19T22:58:49.838Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T22:58:49.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:58:49.845Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T22:58:49.855Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T22:58:49.865Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:58:49.869Z] > git checkout -f 1f38eab69fecf330b5777f72aa361ce32e9b0813 # timeout=10 [2021-01-19T22:58:51.139Z] Removing intermediate container 79320a4b3356 [2021-01-19T22:58:51.139Z] ---> a9f8479a2da6 [2021-01-19T22:58:51.139Z] Step 8/22 : COPY . . [2021-01-19T22:58:51.418Z] Removing intermediate container 919f879d9d62 [2021-01-19T22:58:51.418Z] ---> 49787eadb994 [2021-01-19T22:58:51.418Z] Step 8/21 : COPY . . [2021-01-19T22:58:53.570Z] Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:58:54.639Z] + echo snap-build.sh [2021-01-19T22:58:54.639Z] snap-build.sh [2021-01-19T22:58:54.639Z] + SNAP_BASE_DIR=. [2021-01-19T22:58:54.639Z] + '[' '!' -z /w/workspace/edgex-go/32 ']' [2021-01-19T22:58:54.639Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/32 [2021-01-19T22:58:54.639Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/32]' [2021-01-19T22:58:54.639Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/32] [2021-01-19T22:58:54.639Z] + cd /w/workspace/edgex-go/32 [2021-01-19T22:58:54.639Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T22:58:54.639Z] Reading package lists... [2021-01-19T22:58:54.639Z] Building dependency tree... [2021-01-19T22:58:54.639Z] Reading state information... [2021-01-19T22:58:54.900Z] The following packages were automatically installed and are no longer required: [2021-01-19T22:58:54.900Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T22:58:54.900Z] uidmap xdelta3 [2021-01-19T22:58:54.900Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T22:58:54.900Z] The following packages will be REMOVED: [2021-01-19T22:58:54.900Z] lxd* lxd-client* [2021-01-19T22:58:55.162Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T22:58:55.162Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T22:58:55.775Z] Removing intermediate container 5e6952c1a853 [2021-01-19T22:58:55.775Z] ---> 8f86b0924273 [2021-01-19T22:58:55.775Z] Step 8/33 : COPY . . [2021-01-19T22:58:55.775Z] Removing intermediate container 92f8164305e3 [2021-01-19T22:58:55.775Z] ---> 0f88e931988f [2021-01-19T22:58:55.775Z] Step 8/23 : COPY . . [2021-01-19T22:58:55.775Z] Removing intermediate container c491a75fdf0c [2021-01-19T22:58:55.775Z] ---> 44dd2ba91ae0 [2021-01-19T22:58:55.775Z] Step 8/22 : COPY . . [2021-01-19T22:58:56.216Z] (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.) [2021-01-19T22:58:56.216Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T22:58:57.168Z] Removing lxd dnsmasq configuration [2021-01-19T22:58:57.168Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T22:58:57.430Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T22:58:58.377Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T22:58:58.641Z] (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.) [2021-01-19T22:58:58.641Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T22:58:59.589Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T22:58:59.849Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T22:59:01.770Z] + sudo snap remove --purge lxd [2021-01-19T22:59:01.770Z] snap "lxd" is not installed [2021-01-19T22:59:01.770Z] + sudo groupadd --force --system lxd [2021-01-19T22:59:01.770Z] ++ whoami [2021-01-19T22:59:01.770Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T22:59:01.770Z] + newgrp - lxd [2021-01-19T22:59:01.770Z] + sudo snap install lxd [2021-01-19T22:59:22.650Z] ---> 9779bfc5ebd2 [2021-01-19T22:59:22.650Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-19T22:59:22.650Z] ---> 22296b084541 [2021-01-19T22:59:22.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T22:59:22.650Z] ---> 0e234e6c089b [2021-01-19T22:59:22.650Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T22:59:22.650Z] ---> c2b6fb66e969 [2021-01-19T22:59:22.650Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T22:59:22.650Z] ---> Running in 720f232b15b2 [2021-01-19T22:59:22.650Z] ---> Running in 5681598e7777 [2021-01-19T22:59:22.650Z] ---> Running in f3c1c447a0eb [2021-01-19T22:59:22.650Z] ---> Running in af078255c5a5 [2021-01-19T22:59:22.650Z] ---> 3c6b2dc23f15 [2021-01-19T22:59:22.650Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T22:59:22.650Z] ---> Running in dbf2bfab9e28 [2021-01-19T22:59:22.650Z] 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 [2021-01-19T22:59:22.650Z] 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 [2021-01-19T22:59:22.650Z] 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 [2021-01-19T22:59:22.650Z] 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 [2021-01-19T22:59:22.650Z] 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 [2021-01-19T22:59:58.158Z] 2021-01-19T22:59:51Z INFO Waiting for automatic snapd restart... [2021-01-19T23:00:30.335Z] lxd 4.10 from Canonical* installed [2021-01-19T23:00:30.335Z] + sudo lxd init --auto [2021-01-19T23:00:40.347Z] + sudo snap install --classic snapcraft [2021-01-19T23:00:44.525Z] 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 [2021-01-19T23:00:44.525Z] 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 [2021-01-19T23:00:59.658Z] Removing intermediate container af078255c5a5 [2021-01-19T23:00:59.658Z] ---> e0c91120ce18 [2021-01-19T23:00:59.658Z] [2021-01-19T23:00:59.658Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T23:00:59.936Z] 3.12: Pulling from library/alpine [2021-01-19T23:00:59.936Z] Removing intermediate container 720f232b15b2 [2021-01-19T23:00:59.936Z] ---> 701e28bbf28f [2021-01-19T23:00:59.936Z] [2021-01-19T23:00:59.936Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T23:01:00.219Z] 3.12: Pulling from library/alpine [2021-01-19T23:01:00.508Z] Removing intermediate container 5681598e7777 [2021-01-19T23:01:00.508Z] ---> f70aa9b54cf6 [2021-01-19T23:01:00.508Z] [2021-01-19T23:01:00.508Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T23:01:00.786Z] 3.12: Pulling from library/alpine [2021-01-19T23:01:01.783Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T23:01:02.062Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T23:01:02.062Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T23:01:02.062Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T23:01:02.062Z] Status: Image is up to date for alpine:3.12 [2021-01-19T23:01:02.062Z] ---> afeebe901d6b [2021-01-19T23:01:02.062Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-19T23:01:02.062Z] ---> afeebe901d6b [2021-01-19T23:01:02.062Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T23:01:02.062Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T23:01:02.062Z] ---> afeebe901d6b [2021-01-19T23:01:02.062Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-19T23:01:02.674Z] ---> Running in 1226a21ce0c6 [2021-01-19T23:01:02.674Z] ---> Running in 4f661f08c7d1 [2021-01-19T23:01:02.674Z] ---> Running in 735abe02ffcf [2021-01-19T23:01:05.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:05.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:05.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:05.902Z] Removing intermediate container f3c1c447a0eb [2021-01-19T23:01:05.902Z] ---> 2d925ac9769f [2021-01-19T23:01:05.902Z] [2021-01-19T23:01:05.902Z] Step 10/33 : FROM alpine:3.12 [2021-01-19T23:01:05.902Z] ---> afeebe901d6b [2021-01-19T23:01:05.902Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-19T23:01:05.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:05.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:06.178Z] ---> Running in fb81bcbd3168 [2021-01-19T23:01:06.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:06.178Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T23:01:06.459Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:01:06.459Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T23:01:06.459Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T23:01:06.459Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:01:06.459Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:01:06.899Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-19T23:01:06.899Z] OK: 7 MiB in 18 packages [2021-01-19T23:01:06.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:01:06.899Z] OK: 5 MiB in 15 packages [2021-01-19T23:01:07.245Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-19T23:01:07.622Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-19T23:01:07.622Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:01:07.622Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:01:07.933Z] OK: 6 MiB in 16 packages [2021-01-19T23:01:08.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:08.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:09.347Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-19T23:01:09.347Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-19T23:01:09.347Z] (3/3) Installing su-exec (0.2-r1) [2021-01-19T23:01:09.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:01:09.347Z] OK: 6 MiB in 17 packages [2021-01-19T23:01:09.652Z] Removing intermediate container 4f661f08c7d1 [2021-01-19T23:01:09.652Z] ---> 2828fd52a085 [2021-01-19T23:01:09.652Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T23:01:09.961Z] ---> Running in 5525d75f4aa7 [2021-01-19T23:01:11.465Z] Removing intermediate container 735abe02ffcf [2021-01-19T23:01:11.465Z] ---> c932a97848f2 [2021-01-19T23:01:11.465Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T23:01:11.465Z] Removing intermediate container 1226a21ce0c6 [2021-01-19T23:01:11.465Z] ---> ae23b5259429 [2021-01-19T23:01:11.465Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T23:01:11.465Z] ---> Running in 0394aeb560c1 [2021-01-19T23:01:11.465Z] Removing intermediate container 5525d75f4aa7 [2021-01-19T23:01:11.465Z] ---> 2edc21971efd [2021-01-19T23:01:11.465Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-19T23:01:11.465Z] ---> Running in 4a336a2f1dd5 [2021-01-19T23:01:12.075Z] ---> Running in a669e1d663e7 [2021-01-19T23:01:12.075Z] Removing intermediate container fb81bcbd3168 [2021-01-19T23:01:12.075Z] ---> 614dfb570ac2 [2021-01-19T23:01:12.075Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-19T23:01:12.349Z] Removing intermediate container 0394aeb560c1 [2021-01-19T23:01:12.349Z] ---> b1ee6773b041 [2021-01-19T23:01:12.349Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-19T23:01:12.349Z] ---> Running in 73476ccda735 [2021-01-19T23:01:12.651Z] Removing intermediate container 4a336a2f1dd5 [2021-01-19T23:01:12.651Z] ---> 74958207e7d4 [2021-01-19T23:01:12.651Z] Step 13/21 : WORKDIR /edgex [2021-01-19T23:01:12.651Z] ---> Running in c37f8fd4de5d [2021-01-19T23:01:12.651Z] Removing intermediate container a669e1d663e7 [2021-01-19T23:01:12.651Z] ---> f0447c3883b9 [2021-01-19T23:01:12.651Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-19T23:01:12.938Z] ---> Running in e1f1ef248f5c [2021-01-19T23:01:13.226Z] ---> Running in 4ef1fb644af4 [2021-01-19T23:01:13.226Z] Removing intermediate container 73476ccda735 [2021-01-19T23:01:13.226Z] ---> 78dc45ff0c45 [2021-01-19T23:01:13.226Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-19T23:01:13.500Z] Removing intermediate container c37f8fd4de5d [2021-01-19T23:01:13.500Z] ---> 4bbdfc4a520e [2021-01-19T23:01:13.500Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-19T23:01:13.500Z] ---> Running in 9237cdc56504 [2021-01-19T23:01:13.776Z] ---> Running in 94e4443bcdb2 [2021-01-19T23:01:14.058Z] Removing intermediate container e1f1ef248f5c [2021-01-19T23:01:14.058Z] ---> eff645ae070f [2021-01-19T23:01:14.058Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T23:01:14.058Z] Removing intermediate container 4ef1fb644af4 [2021-01-19T23:01:14.058Z] ---> edc10f1b3cae [2021-01-19T23:01:14.058Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:01:14.360Z] Removing intermediate container 9237cdc56504 [2021-01-19T23:01:14.360Z] ---> 59b2138bcc75 [2021-01-19T23:01:14.360Z] 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 [2021-01-19T23:01:14.647Z] Removing intermediate container 94e4443bcdb2 [2021-01-19T23:01:14.647Z] ---> aae186175a63 [2021-01-19T23:01:14.923Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:01:14.923Z] ---> Running in 8597f4121ba3 [2021-01-19T23:01:15.202Z] ---> a79971ea5637 [2021-01-19T23:01:15.202Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T23:01:15.202Z] ---> 7562e6589478 [2021-01-19T23:01:15.202Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T23:01:16.652Z] ---> 168b8f7fb3cf [2021-01-19T23:01:16.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T23:01:16.652Z] Connecting to github.com (140.82.113.4:443) [2021-01-19T23:01:16.972Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.72.20:443) [2021-01-19T23:01:17.252Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-19T23:01:17.253Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-19T23:01:17.563Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-19T23:01:17.563Z] dockerize [2021-01-19T23:01:17.563Z] ---> cd4f06d475ea [2021-01-19T23:01:17.563Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T23:01:17.841Z] ---> 65bb3d2f7e7f [2021-01-19T23:01:17.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T23:01:18.441Z] ---> b1cedcb879c5 [2021-01-19T23:01:18.441Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T23:01:19.116Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T23:01:19.117Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T23:01:19.117Z] + patch --verbose -p1 [2021-01-19T23:01:19.117Z] Hmm... Looks like a unified diff to me... [2021-01-19T23:01:19.117Z] The text leading up to this was: [2021-01-19T23:01:19.117Z] -------------------------- [2021-01-19T23:01:19.117Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T23:01:19.117Z] |From: Tony Espy [2021-01-19T23:01:19.117Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T23:01:19.117Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T23:01:19.117Z] | [2021-01-19T23:01:19.117Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T23:01:19.117Z] |optimize the snap CI check run for pull requests. When [2021-01-19T23:01:19.117Z] |applied, it essentially strips out everything (apps and [2021-01-19T23:01:19.117Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T23:01:19.117Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T23:01:19.117Z] |catch changes to edgex-go that break the snap build. [2021-01-19T23:01:19.117Z] | [2021-01-19T23:01:19.117Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T23:01:19.117Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T23:01:19.117Z] |resulting in a failed snap build CI check in the associated [2021-01-19T23:01:19.117Z] |pull request. [2021-01-19T23:01:19.117Z] | [2021-01-19T23:01:19.117Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T23:01:19.117Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T23:01:19.117Z] |need to build the finally binary .snap file (and it won't [2021-01-19T23:01:19.117Z] |work with the patch applied). This further reduces the build [2021-01-19T23:01:19.117Z] |time. [2021-01-19T23:01:19.117Z] |--- [2021-01-19T23:01:19.117Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T23:01:19.117Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T23:01:19.117Z] | [2021-01-19T23:01:19.117Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T23:01:19.117Z] |index 1e537489..faf42425 100644 [2021-01-19T23:01:19.117Z] |--- a/snap/snapcraft.yaml [2021-01-19T23:01:19.117Z] |+++ b/snap/snapcraft.yaml [2021-01-19T23:01:19.117Z] -------------------------- [2021-01-19T23:01:19.117Z] patching file snap/snapcraft.yaml [2021-01-19T23:01:19.117Z] Using Plan A... [2021-01-19T23:01:19.117Z] Hunk #1 succeeded at 73. [2021-01-19T23:01:19.117Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T23:01:19.117Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T23:01:19.117Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T23:01:19.117Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T23:01:19.117Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T23:01:19.117Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T23:01:19.117Z] Hunk #8 succeeded at 342. [2021-01-19T23:01:19.117Z] Hmm... Ignoring the trailing garbage. [2021-01-19T23:01:19.117Z] done [2021-01-19T23:01:19.117Z] + sudo snapcraft prime --use-lxd [2021-01-19T23:01:19.117Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T23:01:19.117Z] 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: [2021-01-19T23:01:19.117Z] - README.md [2021-01-19T23:01:19.117Z] - snapcraft.yaml.orig [2021-01-19T23:01:19.117Z] [2021-01-19T23:01:19.117Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T23:01:19.117Z] Launching a container. [2021-01-19T23:01:19.433Z] ---> b7b7734897ec [2021-01-19T23:01:19.433Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T23:01:19.749Z] ---> efb61718122b [2021-01-19T23:01:19.749Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T23:01:19.749Z] ---> Running in e4bb74dd7a59 [2021-01-19T23:01:19.749Z] ---> a5ebb1bf37a6 [2021-01-19T23:01:19.749Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-19T23:01:19.749Z] Removing intermediate container 8597f4121ba3 [2021-01-19T23:01:19.749Z] ---> 9e7b7f8cbd20 [2021-01-19T23:01:19.749Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-19T23:01:20.023Z] ---> Running in 16105ea8fb72 [2021-01-19T23:01:20.023Z] ---> Running in 3ce0c393ad8b [2021-01-19T23:01:20.305Z] ---> Running in f18ed7d94fa1 [2021-01-19T23:01:20.305Z] Removing intermediate container e4bb74dd7a59 [2021-01-19T23:01:20.305Z] ---> 214fc9c79701 [2021-01-19T23:01:20.305Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:01:20.902Z] Removing intermediate container 16105ea8fb72 [2021-01-19T23:01:20.902Z] ---> 3cd43a1b2c08 [2021-01-19T23:01:20.902Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T23:01:20.902Z] ---> Running in 7087de6667a9 [2021-01-19T23:01:21.494Z] Removing intermediate container 3ce0c393ad8b [2021-01-19T23:01:21.494Z] ---> a17cdc49dbd3 [2021-01-19T23:01:21.494Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:01:21.494Z] ---> Running in 72d90341a278 [2021-01-19T23:01:21.494Z] Removing intermediate container f18ed7d94fa1 [2021-01-19T23:01:21.494Z] ---> 966aa30b288b [2021-01-19T23:01:21.494Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-19T23:01:21.765Z] ---> Running in fc2fee18cb0c [2021-01-19T23:01:21.766Z] ---> Running in 0a11b3ba6e51 [2021-01-19T23:01:22.038Z] Removing intermediate container 7087de6667a9 [2021-01-19T23:01:22.038Z] ---> 2e8b46fea720 [2021-01-19T23:01:22.038Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T23:01:22.038Z] Removing intermediate container 72d90341a278 [2021-01-19T23:01:22.038Z] ---> 3278ce4db554 [2021-01-19T23:01:22.038Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T23:01:22.633Z] ---> Running in 9dce0a830a9b [2021-01-19T23:01:22.633Z] ---> Running in 73cb2fb96d9c [2021-01-19T23:01:22.633Z] Removing intermediate container fc2fee18cb0c [2021-01-19T23:01:22.633Z] ---> 12ecaf979672 [2021-01-19T23:01:22.633Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T23:01:22.909Z] Removing intermediate container 0a11b3ba6e51 [2021-01-19T23:01:22.909Z] ---> a732308c3862 [2021-01-19T23:01:22.909Z] 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} [2021-01-19T23:01:22.909Z] ---> Running in bd83103e3777 [2021-01-19T23:01:23.187Z] Removing intermediate container dbf2bfab9e28 [2021-01-19T23:01:23.187Z] ---> c3396487ec07 [2021-01-19T23:01:23.187Z] [2021-01-19T23:01:23.187Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T23:01:23.187Z] ---> afeebe901d6b [2021-01-19T23:01:23.187Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T23:01:23.187Z] ---> Running in 44b887765ab4 [2021-01-19T23:01:23.465Z] Removing intermediate container 9dce0a830a9b [2021-01-19T23:01:23.465Z] ---> adb324443651 [2021-01-19T23:01:23.465Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:01:23.465Z] ---> Running in 021718dbac96 [2021-01-19T23:01:23.465Z] Removing intermediate container 73cb2fb96d9c [2021-01-19T23:01:23.465Z] ---> c5e6f13d199e [2021-01-19T23:01:23.465Z] Step 20/21 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:01:23.741Z] ---> Running in 2b86edf2cf03 [2021-01-19T23:01:23.741Z] Removing intermediate container bd83103e3777 [2021-01-19T23:01:23.741Z] ---> 7d8e4add0ab5 [2021-01-19T23:01:23.741Z] Step 21/22 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:01:23.741Z] ---> Running in 2ac99a443ea9 [2021-01-19T23:01:24.018Z] ---> Running in 5728147c567f [2021-01-19T23:01:24.018Z] Removing intermediate container 021718dbac96 [2021-01-19T23:01:24.018Z] ---> 3e02707f3cb9 [2021-01-19T23:01:24.018Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T23:01:24.294Z] ---> Running in 030f584b8787 [2021-01-19T23:01:24.568Z] Removing intermediate container 2b86edf2cf03 [2021-01-19T23:01:24.568Z] ---> 502f28d91d97 [2021-01-19T23:01:24.568Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:01:24.568Z] Removing intermediate container 2ac99a443ea9 [2021-01-19T23:01:24.568Z] ---> c93064c05e01 [2021-01-19T23:01:24.568Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T23:01:24.841Z] ---> Running in 9a8eab1a2c05 [2021-01-19T23:01:24.841Z] ---> Running in 298328d53846 [2021-01-19T23:01:24.841Z] Removing intermediate container 5728147c567f [2021-01-19T23:01:24.841Z] ---> 20e9d3890720 [2021-01-19T23:01:24.841Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T23:01:24.841Z] Move dockerize executable [2021-01-19T23:01:25.113Z] Removing intermediate container 030f584b8787 [2021-01-19T23:01:25.113Z] ---> ca8f26a2d3d2 [2021-01-19T23:01:25.113Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T23:01:25.113Z] ---> Running in 6691fdc0dd64 [2021-01-19T23:01:25.390Z] ---> Running in bb0e835358e9 [2021-01-19T23:01:25.390Z] Removing intermediate container 298328d53846 [2021-01-19T23:01:25.390Z] Removing intermediate container 9a8eab1a2c05 [2021-01-19T23:01:25.390Z] ---> dbe36e2ef19d [2021-01-19T23:01:25.390Z] [2021-01-19T23:01:25.390Z] ---> 86a8fd3a10cf [2021-01-19T23:01:25.390Z] [2021-01-19T23:01:25.988Z] Removing intermediate container 6691fdc0dd64 [2021-01-19T23:01:25.988Z] ---> 8363ed377edc [2021-01-19T23:01:25.988Z] [2021-01-19T23:01:25.988Z] Successfully built 86a8fd3a10cf [2021-01-19T23:01:25.988Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T23:01:26.265Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-19T23:01:26.265Z] Successfully built dbe36e2ef19d [2021-01-19T23:01:26.265Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T23:01:26.265Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T23:01:26.265Z] Removing intermediate container bb0e835358e9 [2021-01-19T23:01:26.265Z] ---> 11233c5b8bfe [2021-01-19T23:01:26.265Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:01:26.265Z] Successfully built 8363ed377edc [2021-01-19T23:01:26.539Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T23:01:26.539Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-19T23:01:26.539Z] ---> Running in 61ffb1f6f7af [2021-01-19T23:01:26.818Z] Removing intermediate container 44b887765ab4 [2021-01-19T23:01:26.818Z] ---> a145a078765a [2021-01-19T23:01:26.818Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-19T23:01:27.098Z] ---> Running in e0060164a601 [2021-01-19T23:01:27.273Z] Waiting for container to be ready [2021-01-19T23:01:27.273Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T23:01:27.273Z] [2021-01-19T23:01:27.697Z] Removing intermediate container e0060164a601 [2021-01-19T23:01:27.697Z] ---> e48bc310f409 [2021-01-19T23:01:27.697Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-19T23:01:28.675Z] ---> b54e7f581dda [2021-01-19T23:01:28.675Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-19T23:01:28.675Z] ---> Running in 794cfbe92df7 [2021-01-19T23:01:28.946Z] Removing intermediate container 61ffb1f6f7af [2021-01-19T23:01:28.946Z] ---> f68c18718a63 [2021-01-19T23:01:28.946Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-19T23:01:29.220Z] ---> Running in 6659d2d911f7 [2021-01-19T23:01:30.575Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T23:01:30.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:30.837Z] Waiting for network to be ready... [2021-01-19T23:01:31.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:01:31.411Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T23:01:31.411Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T23:01:31.984Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T23:01:31.984Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T23:01:31.984Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T23:01:32.244Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-19T23:01:32.245Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-19T23:01:32.245Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-19T23:01:32.245Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-19T23:01:32.518Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-19T23:01:32.555Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T23:01:32.555Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T23:01:32.556Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T23:01:32.556Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T23:01:32.556Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T23:01:32.556Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T23:01:32.556Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T23:01:32.556Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T23:01:32.556Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T23:01:32.556Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T23:01:32.556Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T23:01:32.556Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T23:01:32.556Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T23:01:32.791Z] Removing intermediate container 794cfbe92df7 [2021-01-19T23:01:32.791Z] ---> ceda5f24758e [2021-01-19T23:01:32.791Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:01:32.791Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-19T23:01:32.816Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T23:01:33.068Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:01:33.068Z] OK: 8 MiB in 20 packages [2021-01-19T23:01:33.076Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T23:01:33.077Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T23:01:33.077Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T23:01:33.077Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T23:01:33.077Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T23:01:33.077Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T23:01:33.077Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T23:01:33.077Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T23:01:35.650Z] Fetched 23.8 MB in 4s (5468 kB/s) [2021-01-19T23:01:35.704Z] ---> 72482b78afee [2021-01-19T23:01:35.704Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-19T23:01:36.297Z] Removing intermediate container 6659d2d911f7 [2021-01-19T23:01:36.297Z] ---> e5c9a8bbfd1a [2021-01-19T23:01:36.297Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:01:36.605Z] Reading package lists... [2021-01-19T23:01:36.605Z] Reading package lists... [2021-01-19T23:01:36.872Z] Building dependency tree... [2021-01-19T23:01:36.872Z] Reading state information... [2021-01-19T23:01:36.872Z] The following additional packages will be installed: [2021-01-19T23:01:36.872Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T23:01:36.872Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T23:01:36.872Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T23:01:36.872Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T23:01:36.872Z] Suggested packages: [2021-01-19T23:01:36.872Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T23:01:36.872Z] Recommended packages: [2021-01-19T23:01:36.872Z] gnupg libsasl2-modules [2021-01-19T23:01:36.901Z] ---> 9cdf5f91350e [2021-01-19T23:01:36.901Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-19T23:01:37.135Z] The following NEW packages will be installed: [2021-01-19T23:01:37.135Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T23:01:37.135Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T23:01:37.135Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T23:01:37.135Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T23:01:37.135Z] The following packages will be upgraded: [2021-01-19T23:01:37.135Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T23:01:37.135Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T23:01:37.135Z] Need to get 3533 kB of archives. [2021-01-19T23:01:37.135Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T23:01:37.135Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T23:01:37.135Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T23:01:37.135Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T23:01:37.135Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T23:01:37.135Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T23:01:37.135Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T23:01:37.135Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T23:01:37.135Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T23:01:37.135Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T23:01:37.397Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T23:01:37.874Z] ---> ff270c116ccf [2021-01-19T23:01:37.874Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T23:01:37.975Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T23:01:37.975Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T23:01:37.975Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T23:01:37.975Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T23:01:37.975Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T23:01:37.975Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T23:01:37.975Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T23:01:37.975Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T23:01:37.975Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T23:01:37.975Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T23:01:37.975Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T23:01:37.975Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T23:01:38.243Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T23:01:38.243Z] Fetched 3533 kB in 1s (3460 kB/s) [2021-01-19T23:01:38.243Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T23:01:38.243Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T23:01:38.243Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T23:01:38.503Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T23:01:38.503Z] Selecting previously unselected package udev. [2021-01-19T23:01:38.503Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T23:01:38.503Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T23:01:38.503Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T23:01:38.765Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T23:01:38.765Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T23:01:38.765Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T23:01:39.026Z] Selecting previously unselected package fuse. [2021-01-19T23:01:39.026Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T23:01:39.026Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T23:01:39.026Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T23:01:39.026Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T23:01:39.287Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T23:01:39.287Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T23:01:39.287Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T23:01:39.287Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T23:01:39.326Z] ---> 88d31c7766b1 [2021-01-19T23:01:39.326Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-19T23:01:39.858Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T23:01:39.858Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T23:01:39.858Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T23:01:40.432Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T23:01:40.432Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:40.432Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:40.750Z] ---> 85a91ef36bce [2021-01-19T23:01:40.750Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T23:01:41.062Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T23:01:41.062Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:41.062Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:41.072Z] ---> cf050386a9b6 [2021-01-19T23:01:41.072Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-19T23:01:41.324Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T23:01:41.324Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:41.595Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:41.692Z] ---> c71702480f02 [2021-01-19T23:01:41.692Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T23:01:41.692Z] ---> Running in 9ae2a36d1236 [2021-01-19T23:01:41.692Z] ---> a5f66d57d92e [2021-01-19T23:01:41.692Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-19T23:01:41.858Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T23:01:41.858Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:42.120Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:42.318Z] ---> Running in 6d464ca14b28 [2021-01-19T23:01:42.382Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T23:01:42.382Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:42.617Z] Removing intermediate container 9ae2a36d1236 [2021-01-19T23:01:42.617Z] ---> 13b6f0cd8a0d [2021-01-19T23:01:42.617Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:01:42.646Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:42.901Z] ---> Running in 5672b78f43af [2021-01-19T23:01:42.901Z] Removing intermediate container 6d464ca14b28 [2021-01-19T23:01:42.901Z] ---> b0dc66e4f1e6 [2021-01-19T23:01:42.901Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-19T23:01:42.909Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T23:01:42.909Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:43.171Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:43.432Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T23:01:43.432Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:43.503Z] Removing intermediate container 5672b78f43af [2021-01-19T23:01:43.503Z] ---> 2fc998285e87 [2021-01-19T23:01:43.503Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T23:01:43.503Z] ---> Running in 2e8b0151cd2d [2021-01-19T23:01:43.694Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:43.694Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T23:01:43.694Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:43.694Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:43.694Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T23:01:43.694Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T23:01:43.694Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:43.778Z] ---> e5a0fe79bcd0 [2021-01-19T23:01:43.778Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-19T23:01:43.955Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T23:01:43.955Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T23:01:43.955Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T23:01:43.955Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T23:01:44.215Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T23:01:44.215Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T23:01:44.215Z] Selecting previously unselected package libldap-common. [2021-01-19T23:01:44.215Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T23:01:44.215Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T23:01:44.215Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T23:01:44.215Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T23:01:44.215Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T23:01:44.369Z] ---> Running in 468e5a72de54 [2021-01-19T23:01:44.370Z] Removing intermediate container 2e8b0151cd2d [2021-01-19T23:01:44.370Z] ---> ac22b991fb83 [2021-01-19T23:01:44.370Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:01:44.475Z] Selecting previously unselected package dirmngr. [2021-01-19T23:01:44.475Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T23:01:44.475Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T23:01:44.475Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T23:01:44.641Z] ---> Running in 36d9df35be8e [2021-01-19T23:01:44.742Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T23:01:44.742Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T23:01:44.742Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T23:01:44.742Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T23:01:44.742Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T23:01:44.742Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.003Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T23:01:45.003Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T23:01:45.003Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T23:01:45.240Z] Removing intermediate container 36d9df35be8e [2021-01-19T23:01:45.240Z] ---> fa9f120e7792 [2021-01-19T23:01:45.240Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T23:01:45.265Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T23:01:45.265Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.515Z] ---> Running in 6b8f553bd4e1 [2021-01-19T23:01:45.527Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T23:01:45.527Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T23:01:45.527Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T23:01:45.527Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.527Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.527Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.788Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.788Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.788Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.788Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T23:01:45.788Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T23:01:45.788Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T23:01:45.788Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T23:01:46.362Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T23:01:46.362Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T23:01:46.362Z] This means they are not meant to be enabled using systemctl. [2021-01-19T23:01:46.362Z] Possible reasons for having this kind of units are: [2021-01-19T23:01:46.362Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T23:01:46.362Z] .wants/ or .requires/ directory. [2021-01-19T23:01:46.362Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T23:01:46.362Z] a requirement dependency on it. [2021-01-19T23:01:46.362Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T23:01:46.362Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T23:01:46.362Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T23:01:46.362Z] instance name specified. [2021-01-19T23:01:46.623Z] Reading package lists... [2021-01-19T23:01:46.623Z] Building dependency tree... [2021-01-19T23:01:46.623Z] Reading state information... [2021-01-19T23:01:46.884Z] The following additional packages will be installed: [2021-01-19T23:01:46.884Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T23:01:46.884Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T23:01:46.884Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T23:01:46.884Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T23:01:46.884Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T23:01:46.884Z] Suggested packages: [2021-01-19T23:01:46.884Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T23:01:46.884Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T23:01:46.884Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T23:01:46.884Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T23:01:46.884Z] systemd-container policykit-1 [2021-01-19T23:01:46.884Z] Recommended packages: [2021-01-19T23:01:46.884Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T23:01:46.884Z] The following NEW packages will be installed: [2021-01-19T23:01:46.884Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T23:01:46.884Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T23:01:46.884Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T23:01:46.884Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T23:01:46.884Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T23:01:46.884Z] The following packages will be upgraded: [2021-01-19T23:01:46.884Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T23:01:46.950Z] Removing intermediate container 6b8f553bd4e1 [2021-01-19T23:01:46.950Z] ---> d55c60391ddd [2021-01-19T23:01:46.950Z] [2021-01-19T23:01:47.145Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T23:01:47.145Z] Need to get 35.2 MB of archives. [2021-01-19T23:01:47.145Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T23:01:47.145Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T23:01:47.145Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T23:01:47.226Z] Successfully built d55c60391ddd [2021-01-19T23:01:47.498Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T23:01:47.498Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-19T23:01:47.721Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T23:01:47.721Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T23:01:47.721Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T23:01:47.981Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T23:01:47.981Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T23:01:47.981Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T23:01:47.981Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T23:01:47.981Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T23:01:47.981Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T23:01:47.981Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T23:01:47.981Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T23:01:47.981Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T23:01:47.981Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T23:01:47.981Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T23:01:47.981Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T23:01:47.981Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T23:01:47.981Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T23:01:47.981Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T23:01:47.981Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T23:01:47.981Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T23:01:47.981Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T23:01:47.981Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T23:01:48.091Z] Removing intermediate container 468e5a72de54 [2021-01-19T23:01:48.091Z] ---> 82c951231c04 [2021-01-19T23:01:48.091Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T23:01:48.243Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T23:01:48.243Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T23:01:48.243Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T23:01:48.243Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T23:01:48.243Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T23:01:48.243Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T23:01:48.692Z] ---> Running in f07e3ee76f40 [2021-01-19T23:01:49.197Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T23:01:49.197Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-01-19T23:01:49.467Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T23:01:49.467Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T23:01:49.467Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T23:01:49.681Z] Removing intermediate container f07e3ee76f40 [2021-01-19T23:01:49.681Z] ---> 72b40c25d249 [2021-01-19T23:01:49.681Z] Step 30/33 : CMD ["gate"] [2021-01-19T23:01:50.049Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T23:01:50.049Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T23:01:50.310Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T23:01:50.310Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T23:01:50.310Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T23:01:50.310Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T23:01:50.581Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T23:01:50.581Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T23:01:50.581Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T23:01:50.581Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T23:01:50.677Z] ---> Running in ef080c2e78c0 [2021-01-19T23:01:50.844Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T23:01:50.844Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T23:01:51.420Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T23:01:51.420Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T23:01:51.420Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T23:01:51.420Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T23:01:51.658Z] Removing intermediate container ef080c2e78c0 [2021-01-19T23:01:51.658Z] ---> a4fc36155fbc [2021-01-19T23:01:51.658Z] Step 31/33 : LABEL arch=arm64 [2021-01-19T23:01:51.679Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T23:01:51.679Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T23:01:51.679Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:01:51.939Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T23:01:51.939Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T23:01:51.939Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T23:01:51.939Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T23:01:51.939Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T23:01:51.939Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:01:52.206Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T23:01:52.473Z] Checking for services that may need to be restarted...done. [2021-01-19T23:01:52.473Z] Checking for services that may need to be restarted...done. [2021-01-19T23:01:52.473Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:01:52.473Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T23:01:52.473Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:01:52.644Z] ---> Running in 0fa0db826abb [2021-01-19T23:01:53.047Z] Selecting previously unselected package python3-minimal. [2021-01-19T23:01:53.047Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T23:01:53.047Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T23:01:53.047Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T23:01:53.047Z] Selecting previously unselected package mime-support. [2021-01-19T23:01:53.047Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T23:01:53.047Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T23:01:53.258Z] Removing intermediate container 0fa0db826abb [2021-01-19T23:01:53.258Z] ---> 140e75274c6e [2021-01-19T23:01:53.258Z] Step 32/33 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:01:53.314Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T23:01:53.314Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T23:01:53.314Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T23:01:53.314Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T23:01:53.314Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T23:01:53.314Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:01:53.579Z] Selecting previously unselected package python3.6. [2021-01-19T23:01:53.579Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T23:01:53.579Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:01:53.843Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T23:01:53.843Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T23:01:53.843Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T23:01:53.843Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T23:01:54.105Z] Selecting previously unselected package python3. [2021-01-19T23:01:54.105Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T23:01:54.105Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T23:01:54.105Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T23:01:54.105Z] Selecting previously unselected package multiarch-support. [2021-01-19T23:01:54.105Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T23:01:54.105Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T23:01:54.253Z] ---> Running in 0d8b4558c801 [2021-01-19T23:01:54.369Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T23:01:54.369Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T23:01:54.369Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T23:01:54.369Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T23:01:54.369Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T23:01:54.634Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T23:01:54.634Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T23:01:54.861Z] Removing intermediate container 0d8b4558c801 [2021-01-19T23:01:54.861Z] ---> dc40449fa532 [2021-01-19T23:01:54.861Z] Step 33/33 : LABEL version=0.0.0 [2021-01-19T23:01:54.897Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T23:01:55.471Z] Selecting previously unselected package sudo. [2021-01-19T23:01:55.471Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T23:01:55.471Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T23:01:55.471Z] Selecting previously unselected package apparmor. [2021-01-19T23:01:55.472Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T23:01:55.472Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T23:01:55.733Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T23:01:55.733Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T23:01:55.733Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T23:01:55.733Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T23:01:55.733Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T23:01:55.733Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:01:55.733Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T23:01:55.733Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T23:01:55.840Z] ---> Running in 02cefb691dfa [2021-01-19T23:01:55.995Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:01:55.995Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T23:01:55.995Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T23:01:55.995Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T23:01:55.995Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T23:01:55.995Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T23:01:55.995Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:01:56.262Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T23:01:56.262Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T23:01:56.263Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:01:56.263Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T23:01:56.263Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T23:01:56.527Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T23:01:56.527Z] Selecting previously unselected package openssh-client. [2021-01-19T23:01:56.527Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T23:01:56.527Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T23:01:56.787Z] Selecting previously unselected package squashfs-tools. [2021-01-19T23:01:56.787Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T23:01:56.787Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T23:01:56.787Z] Selecting previously unselected package snapd. [2021-01-19T23:01:56.787Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T23:01:56.787Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T23:01:56.828Z] Removing intermediate container 02cefb691dfa [2021-01-19T23:01:56.828Z] ---> 42d99bbf387e [2021-01-19T23:01:56.828Z] [2021-01-19T23:01:57.426Z] Successfully built 42d99bbf387e [2021-01-19T23:01:57.426Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-19T23:01:58.709Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T23:01:58.709Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T23:01:58.969Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T23:01:58.969Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T23:01:59.231Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T23:01:59.231Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:01:59.231Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T23:01:59.231Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T23:01:59.231Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T23:02:00.176Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T23:02:00.176Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T23:02:00.176Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T23:02:00.176Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:02:00.176Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:02:00.176Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T23:02:00.746Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T23:02:00.747Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:02:00.747Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T23:02:01.007Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T23:02:01.007Z] running python rtupdate hooks for python3.6... [2021-01-19T23:02:01.007Z] running python post-rtupdate hooks for python3.6... [2021-01-19T23:02:01.007Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T23:02:02.392Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T23:02:02.663Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T23:02:02.663Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T23:02:02.937Z] Setting up snapd (2.48+18.04) ... [2021-01-19T23:02:03.197Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T23:02:03.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T23:02:03.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T23:02:03.720Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T23:02:03.980Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T23:02:03.980Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T23:02:03.980Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T23:02:04.241Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T23:02:04.505Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T23:02:04.505Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T23:02:04.773Z] /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' [2021-01-19T23:02:04.773Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T23:02:04.773Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T23:02:05.720Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T23:02:05.720Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T23:02:05.720Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T23:02:06.925Z] Reading package lists... [2021-01-19T23:02:06.925Z] Reading package lists... [2021-01-19T23:02:07.187Z] Building dependency tree... [2021-01-19T23:02:07.187Z] Reading state information... [2021-01-19T23:02:07.187Z] Calculating upgrade... [2021-01-19T23:02:07.451Z] The following packages will be upgraded: [2021-01-19T23:02:07.451Z] advancecomp base-files bash binutils binutils-common [2021-01-19T23:02:07.451Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T23:02:07.451Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T23:02:07.451Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T23:02:07.451Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T23:02:07.451Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T23:02:07.451Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T23:02:07.451Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T23:02:07.451Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T23:02:07.451Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T23:02:07.451Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T23:02:07.451Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T23:02:07.451Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T23:02:07.451Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T23:02:07.451Z] ubuntu-keyring util-linux [2021-01-19T23:02:07.451Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T23:02:07.451Z] Need to get 63.7 MB of archives. [2021-01-19T23:02:07.451Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T23:02:07.451Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T23:02:07.451Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T23:02:08.389Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T23:02:08.389Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T23:02:08.389Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T23:02:08.389Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T23:02:08.389Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T23:02:08.389Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T23:02:08.389Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T23:02:08.389Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T23:02:08.389Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T23:02:08.389Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T23:02:08.389Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T23:02:08.389Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T23:02:08.389Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T23:02:08.389Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T23:02:08.389Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T23:02:08.389Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T23:02:08.389Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T23:02:08.389Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T23:02:08.389Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T23:02:08.389Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T23:02:08.389Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T23:02:08.389Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T23:02:08.389Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T23:02:08.389Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T23:02:08.389Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T23:02:08.389Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T23:02:08.389Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T23:02:08.389Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T23:02:08.389Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T23:02:08.653Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T23:02:08.653Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T23:02:08.653Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T23:02:08.653Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T23:02:08.653Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T23:02:08.653Z] 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] [2021-01-19T23:02:08.653Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T23:02:08.653Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T23:02:08.653Z] 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] [2021-01-19T23:02:08.653Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T23:02:08.654Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T23:02:08.654Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T23:02:08.654Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T23:02:08.654Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T23:02:08.654Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T23:02:08.654Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T23:02:08.654Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T23:02:08.654Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T23:02:08.654Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T23:02:08.654Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T23:02:08.654Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T23:02:08.654Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T23:02:08.654Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T23:02:08.914Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T23:02:08.914Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T23:02:08.914Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-19T23:02:08.914Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T23:02:08.914Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T23:02:08.914Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T23:02:08.914Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T23:02:08.914Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T23:02:08.914Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T23:02:08.914Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T23:02:08.914Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T23:02:08.914Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T23:02:08.914Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T23:02:08.914Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T23:02:08.914Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T23:02:08.914Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T23:02:08.914Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T23:02:08.914Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T23:02:08.914Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T23:02:08.914Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T23:02:08.914Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T23:02:09.175Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T23:02:09.175Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T23:02:09.175Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T23:02:09.175Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T23:02:09.175Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T23:02:09.175Z] 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] [2021-01-19T23:02:09.175Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T23:02:09.175Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T23:02:09.175Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T23:02:09.175Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T23:02:09.175Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T23:02:09.175Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T23:02:09.175Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T23:02:09.746Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T23:02:10.317Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T23:02:10.317Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T23:02:10.317Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T23:02:10.577Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T23:02:10.577Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T23:02:10.577Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T23:02:10.577Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T23:02:10.577Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T23:02:10.837Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T23:02:10.837Z] Fetched 63.7 MB in 3s (19.8 MB/s) [2021-01-19T23:02:10.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:10.837Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T23:02:10.837Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T23:02:11.407Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T23:02:11.407Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T23:02:11.670Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T23:02:11.932Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T23:02:13.317Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:13.317Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:13.890Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:14.152Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:14.722Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:14.983Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:14.983Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:14.983Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:15.244Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:15.244Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:15.244Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:15.510Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:15.510Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:15.510Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:15.510Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:15.769Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T23:02:15.769Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:15.769Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T23:02:15.769Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:16.030Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T23:02:16.030Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:16.292Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:16.292Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:16.292Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:16.554Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:16.554Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T23:02:16.816Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:16.816Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T23:02:16.816Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T23:02:17.077Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T23:02:17.339Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T23:02:17.600Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T23:02:17.600Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T23:02:17.862Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T23:02:17.862Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T23:02:17.862Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T23:02:18.123Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T23:02:18.123Z] Installing new version of config file /etc/issue ... [2021-01-19T23:02:18.123Z] Installing new version of config file /etc/issue.net ... [2021-01-19T23:02:18.123Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T23:02:18.123Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T23:02:18.384Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T23:02:18.384Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T23:02:18.384Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T23:02:18.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:18.645Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T23:02:18.645Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T23:02:18.645Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T23:02:18.907Z] 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 [2021-01-19T23:02:18.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:18.907Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:18.907Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:18.907Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:19.168Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:19.168Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T23:02:19.168Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T23:02:19.168Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T23:02:19.429Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:19.429Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T23:02:19.429Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T23:02:19.626Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:02:19.626Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:02:19.626Z] ---> f1c4245dd2da [2021-01-19T23:02:19.626Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> f2dffada17c2 [2021-01-19T23:02:19.626Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 09f71f5bb2d6 [2021-01-19T23:02:19.626Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T23:02:19.626Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:02:19.626Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:02:19.626Z] ---> f1c4245dd2da [2021-01-19T23:02:19.626Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> f2dffada17c2 [2021-01-19T23:02:19.626Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 09f71f5bb2d6 [2021-01-19T23:02:19.626Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 7adfcbcbda7c [2021-01-19T23:02:19.626Z] Step 6/24 : COPY go.mod . [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> dddbdff54f67 [2021-01-19T23:02:19.626Z] Step 7/24 : RUN go mod download [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 49787eadb994 [2021-01-19T23:02:19.626Z] Step 8/24 : COPY . . [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 22296b084541 [2021-01-19T23:02:19.626Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T23:02:19.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:02:19.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:02:19.626Z] ---> f1c4245dd2da [2021-01-19T23:02:19.626Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> f2dffada17c2 [2021-01-19T23:02:19.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 09f71f5bb2d6 [2021-01-19T23:02:19.626Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 7adfcbcbda7c [2021-01-19T23:02:19.626Z] Step 6/23 : COPY go.mod . [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> dddbdff54f67 [2021-01-19T23:02:19.626Z] Step 7/23 : RUN go mod download [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 49787eadb994 [2021-01-19T23:02:19.626Z] Step 8/23 : COPY . . [2021-01-19T23:02:19.626Z] ---> Using cache [2021-01-19T23:02:19.626Z] ---> 22296b084541 [2021-01-19T23:02:19.626Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-19T23:02:19.689Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T23:02:19.689Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:19.689Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T23:02:19.956Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T23:02:19.956Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T23:02:19.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:19.956Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T23:02:19.956Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T23:02:20.218Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T23:02:20.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:20.218Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T23:02:20.218Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T23:02:20.479Z] Setting up grep (3.1-2build1) ... [2021-01-19T23:02:20.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:20.479Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T23:02:20.479Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T23:02:20.739Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T23:02:20.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:20.739Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T23:02:20.739Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T23:02:21.000Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T23:02:21.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:21.000Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T23:02:21.000Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T23:02:21.570Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T23:02:21.570Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T23:02:21.570Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T23:02:21.570Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T23:02:22.143Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T23:02:22.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:22.403Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T23:02:22.403Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T23:02:23.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T23:02:23.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T23:02:23.255Z] ---> f1c4245dd2da [2021-01-19T23:02:23.255Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T23:02:23.255Z] ---> Using cache [2021-01-19T23:02:23.255Z] ---> f2dffada17c2 [2021-01-19T23:02:23.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T23:02:23.255Z] ---> Using cache [2021-01-19T23:02:23.255Z] ---> 09f71f5bb2d6 [2021-01-19T23:02:23.255Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-19T23:02:23.255Z] ---> Using cache [2021-01-19T23:02:23.255Z] ---> 7adfcbcbda7c [2021-01-19T23:02:23.255Z] Step 6/23 : COPY go.mod . [2021-01-19T23:02:23.255Z] ---> Using cache [2021-01-19T23:02:23.255Z] ---> dddbdff54f67 [2021-01-19T23:02:23.255Z] Step 7/23 : RUN go mod download [2021-01-19T23:02:23.255Z] ---> Using cache [2021-01-19T23:02:23.255Z] ---> 49787eadb994 [2021-01-19T23:02:23.255Z] Step 8/23 : COPY . . [2021-01-19T23:02:23.255Z] ---> Using cache [2021-01-19T23:02:23.255Z] ---> 22296b084541 [2021-01-19T23:02:23.255Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-19T23:02:23.346Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T23:02:23.346Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T23:02:23.346Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T23:02:23.526Z] ---> Running in e0a886a2a491 [2021-01-19T23:02:23.526Z] ---> Running in f870efd3e0bd [2021-01-19T23:02:23.526Z] ---> Running in dfc487e7c8d9 [2021-01-19T23:02:23.526Z] ---> Running in 916b2867de3e [2021-01-19T23:02:23.608Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T23:02:23.608Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T23:02:23.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:23.608Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T23:02:23.608Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T23:02:23.869Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T23:02:24.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:24.130Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:24.130Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:24.130Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:24.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:24.130Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:24.393Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:24.393Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:24.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:24.393Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:24.393Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:24.655Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:24.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:24.655Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:24.655Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:24.916Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:24.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:24.916Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T23:02:24.916Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T23:02:25.178Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T23:02:25.178Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T23:02:25.178Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T23:02:25.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:25.440Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T23:02:25.440Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T23:02:25.440Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T23:02:25.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:02:25.507Z] 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 [2021-01-19T23:02:25.507Z] 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 [2021-01-19T23:02:25.507Z] 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 [2021-01-19T23:02:25.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:25.703Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:25.703Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:25.703Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:25.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:25.703Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:25.964Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:25.964Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:26.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:02:26.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:26.225Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:26.225Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:26.798Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:27.060Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T23:02:27.092Z] OK: 217 MiB in 51 packages [2021-01-19T23:02:27.321Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T23:02:27.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:27.321Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T23:02:27.583Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T23:02:27.583Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T23:02:27.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T23:02:27.844Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T23:02:27.844Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T23:02:28.105Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T23:02:28.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:28.105Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T23:02:28.366Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T23:02:28.544Z] Removing intermediate container e0a886a2a491 [2021-01-19T23:02:28.544Z] ---> b406a268a7c8 [2021-01-19T23:02:28.627Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T23:02:28.823Z] Step 6/26 : COPY go.mod . [2021-01-19T23:02:28.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:28.890Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T23:02:28.890Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T23:02:28.890Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T23:02:29.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:29.149Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T23:02:29.149Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T23:02:29.149Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T23:02:29.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:29.410Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T23:02:29.410Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T23:02:29.670Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T23:02:29.825Z] ---> f79e0f2a5d82 [2021-01-19T23:02:29.825Z] Step 7/26 : RUN go mod download [2021-01-19T23:02:29.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:29.941Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T23:02:29.941Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T23:02:29.941Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T23:02:29.941Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T23:02:30.104Z] ---> Running in 2f3257e99bd3 [2021-01-19T23:02:30.203Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T23:02:30.203Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T23:02:30.203Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T23:02:30.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:30.465Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T23:02:30.465Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T23:02:30.465Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T23:02:30.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:30.726Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T23:02:30.726Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T23:02:30.726Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T23:02:30.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:30.987Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T23:02:31.248Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T23:02:31.248Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T23:02:31.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:31.847Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T23:02:31.847Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T23:02:31.847Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T23:02:32.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:32.117Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T23:02:32.117Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T23:02:32.393Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T23:02:32.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:32.659Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T23:02:32.659Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T23:02:32.659Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T23:02:32.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:32.937Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T23:02:32.937Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T23:02:32.937Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T23:02:33.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:33.206Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T23:02:33.206Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T23:02:33.206Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T23:02:33.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:33.519Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T23:02:33.519Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T23:02:33.519Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T23:02:33.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:33.519Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T23:02:33.519Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T23:02:33.852Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T23:02:33.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:33.852Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T23:02:33.852Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T23:02:34.115Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T23:02:34.115Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T23:02:34.115Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T23:02:34.115Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T23:02:34.376Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T23:02:34.376Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T23:02:34.376Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T23:02:34.376Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T23:02:34.452Z] Removing intermediate container 2f3257e99bd3 [2021-01-19T23:02:34.452Z] ---> abd35e501a8c [2021-01-19T23:02:34.452Z] Step 8/26 : COPY . . [2021-01-19T23:02:34.637Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T23:02:34.637Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T23:02:34.899Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T23:02:34.899Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T23:02:35.180Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T23:02:35.180Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T23:02:35.180Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T23:02:35.180Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T23:02:35.442Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T23:02:35.442Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T23:02:35.442Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T23:02:35.703Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T23:02:35.703Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T23:02:35.703Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T23:02:35.703Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T23:02:35.964Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T23:02:35.964Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T23:02:35.964Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T23:02:36.228Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T23:02:36.228Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T23:02:36.228Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T23:02:36.228Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T23:02:37.170Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T23:02:37.170Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T23:02:37.170Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T23:02:37.170Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T23:02:37.431Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T23:02:37.431Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T23:02:37.693Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T23:02:37.693Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T23:02:37.957Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T23:02:37.957Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T23:02:38.218Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T23:02:38.218Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T23:02:38.218Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:38.218Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:38.480Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:38.480Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:38.741Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:38.741Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:38.741Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:38.741Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:39.687Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:39.687Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:40.628Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:40.628Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:41.198Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:41.458Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:41.719Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:41.719Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:42.659Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T23:02:42.659Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T23:02:42.659Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T23:02:42.659Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T23:02:42.939Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T23:02:42.939Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T23:02:42.939Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T23:02:43.214Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T23:02:43.214Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T23:02:43.214Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T23:02:43.487Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T23:02:43.487Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T23:02:43.487Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T23:02:43.487Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T23:02:43.752Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T23:02:43.752Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T23:02:43.752Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:43.752Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T23:02:44.013Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:44.013Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:44.013Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:44.013Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T23:02:44.013Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T23:02:44.013Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T23:02:44.274Z] [2021-01-19T23:02:44.274Z] Current default time zone: 'Etc/UTC' [2021-01-19T23:02:44.274Z] Local time is now: Tue Jan 19 23:02:44 UTC 2021. [2021-01-19T23:02:44.274Z] Universal Time is now: Tue Jan 19 23:02:44 UTC 2021. [2021-01-19T23:02:44.274Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T23:02:44.274Z] [2021-01-19T23:02:44.274Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T23:02:44.274Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:44.274Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T23:02:44.274Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T23:02:44.274Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T23:02:44.274Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T23:02:44.534Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T23:02:44.534Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T23:02:44.534Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T23:02:44.534Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T23:02:44.534Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:44.534Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T23:02:44.795Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:44.795Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T23:02:44.795Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:45.055Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T23:02:45.055Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T23:02:45.055Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T23:02:45.055Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T23:02:45.055Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T23:02:45.055Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T23:02:45.055Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T23:02:45.055Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T23:02:46.968Z] Updating certificates in /etc/ssl/certs... [2021-01-19T23:02:47.911Z] 22 added, 17 removed; done. [2021-01-19T23:02:47.911Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T23:02:47.911Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T23:02:47.911Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T23:02:47.911Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T23:02:47.911Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T23:02:48.180Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.180Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T23:02:48.180Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.180Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.180Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.180Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.180Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.443Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T23:02:48.443Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T23:02:48.443Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T23:02:48.443Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T23:02:48.443Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T23:02:48.443Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.443Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T23:02:48.443Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T23:02:48.704Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T23:02:48.704Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T23:02:48.704Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T23:02:48.704Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T23:02:48.965Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T23:02:48.965Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T23:02:48.965Z] Updating certificates in /etc/ssl/certs... [2021-01-19T23:02:49.539Z] 0 added, 0 removed; done. [2021-01-19T23:02:49.539Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T23:02:49.539Z] done. [2021-01-19T23:02:50.111Z] Reading package lists... [2021-01-19T23:02:50.111Z] Building dependency tree... [2021-01-19T23:02:50.111Z] Reading state information... [2021-01-19T23:02:50.373Z] The following NEW packages will be installed: [2021-01-19T23:02:50.373Z] apt-transport-https [2021-01-19T23:02:50.373Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T23:02:50.373Z] Need to get 1696 B of archives. [2021-01-19T23:02:50.373Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T23:02:50.373Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T23:02:50.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T23:02:50.634Z] Fetched 1696 B in 0s (8538 B/s) [2021-01-19T23:02:50.634Z] Selecting previously unselected package apt-transport-https. [2021-01-19T23:02:50.634Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T23:02:50.634Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T23:02:50.634Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T23:02:50.634Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T23:02:50.894Z] Waiting for network to be ready... [2021-01-19T23:02:56.674Z] ---> 255c13e61db9 [2021-01-19T23:02:56.674Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T23:02:56.674Z] ---> Running in d621ceea664a [2021-01-19T23:02:56.674Z] 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 [2021-01-19T23:02:57.506Z] 2021-01-19T23:02:54Z INFO Waiting for automatic snapd restart... [2021-01-19T23:02:57.767Z] snapd 2.48.2 from Canonical* installed [2021-01-19T23:02:58.711Z] "snapd" switched to the "latest/stable" channel [2021-01-19T23:02:58.711Z] [2021-01-19T23:03:01.260Z] core18 20201210 from Canonical* installed [2021-01-19T23:03:01.260Z] "core18" switched to the "latest/stable" channel [2021-01-19T23:03:01.260Z] [2021-01-19T23:03:04.561Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T23:03:04.562Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T23:03:04.562Z] [2021-01-19T23:03:08.781Z] 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: [2021-01-19T23:03:08.781Z] - README.md [2021-01-19T23:03:08.781Z] - snapcraft.yaml.orig [2021-01-19T23:03:08.781Z] [2021-01-19T23:03:08.781Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T23:03:15.381Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T23:03:15.381Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T23:03:15.381Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T23:03:15.381Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T23:03:15.951Z] Reading package lists... [2021-01-19T23:03:16.519Z] 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 [2021-01-19T23:03:23.103Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T23:03:23.103Z] Reading package lists... [2021-01-19T23:03:23.103Z] Building dependency tree... [2021-01-19T23:03:23.103Z] Reading state information... [2021-01-19T23:03:23.103Z] Suggested packages: [2021-01-19T23:03:23.103Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T23:03:23.103Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T23:03:23.103Z] Recommended packages: [2021-01-19T23:03:23.103Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T23:03:23.103Z] The following NEW packages will be installed: [2021-01-19T23:03:23.103Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T23:03:23.103Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T23:03:23.103Z] pkg-config zip [2021-01-19T23:03:23.103Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T23:03:23.103Z] Need to get 7655 kB of archives. [2021-01-19T23:03:23.103Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T23:03:23.103Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T23:03:23.104Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-19T23:03:23.104Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T23:03:23.365Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T23:03:23.365Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T23:03:23.365Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T23:03:23.626Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T23:03:23.626Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T23:03:23.626Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T23:03:23.626Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T23:03:23.626Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T23:03:23.626Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T23:03:23.887Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T23:03:24.148Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T23:03:24.148Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T23:03:24.148Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T23:03:24.148Z] Fetched 7655 kB in 1s (5947 kB/s) [2021-01-19T23:03:24.407Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T23:03:24.407Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T23:03:24.407Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T23:03:24.407Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T23:03:24.668Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T23:03:24.668Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T23:03:24.668Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T23:03:24.668Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T23:03:24.668Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T23:03:24.668Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T23:03:24.668Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T23:03:24.668Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T23:03:24.668Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T23:03:24.929Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T23:03:24.929Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T23:03:24.929Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T23:03:24.929Z] Selecting previously unselected package liberror-perl. [2021-01-19T23:03:24.929Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T23:03:24.929Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T23:03:25.190Z] Selecting previously unselected package git-man. [2021-01-19T23:03:25.190Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T23:03:25.190Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T23:03:25.190Z] Selecting previously unselected package git. [2021-01-19T23:03:25.190Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T23:03:25.190Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T23:03:26.131Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T23:03:26.131Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T23:03:26.131Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T23:03:26.131Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T23:03:26.131Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T23:03:26.131Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T23:03:26.131Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T23:03:26.131Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T23:03:26.131Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T23:03:26.390Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T23:03:26.390Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T23:03:26.390Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T23:03:26.390Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T23:03:26.390Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T23:03:26.390Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T23:03:26.651Z] Selecting previously unselected package pkg-config. [2021-01-19T23:03:26.651Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T23:03:26.651Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T23:03:26.651Z] Selecting previously unselected package zip. [2021-01-19T23:03:26.651Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T23:03:26.651Z] Unpacking zip (3.0-11build1) ... [2021-01-19T23:03:26.913Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T23:03:26.913Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T23:03:26.913Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T23:03:26.913Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T23:03:26.913Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T23:03:26.913Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T23:03:26.913Z] No schema files found: doing nothing. [2021-01-19T23:03:26.913Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T23:03:26.913Z] Setting up zip (3.0-11build1) ... [2021-01-19T23:03:26.913Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T23:03:27.175Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T23:03:27.175Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T23:03:27.175Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T23:03:27.175Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T23:03:27.175Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T23:03:27.175Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T23:03:27.440Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T23:03:29.029Z] 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 [2021-01-19T23:03:34.023Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T23:03:34.023Z] git set to automatically installed. [2021-01-19T23:03:34.023Z] git-man set to automatically installed. [2021-01-19T23:03:34.023Z] libcurl3-gnutls set to automatically installed. [2021-01-19T23:03:34.023Z] liberror-perl set to automatically installed. [2021-01-19T23:03:34.023Z] libglib2.0-0 set to automatically installed. [2021-01-19T23:03:34.023Z] libnghttp2-14 set to automatically installed. [2021-01-19T23:03:34.023Z] libnorm1 set to automatically installed. [2021-01-19T23:03:34.023Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T23:03:34.023Z] libpsl5 set to automatically installed. [2021-01-19T23:03:34.023Z] librtmp1 set to automatically installed. [2021-01-19T23:03:34.023Z] libsodium23 set to automatically installed. [2021-01-19T23:03:34.023Z] libzmq3-dev set to automatically installed. [2021-01-19T23:03:34.023Z] libzmq5 set to automatically installed. [2021-01-19T23:03:34.023Z] pkg-config set to automatically installed. [2021-01-19T23:03:34.023Z] zip set to automatically installed. [2021-01-19T23:03:41.445Z] Removing intermediate container 916b2867de3e [2021-01-19T23:03:41.445Z] ---> b085598ddf21 [2021-01-19T23:03:41.445Z] [2021-01-19T23:03:41.445Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T23:03:41.445Z] ---> afeebe901d6b [2021-01-19T23:03:41.445Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T23:03:41.445Z] ---> Running in 03be104ed3d2 [2021-01-19T23:03:42.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:03:42.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:03:43.024Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T23:03:43.298Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:03:43.298Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T23:03:43.298Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T23:03:43.298Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T23:03:43.298Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:03:43.298Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T23:03:43.572Z] OK: 7 MiB in 19 packages [2021-01-19T23:03:46.219Z] Removing intermediate container dfc487e7c8d9 [2021-01-19T23:03:46.219Z] ---> 757228223c1c [2021-01-19T23:03:46.219Z] [2021-01-19T23:03:46.219Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T23:03:46.219Z] ---> afeebe901d6b [2021-01-19T23:03:46.219Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-19T23:03:46.219Z] ---> Using cache [2021-01-19T23:03:46.219Z] ---> 2828fd52a085 [2021-01-19T23:03:46.219Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T23:03:46.219Z] ---> Using cache [2021-01-19T23:03:46.219Z] ---> 2edc21971efd [2021-01-19T23:03:46.219Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-19T23:03:46.219Z] ---> Running in d56c9c841c59 [2021-01-19T23:03:46.844Z] Removing intermediate container 03be104ed3d2 [2021-01-19T23:03:46.844Z] ---> c12d7c38fdd4 [2021-01-19T23:03:46.844Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T23:03:46.844Z] Removing intermediate container d56c9c841c59 [2021-01-19T23:03:46.844Z] ---> 7c5f96bfea87 [2021-01-19T23:03:46.844Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-19T23:03:46.844Z] ---> Running in 1911628a885c [2021-01-19T23:03:47.124Z] ---> Running in d407d079772e [2021-01-19T23:03:47.735Z] Removing intermediate container 1911628a885c [2021-01-19T23:03:47.735Z] ---> 0eb0adf81725 [2021-01-19T23:03:47.735Z] Step 13/24 : WORKDIR / [2021-01-19T23:03:47.735Z] Removing intermediate container d407d079772e [2021-01-19T23:03:47.735Z] ---> a6c69c056126 [2021-01-19T23:03:47.735Z] Step 15/23 : WORKDIR / [2021-01-19T23:03:48.016Z] ---> Running in 3d78f956a203 [2021-01-19T23:03:48.016Z] ---> Running in a351c2553de0 [2021-01-19T23:03:48.994Z] Removing intermediate container a351c2553de0 [2021-01-19T23:03:48.994Z] ---> e7303cd58475 [2021-01-19T23:03:48.994Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:03:48.994Z] Removing intermediate container 3d78f956a203 [2021-01-19T23:03:48.994Z] ---> f383ccce32f8 [2021-01-19T23:03:48.994Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T23:03:50.457Z] ---> d717584a4eb1 [2021-01-19T23:03:50.457Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T23:03:50.457Z] ---> 14dc7491d217 [2021-01-19T23:03:50.457Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T23:03:51.909Z] ---> 5b2003858e72 [2021-01-19T23:03:51.909Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T23:03:52.138Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T23:03:52.194Z] ---> cac90f2df13a [2021-01-19T23:03:52.194Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T23:03:52.813Z] ---> 1b3ebd0ed3b1 [2021-01-19T23:03:52.813Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T23:03:53.416Z] ---> 1fd2efd8e127 [2021-01-19T23:03:53.416Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-19T23:03:53.692Z] ---> Running in 749672d1fbd5 [2021-01-19T23:03:54.677Z] Removing intermediate container 749672d1fbd5 [2021-01-19T23:03:54.677Z] ---> 3d9676471646 [2021-01-19T23:03:54.677Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:03:54.677Z] ---> 6b82fcce2099 [2021-01-19T23:03:54.677Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T23:03:54.951Z] ---> Running in f2b69ea63bbf [2021-01-19T23:03:55.741Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T23:03:55.928Z] Removing intermediate container f2b69ea63bbf [2021-01-19T23:03:55.928Z] ---> c206a2547c49 [2021-01-19T23:03:55.928Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T23:03:56.200Z] ---> Running in 49f0c2253557 [2021-01-19T23:03:56.200Z] ---> ec5e7157d753 [2021-01-19T23:03:56.200Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T23:03:56.804Z] Removing intermediate container 49f0c2253557 [2021-01-19T23:03:56.804Z] ---> bb33db1116ec [2021-01-19T23:03:56.804Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:03:57.100Z] ---> Running in e19a1d95cd63 [2021-01-19T23:03:57.710Z] ---> 1dd80f3a1f70 [2021-01-19T23:03:57.710Z] 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/ [2021-01-19T23:03:58.313Z] Removing intermediate container e19a1d95cd63 [2021-01-19T23:03:58.313Z] ---> 8458b905534b [2021-01-19T23:03:58.313Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T23:03:58.313Z] ---> Running in 614a644162e1 [2021-01-19T23:03:58.313Z] ---> Running in 3a1a01622f2b [2021-01-19T23:03:58.586Z] Removing intermediate container f870efd3e0bd [2021-01-19T23:03:58.586Z] ---> 7bed5b9adfb3 [2021-01-19T23:03:58.586Z] [2021-01-19T23:03:58.586Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T23:03:58.586Z] ---> afeebe901d6b [2021-01-19T23:03:58.586Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-19T23:03:58.586Z] ---> Using cache [2021-01-19T23:03:58.586Z] ---> 2828fd52a085 [2021-01-19T23:03:58.586Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-19T23:03:58.586Z] ---> Using cache [2021-01-19T23:03:58.586Z] ---> 2edc21971efd [2021-01-19T23:03:58.586Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-19T23:03:58.869Z] ---> Running in dbf1bf4a09fc [2021-01-19T23:03:59.143Z] Removing intermediate container 3a1a01622f2b [2021-01-19T23:03:59.143Z] ---> e900c7279584 [2021-01-19T23:03:59.143Z] [2021-01-19T23:03:59.743Z] Successfully built e900c7279584 [2021-01-19T23:03:59.743Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T23:04:00.017Z]  Building docker-core-command-go ... done Removing intermediate container dbf1bf4a09fc [2021-01-19T23:04:00.017Z] ---> a539590fa9a5 [2021-01-19T23:04:00.017Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-19T23:04:00.296Z] ---> Running in 731e90d8b745 [2021-01-19T23:04:00.896Z] Removing intermediate container d621ceea664a [2021-01-19T23:04:00.896Z] ---> 63ae4ce9ff30 [2021-01-19T23:04:00.896Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T23:04:00.896Z] Removing intermediate container 731e90d8b745 [2021-01-19T23:04:00.896Z] ---> 74b24a1245f1 [2021-01-19T23:04:00.896Z] Step 15/23 : WORKDIR / [2021-01-19T23:04:01.170Z] ---> Running in 5cffd7be1f85 [2021-01-19T23:04:01.170Z] ---> Running in 070d87bcdc39 [2021-01-19T23:04:01.170Z] Removing intermediate container 614a644162e1 [2021-01-19T23:04:01.170Z] ---> d89ed755ffde [2021-01-19T23:04:01.170Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T23:04:01.445Z] ---> Running in 51ad984195e7 [2021-01-19T23:04:01.721Z] Removing intermediate container 070d87bcdc39 [2021-01-19T23:04:01.721Z] ---> 73b944f99a4c [2021-01-19T23:04:01.721Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T23:04:02.005Z] Removing intermediate container 51ad984195e7 [2021-01-19T23:04:02.005Z] ---> 552544a68211 [2021-01-19T23:04:02.005Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T23:04:02.281Z] ---> Running in c1e3e0f4c76b [2021-01-19T23:04:02.563Z] 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 [2021-01-19T23:04:02.838Z] ---> f844feb52905 [2021-01-19T23:04:02.838Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T23:04:02.838Z] Removing intermediate container c1e3e0f4c76b [2021-01-19T23:04:02.838Z] ---> 9eca8c8b1c37 [2021-01-19T23:04:02.838Z] Step 23/24 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:04:03.116Z] ---> Running in 6604bdd187a2 [2021-01-19T23:04:03.715Z] Removing intermediate container 6604bdd187a2 [2021-01-19T23:04:03.715Z] ---> af216da1ca8a [2021-01-19T23:04:03.715Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T23:04:03.990Z] ---> Running in f838c1a26df8 [2021-01-19T23:04:04.268Z] ---> e1dfb0a47332 [2021-01-19T23:04:04.268Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T23:04:04.540Z] Removing intermediate container f838c1a26df8 [2021-01-19T23:04:04.540Z] ---> 40330fa9355e [2021-01-19T23:04:04.540Z] [2021-01-19T23:04:05.143Z] Successfully built 40330fa9355e [2021-01-19T23:04:05.143Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T23:04:05.420Z]  Building docker-security-secretstore-setup-go ... done  ---> a51c246ff353 [2021-01-19T23:04:05.420Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-19T23:04:05.420Z] ---> Running in e5c4e59081a9 [2021-01-19T23:04:05.697Z] Removing intermediate container 5cffd7be1f85 [2021-01-19T23:04:05.697Z] ---> 8a89b1d6779c [2021-01-19T23:04:05.697Z] [2021-01-19T23:04:05.697Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T23:04:05.982Z] 20.10.0: Pulling from library/docker [2021-01-19T23:04:05.982Z] Removing intermediate container e5c4e59081a9 [2021-01-19T23:04:05.982Z] ---> a6b0c40e0492 [2021-01-19T23:04:05.982Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:04:06.258Z] ---> Running in c98982a473be [2021-01-19T23:04:07.241Z] Removing intermediate container c98982a473be [2021-01-19T23:04:07.241Z] ---> 3f630c4490ba [2021-01-19T23:04:07.241Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T23:04:07.517Z] ---> Running in baef8ecc4f1e [2021-01-19T23:04:08.495Z] Removing intermediate container baef8ecc4f1e [2021-01-19T23:04:08.495Z] ---> ca022d594792 [2021-01-19T23:04:08.495Z] Step 22/23 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:04:08.495Z] ---> Running in f344d7226ffb [2021-01-19T23:04:09.089Z] Removing intermediate container f344d7226ffb [2021-01-19T23:04:09.089Z] ---> 56bfd6535496 [2021-01-19T23:04:09.089Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T23:04:09.683Z] ---> Running in 88902c34e644 [2021-01-19T23:04:10.279Z] Removing intermediate container 88902c34e644 [2021-01-19T23:04:10.279Z] ---> 7f269b5d2bb7 [2021-01-19T23:04:10.279Z] [2021-01-19T23:04:10.873Z] Successfully built 7f269b5d2bb7 [2021-01-19T23:04:10.874Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T23:04:13.501Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T23:04:13.501Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T23:04:13.501Z] ---> eeaf43b92773 [2021-01-19T23:04:13.501Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T23:04:14.099Z] ---> Running in dfe400c85aba [2021-01-19T23:04:15.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:04:15.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:04:15.969Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T23:04:15.969Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T23:04:15.969Z] Executing bash-5.0.17-r0.post-install [2021-01-19T23:04:15.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:04:15.969Z] OK: 12 MiB in 22 packages [2021-01-19T23:04:17.413Z] Removing intermediate container dfe400c85aba [2021-01-19T23:04:17.413Z] ---> 5775f1f0821d [2021-01-19T23:04:17.413Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T23:04:17.413Z] ---> Running in c4af63603ca5 [2021-01-19T23:04:17.693Z] Removing intermediate container c4af63603ca5 [2021-01-19T23:04:17.693Z] ---> e3a5f0cc51eb [2021-01-19T23:04:17.693Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T23:04:17.967Z] ---> Running in 95d7ad9e2332 [2021-01-19T23:04:18.243Z] Removing intermediate container 95d7ad9e2332 [2021-01-19T23:04:18.243Z] ---> 4f4cdd2c8bd8 [2021-01-19T23:04:18.243Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T23:04:18.514Z] ---> Running in a60f16bb3fef [2021-01-19T23:04:19.113Z] Removing intermediate container a60f16bb3fef [2021-01-19T23:04:19.113Z] ---> 91f2f0b5ab16 [2021-01-19T23:04:19.113Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T23:04:20.094Z] ---> 2d2b27613cdb [2021-01-19T23:04:20.094Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T23:04:20.697Z] ---> 5b9f0f19eb5b [2021-01-19T23:04:20.697Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T23:04:21.692Z] ---> 1cbff7cfcff6 [2021-01-19T23:04:21.692Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T23:04:21.965Z] ---> Running in cb1a542d3ec0 [2021-01-19T23:04:22.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:04:23.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:04:23.817Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T23:04:23.817Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T23:04:23.817Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T23:04:23.817Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T23:04:23.817Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T23:04:23.817Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T23:04:23.817Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T23:04:25.787Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T23:04:25.787Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T23:04:25.787Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T23:04:25.787Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T23:04:25.787Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T23:04:25.787Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T23:04:25.787Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T23:04:25.787Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T23:04:26.058Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T23:04:26.058Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T23:04:26.058Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T23:04:26.058Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T23:04:26.058Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T23:04:26.059Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T23:04:26.059Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T23:04:26.329Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T23:04:26.329Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T23:04:26.329Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T23:04:26.329Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T23:04:26.329Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T23:04:26.329Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T23:04:26.329Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T23:04:26.329Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T23:04:26.329Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T23:04:26.329Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T23:04:26.329Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T23:04:26.602Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:04:26.602Z] OK: 71 MiB in 55 packages [2021-01-19T23:04:33.311Z] Removing intermediate container cb1a542d3ec0 [2021-01-19T23:04:33.311Z] ---> b97b2e6ab3d9 [2021-01-19T23:04:33.311Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T23:04:33.311Z] ---> Running in fb07bc1e2998 [2021-01-19T23:04:34.497Z] error: cannot refresh "core18": cannot query the store for updates: got [2021-01-19T23:04:34.497Z] unexpected HTTP status code 503 via POST to [2021-01-19T23:04:34.497Z] "https://api.snapcraft.io/v2/snaps/refresh" [2021-01-19T23:04:34.497Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-01-19T23:04:34.497Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T23:04:35.818Z] Failed in branch amd64 [2021-01-19T23:04:38.710Z] Collecting docker-compose==1.23.2 [2021-01-19T23:04:38.710Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T23:04:38.984Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T23:04:39.257Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T23:04:39.257Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T23:04:39.853Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T23:04:39.853Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T23:04:40.450Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T23:04:40.450Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T23:04:43.907Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T23:04:43.907Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T23:04:45.938Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T23:04:45.938Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T23:04:47.435Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T23:04:47.435Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T23:04:48.061Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T23:04:48.338Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T23:04:49.338Z] Collecting PyYAML<4,>=3.10 [2021-01-19T23:04:49.618Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T23:04:52.996Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T23:04:52.996Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T23:04:54.965Z] 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) [2021-01-19T23:04:55.242Z] 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) [2021-01-19T23:04:55.843Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T23:04:55.843Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T23:04:56.439Z] Collecting idna<2.8,>=2.5 [2021-01-19T23:04:56.439Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T23:04:56.713Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T23:04:56.713Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T23:04:56.986Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T23:04:56.986Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T23:04:56.986Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T23:04:56.986Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T23:04:57.961Z] Installing collected packages: jsonschema, websocket-client, docopt, texttable, cached-property, urllib3, idna, requests, docker-pycreds, docker, PyYAML, dockerpty, docker-compose [2021-01-19T23:04:58.934Z] Running setup.py install for docopt: started [2021-01-19T23:05:01.545Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T23:05:01.545Z] Running setup.py install for texttable: started [2021-01-19T23:05:03.527Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T23:05:03.801Z] Attempting uninstall: urllib3 [2021-01-19T23:05:03.801Z] Found existing installation: urllib3 1.25.9 [2021-01-19T23:05:03.801Z] Uninstalling urllib3-1.25.9: [2021-01-19T23:05:04.074Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T23:05:04.668Z] Attempting uninstall: idna [2021-01-19T23:05:04.668Z] Found existing installation: idna 2.9 [2021-01-19T23:05:04.668Z] Uninstalling idna-2.9: [2021-01-19T23:05:04.668Z] Successfully uninstalled idna-2.9 [2021-01-19T23:05:05.643Z] Attempting uninstall: requests [2021-01-19T23:05:05.643Z] Found existing installation: requests 2.23.0 [2021-01-19T23:05:05.643Z] Uninstalling requests-2.23.0: [2021-01-19T23:05:05.643Z] Successfully uninstalled requests-2.23.0 [2021-01-19T23:05:07.079Z] Running setup.py install for PyYAML: started [2021-01-19T23:05:10.472Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T23:05:10.472Z] Running setup.py install for dockerpty: started [2021-01-19T23:05:12.449Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T23:05:13.428Z] 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 [2021-01-19T23:05:17.729Z] Removing intermediate container fb07bc1e2998 [2021-01-19T23:05:17.729Z] ---> 10adebb5850d [2021-01-19T23:05:17.729Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T23:05:17.729Z] ---> Running in 7ee3545c089f [2021-01-19T23:05:18.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T23:05:18.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T23:05:19.188Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T23:05:19.188Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T23:05:19.188Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T23:05:19.188Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T23:05:19.188Z] OK: 71 MiB in 58 packages [2021-01-19T23:05:20.622Z] Removing intermediate container 7ee3545c089f [2021-01-19T23:05:20.622Z] ---> 3e5e3bc4a8bd [2021-01-19T23:05:20.622Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T23:05:20.622Z] ---> Running in 7065c5e0f76f [2021-01-19T23:05:20.892Z] Removing intermediate container 7065c5e0f76f [2021-01-19T23:05:20.892Z] ---> 1b6258af0797 [2021-01-19T23:05:20.892Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T23:05:21.164Z] ---> Running in b6db1f950e5c [2021-01-19T23:05:21.435Z] Removing intermediate container b6db1f950e5c [2021-01-19T23:05:21.435Z] ---> b5a308187f08 [2021-01-19T23:05:21.435Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T23:05:21.711Z] ---> Running in 1ee402bfa710 [2021-01-19T23:05:21.985Z] Removing intermediate container 1ee402bfa710 [2021-01-19T23:05:21.985Z] ---> bc5b857801a1 [2021-01-19T23:05:21.985Z] Step 25/26 : LABEL git_sha=1f38eab69fecf330b5777f72aa361ce32e9b0813 [2021-01-19T23:05:22.257Z] ---> Running in ed5034ab283c [2021-01-19T23:05:22.530Z] Removing intermediate container ed5034ab283c [2021-01-19T23:05:22.530Z] ---> 9238f5ab951e [2021-01-19T23:05:22.530Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T23:05:22.805Z] ---> Running in e3b6eec9b577 [2021-01-19T23:05:23.404Z] Removing intermediate container e3b6eec9b577 [2021-01-19T23:05:23.404Z] ---> 42f79a4e89cb [2021-01-19T23:05:23.404Z] [2021-01-19T23:05:23.679Z] Successfully built 42f79a4e89cb [2021-01-19T23:05:23.679Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T23:05:23.969Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T23:05:23.972Z] $ docker stop --time=1 b27e502fa1ea2ea0fb147b91f88f0e30b72c846f74c8ffeed97c220d693c2c36 [2021-01-19T23:05:25.915Z] $ docker rm -f b27e502fa1ea2ea0fb147b91f88f0e30b72c846f74c8ffeed97c220d693c2c36 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T23:05:26.565Z] + docker images [2021-01-19T23:05:26.565Z] + grep docker [2021-01-19T23:05:26.839Z] docker-sys-mgmt-agent-go-arm64 latest 42f79a4e89cb 4 seconds ago 300MB [2021-01-19T23:05:26.839Z] docker-core-metadata-go-arm64 latest 7f269b5d2bb7 About a minute ago 17.7MB [2021-01-19T23:05:26.839Z] docker-security-secretstore-setup-go-arm64 latest 40330fa9355e About a minute ago 23.4MB [2021-01-19T23:05:26.839Z] docker-core-command-go-arm64 latest e900c7279584 About a minute ago 15.4MB [2021-01-19T23:05:26.839Z] docker-security-bootstrapper-go-arm64 latest 42d99bbf387e 3 minutes ago 40.3MB [2021-01-19T23:05:26.839Z] docker-core-data-go-arm64 latest d55c60391ddd 3 minutes ago 21MB [2021-01-19T23:05:26.839Z] docker-support-scheduler-go-arm64 latest dbe36e2ef19d 4 minutes ago 15.5MB [2021-01-19T23:05:26.839Z] docker-support-notifications-go-arm64 latest 8363ed377edc 4 minutes ago 15.9MB [2021-01-19T23:05:26.839Z] docker-security-proxy-setup-go-arm64 latest 86a8fd3a10cf 4 minutes ago 23.2MB [2021-01-19T23:05:26.839Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:30.319Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:31.216Z] ---> package-listing.sh [2021-01-19T23:05:31.216Z] ++ facter osfamily [2021-01-19T23:05:31.216Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T23:05:31.216Z] + OS_FAMILY=redhat [2021-01-19T23:05:31.216Z] + workspace=/w/workspace/edgex-go/32 [2021-01-19T23:05:31.216Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T23:05:31.216Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T23:05:31.216Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T23:05:31.216Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T23:05:31.216Z] + '[' /w/workspace/edgex-go/32 ']' [2021-01-19T23:05:31.216Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T23:05:31.216Z] + case "${OS_FAMILY}" in [2021-01-19T23:05:31.216Z] + rpm -qa [2021-01-19T23:05:31.216Z] + sort [2021-01-19T23:05:36.656Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T23:05:36.656Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T23:05:36.656Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T23:05:36.656Z] + '[' /w/workspace/edgex-go/32 ']' [2021-01-19T23:05:36.656Z] + mkdir -p /w/workspace/edgex-go/32/archives/ [2021-01-19T23:05:36.656Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/32/archives/ [Pipeline] echo [2021-01-19T23:05:36.671Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/32/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T23:05:36.974Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:05:37.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:05:37.287Z] [2021-01-19T23:05:37.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T23:05:37.639Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:05:37.639Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T23:05:37.639Z] df20fa9351a1: Pulling fs layer [2021-01-19T23:05:37.639Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T23:05:37.639Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T23:05:37.639Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T23:05:37.639Z] 93b61091891f: Pulling fs layer [2021-01-19T23:05:37.639Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T23:05:37.639Z] 5e14af77c1be: Pulling fs layer [2021-01-19T23:05:37.639Z] 01666e4c0597: Pulling fs layer [2021-01-19T23:05:37.639Z] aa168da1d23b: Pulling fs layer [2021-01-19T23:05:37.639Z] 93b9cdb0e59b: Waiting [2021-01-19T23:05:37.639Z] 5e14af77c1be: Waiting [2021-01-19T23:05:37.639Z] 01666e4c0597: Waiting [2021-01-19T23:05:37.639Z] aa168da1d23b: Waiting [2021-01-19T23:05:37.639Z] 46f8f816bc3b: Waiting [2021-01-19T23:05:37.639Z] 93b61091891f: Waiting [2021-01-19T23:05:37.639Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T23:05:37.639Z] 36b3adc4ff6f: Download complete [2021-01-19T23:05:37.639Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T23:05:37.639Z] 46f8f816bc3b: Download complete [2021-01-19T23:05:37.902Z] df20fa9351a1: Verifying Checksum [2021-01-19T23:05:37.902Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T23:05:37.902Z] 93b9cdb0e59b: Download complete [2021-01-19T23:05:37.902Z] 5e14af77c1be: Verifying Checksum [2021-01-19T23:05:37.902Z] 5e14af77c1be: Download complete [2021-01-19T23:05:37.902Z] 93b61091891f: Download complete [2021-01-19T23:05:37.902Z] 01666e4c0597: Verifying Checksum [2021-01-19T23:05:37.902Z] 01666e4c0597: Download complete [2021-01-19T23:05:37.902Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T23:05:37.902Z] 8ad3a11d3b57: Download complete [2021-01-19T23:05:38.169Z] df20fa9351a1: Pull complete [2021-01-19T23:05:38.435Z] 36b3adc4ff6f: Pull complete [2021-01-19T23:05:40.372Z] aa168da1d23b: Download complete [2021-01-19T23:05:40.373Z] 8ad3a11d3b57: Pull complete [2021-01-19T23:05:40.373Z] 46f8f816bc3b: Pull complete [2021-01-19T23:05:41.323Z] 93b61091891f: Pull complete [2021-01-19T23:05:41.323Z] 93b9cdb0e59b: Pull complete [2021-01-19T23:05:41.323Z] 5e14af77c1be: Pull complete [2021-01-19T23:05:41.584Z] 01666e4c0597: Pull complete [2021-01-19T23:05:49.802Z] aa168da1d23b: Pull complete [2021-01-19T23:05:49.802Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T23:05:49.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T23:05:49.802Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T23:05:50.099Z] prd-centos7-docker-4c-2g-21375 does not seem to be running inside a container [2021-01-19T23:05:50.157Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/32/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T23:05:54.289Z] $ docker top d28b0d885b17de10a70eec3bd38514fa4baf446c1072aab468a0df4d25536720 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T23:05:54.830Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T23:05:55.135Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T23:05:55.439Z] + ls /var/log/sa-host [2021-01-19T23:05:55.439Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T23:05:55.439Z] file_magic: OK [2021-01-19T23:05:55.439Z] HZ: Using current value: 100 [2021-01-19T23:05:55.439Z] file_header: OK [2021-01-19T23:05:55.439Z] 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 [2021-01-19T23:05:55.439Z] Statistics: [2021-01-19T23:05:55.439Z] 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... [2021-01-19T23:05:55.439Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T23:05:55.439Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T23:05:55.439Z] file_magic: OK [2021-01-19T23:05:55.439Z] HZ: Using current value: 100 [2021-01-19T23:05:55.439Z] file_header: OK [2021-01-19T23:05:55.439Z] 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 [2021-01-19T23:05:55.439Z] Statistics: [2021-01-19T23:05:55.439Z] Hnuu...uuuununununu... [2021-01-19T23:05:55.439Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T23:05:56.152Z] provisioning config files... [2021-01-19T23:05:56.179Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/32@tmp/config7628770430379493183tmp [Pipeline] { [Pipeline] echo [2021-01-19T23:05:56.256Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:56.563Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T23:05:56.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T23:05:56.663Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:56.969Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T23:05:56.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:57.277Z] ---> sudo-logs.sh [2021-01-19T23:05:57.277Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T23:05:57.287Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:57.589Z] ---> job-cost.sh [2021-01-19T23:05:57.589Z] lf-activate-venv: SKIPPING [2021-01-19T23:05:57.589Z] INFO: No Stack... [2021-01-19T23:05:58.535Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T23:05:58.797Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T23:05:58.811Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T23:05:59.112Z] ---> logs-deploy.sh [2021-01-19T23:05:59.112Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/32 [2021-01-19T23:05:59.112Z] INFO: archiving workspace using pattern(s): [2021-01-19T23:06:01.036Z] Archives upload complete. [2021-01-19T23:06:01.036Z] INFO: archiving logs to Nexus [2021-01-19T23:06:01.989Z] ---> uname -a: [2021-01-19T23:06:01.989Z] Linux prd-centos7-docker-4c-2g-21375.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T23:06:01.989Z] [2021-01-19T23:06:01.989Z] [2021-01-19T23:06:01.989Z] ---> lscpu: [2021-01-19T23:06:01.989Z] Architecture: x86_64 [2021-01-19T23:06:01.989Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T23:06:01.989Z] Byte Order: Little Endian [2021-01-19T23:06:01.989Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T23:06:01.989Z] CPU(s): 4 [2021-01-19T23:06:01.989Z] On-line CPU(s) list: 0-3 [2021-01-19T23:06:01.989Z] Thread(s) per core: 1 [2021-01-19T23:06:01.989Z] Core(s) per socket: 1 [2021-01-19T23:06:01.989Z] Socket(s): 4 [2021-01-19T23:06:01.989Z] NUMA node(s): 1 [2021-01-19T23:06:01.989Z] Vendor ID: GenuineIntel [2021-01-19T23:06:01.989Z] CPU family: 6 [2021-01-19T23:06:01.989Z] Model: 44 [2021-01-19T23:06:01.989Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T23:06:01.989Z] Stepping: 1 [2021-01-19T23:06:01.989Z] CPU MHz: 2933.436 [2021-01-19T23:06:01.989Z] BogoMIPS: 5866.87 [2021-01-19T23:06:01.989Z] Virtualization: VT-x [2021-01-19T23:06:01.989Z] Hypervisor vendor: KVM [2021-01-19T23:06:01.989Z] Virtualization type: full [2021-01-19T23:06:01.989Z] L1d cache: 128 KiB [2021-01-19T23:06:01.989Z] L1i cache: 128 KiB [2021-01-19T23:06:01.989Z] L2 cache: 16 MiB [2021-01-19T23:06:01.989Z] L3 cache: 64 MiB [2021-01-19T23:06:01.989Z] NUMA node0 CPU(s): 0-3 [2021-01-19T23:06:01.989Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T23:06:01.989Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T23:06:01.990Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T23:06:01.990Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T23:06:01.990Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T23:06:01.990Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T23:06:01.990Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T23:06:01.990Z] Vulnerability Srbds: Not affected [2021-01-19T23:06:01.990Z] Vulnerability Tsx async abort: Not affected [2021-01-19T23:06:01.990Z] 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 [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] ---> nproc: [2021-01-19T23:06:01.990Z] 4 [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] ---> df -h: [2021-01-19T23:06:01.990Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T23:06:01.990Z] overlay 50.0G 13.0G 37.0G 26% / [2021-01-19T23:06:01.990Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T23:06:01.990Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T23:06:01.990Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/32 [2021-01-19T23:06:01.990Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/32@tmp [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] ---> free -m: [2021-01-19T23:06:01.990Z] total used free shared buff/cache available [2021-01-19T23:06:01.990Z] Mem: 1837 726 219 0 891 1026 [2021-01-19T23:06:01.990Z] Swap: 1023 54 969 [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z] ---> ip addr: [2021-01-19T23:06:01.990Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T23:06:01.990Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T23:06:01.990Z] inet 127.0.0.1/8 scope host lo [2021-01-19T23:06:01.990Z] valid_lft forever preferred_lft forever [2021-01-19T23:06:01.990Z] inet6 ::1/128 scope host [2021-01-19T23:06:01.990Z] valid_lft forever preferred_lft forever [2021-01-19T23:06:01.990Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T23:06:01.990Z] link/ether fa:16:3e:ed:b7:3a brd ff:ff:ff:ff:ff:ff [2021-01-19T23:06:01.990Z] inet 10.30.123.239/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T23:06:01.990Z] valid_lft 85329sec preferred_lft 85329sec [2021-01-19T23:06:01.990Z] inet6 fe80::f816:3eff:feed:b73a/64 scope link [2021-01-19T23:06:01.990Z] valid_lft forever preferred_lft forever [2021-01-19T23:06:01.990Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T23:06:01.990Z] link/ether 02:42:44:15:7c:ba brd ff:ff:ff:ff:ff:ff [2021-01-19T23:06:01.990Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T23:06:01.990Z] valid_lft forever preferred_lft forever [2021-01-19T23:06:01.990Z] inet6 fe80::42:44ff:fe15:7cba/64 scope link [2021-01-19T23:06:01.990Z] valid_lft forever preferred_lft forever [2021-01-19T23:06:01.990Z] [2021-01-19T23:06:01.990Z]