Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than b9aa6044ec32c77830497c794d2a8bd85bb0832c Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 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 Running on prd-centos7-docker-4c-2g-22246 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit b9aa6044ec32c77830497c794d2a8bd85bb0832c > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9aa6044ec32c77830497c794d2a8bd85bb0832c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 Merge succeeded, producing 6d1a339455ff287b3513c2fe56a7375bd1d8bcae Checking out Revision 6d1a339455ff287b3513c2fe56a7375bd1d8bcae (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d1a339455ff287b3513c2fe56a7375bd1d8bcae # timeout=10 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T08:46:14.234Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T08:46:14.546Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T08:46:14.645Z] ========================================================= [2021-01-22T08:46:14.645Z] EdgeX Global Pipelines Version Info [2021-01-22T08:46:14.645Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:46:17.187Z] ------------------- [2021-01-22T08:46:17.188Z] stable info: [2021-01-22T08:46:17.188Z] ------------------- [2021-01-22T08:46:17.188Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T08:46:17.188Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T08:46:17.188Z] Message: update stable to v1.0.179 [2021-01-22T08:46:18.263Z] ------------------- [2021-01-22T08:46:18.263Z] experimental info: [2021-01-22T08:46:18.263Z] ------------------- [2021-01-22T08:46:18.263Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T08:46:18.263Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T08:46:18.263Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T08:46:18.680Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T08:46:20.110Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T08:46:20.319Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T08:46:20.445Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T08:46:20.622Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T08:46:20.712Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T08:46:20.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T08:46:20.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T08:46:21.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T08:46:21.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T08:46:21.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T08:46:21.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T08:46:21.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T08:46:21.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T08:46:21.668Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T08:46:21.751Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T08:46:21.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T08:46:21.946Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T08:46:22.061Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T08:46:22.151Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T08:46:22.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T08:46:22.342Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T08:46:22.453Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T08:46:22.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T08:46:22.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T08:46:22.850Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-22T08:46:22.948Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d1a339455ff287b3513c2fe56a7375bd1d8bcae [Pipeline] echo [2021-01-22T08:46:23.033Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d1a339 [Pipeline] echo [2021-01-22T08:46:23.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T08:46:23.350Z] provisioning config files... [2021-01-22T08:46:23.420Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config2886959637549559742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:46:23.887Z] ---> docker-login.sh [2021-01-22T08:46:23.887Z] nexus3.edgexfoundry.org:10001 [2021-01-22T08:46:25.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:46:25.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:46:25.354Z] Configure a credential helper to remove this warning. See [2021-01-22T08:46:25.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:46:25.354Z] [2021-01-22T08:46:25.354Z] Login Succeeded [2021-01-22T08:46:25.354Z] nexus3.edgexfoundry.org:10002 [2021-01-22T08:46:25.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:46:25.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:46:25.944Z] Configure a credential helper to remove this warning. See [2021-01-22T08:46:25.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:46:25.944Z] [2021-01-22T08:46:25.944Z] Login Succeeded [2021-01-22T08:46:25.944Z] nexus3.edgexfoundry.org:10003 [2021-01-22T08:46:26.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:46:26.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:46:26.262Z] Configure a credential helper to remove this warning. See [2021-01-22T08:46:26.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:46:26.262Z] [2021-01-22T08:46:26.262Z] Login Succeeded [2021-01-22T08:46:26.262Z] nexus3.edgexfoundry.org:10004 [2021-01-22T08:46:26.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:46:26.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:46:26.853Z] Configure a credential helper to remove this warning. See [2021-01-22T08:46:26.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:46:26.853Z] [2021-01-22T08:46:26.853Z] Login Succeeded [2021-01-22T08:46:26.853Z] docker.io [2021-01-22T08:46:27.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:46:27.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:46:27.436Z] Configure a credential helper to remove this warning. See [2021-01-22T08:46:27.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:46:27.436Z] [2021-01-22T08:46:27.436Z] Login Succeeded [2021-01-22T08:46:27.436Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T08:46:27.457Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T08:46:27.967Z] ++ 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-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T08:46:27.967Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:46:27.967Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T08:46:27.967Z] ++ cut -d/ -f2 [2021-01-22T08:46:27.967Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T08:46:28.089Z] 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-22T08:46:29.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:46:29.073Z] [2021-01-22T08:46:29.073Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:46:29.490Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:46:29.490Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T08:46:29.490Z] 31603596830f: Pulling fs layer [2021-01-22T08:46:29.490Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T08:46:29.490Z] 6ca5941a6612: Pulling fs layer [2021-01-22T08:46:29.490Z] ecc8261a40a4: Pulling fs layer [2021-01-22T08:46:29.490Z] ecc8261a40a4: Waiting [2021-01-22T08:46:29.775Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T08:46:29.775Z] 2a8b12db71e7: Download complete [2021-01-22T08:46:29.775Z] 31603596830f: Verifying Checksum [2021-01-22T08:46:29.775Z] 31603596830f: Download complete [2021-01-22T08:46:30.407Z] ecc8261a40a4: Verifying Checksum [2021-01-22T08:46:30.407Z] ecc8261a40a4: Download complete [2021-01-22T08:46:30.407Z] 6ca5941a6612: Verifying Checksum [2021-01-22T08:46:30.407Z] 6ca5941a6612: Download complete [2021-01-22T08:46:30.683Z] 31603596830f: Pull complete [2021-01-22T08:46:30.683Z] 2a8b12db71e7: Pull complete [2021-01-22T08:46:32.741Z] 6ca5941a6612: Pull complete [2021-01-22T08:46:33.029Z] ecc8261a40a4: Pull complete [2021-01-22T08:46:33.029Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T08:46:33.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:46:33.298Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T08:46:33.479Z] prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container [2021-01-22T08:46:33.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T08:46:36.563Z] $ docker top 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T08:46:37.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T08:46:37.049Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T08:46:37.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T08:46:37.612Z] $ docker exec 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent [2021-01-22T08:46:38.083Z] SSH_AUTH_SOCK=/tmp/ssh-OYfdnkXMASCz/agent.11 [2021-01-22T08:46:38.083Z] SSH_AGENT_PID=16 [2021-01-22T08:46:38.194Z] Running ssh-add (command line suppressed) [2021-01-22T08:46:38.751Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_2716694928972653156.key (/w/workspace/edgex-go/17@tmp/private_key_2716694928972653156.key) [2021-01-22T08:46:38.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T08:46:39.408Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T08:46:39.600Z] $ docker exec --env ******** --env ******** 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent -k [2021-01-22T08:46:40.208Z] unset SSH_AUTH_SOCK; [2021-01-22T08:46:40.208Z] unset SSH_AGENT_PID; [2021-01-22T08:46:40.209Z] echo Agent pid 16 killed; [2021-01-22T08:46:40.465Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T08:46:40.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T08:46:40.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T08:46:41.764Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T08:46:41.771Z] $ docker exec 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent [2021-01-22T08:46:42.240Z] SSH_AUTH_SOCK=/tmp/ssh-BOmZJO5n5CF0/agent.45 [2021-01-22T08:46:42.240Z] SSH_AGENT_PID=50 [2021-01-22T08:46:42.256Z] Running ssh-add (command line suppressed) [2021-01-22T08:46:42.621Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_8772275198589389358.key (/w/workspace/edgex-go/17@tmp/private_key_8772275198589389358.key) [2021-01-22T08:46:42.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T08:46:43.393Z] + git semver init [2021-01-22T08:46:43.393Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T08:46:43.393Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-01-22T08:46:43.393Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-01-22T08:46:43.393Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T08:46:43.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T08:46:43.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T08:46:43.393Z] # $SEMVER_BRANCH = PR-3030 [2021-01-22T08:46:43.393Z] # $SEMVER_TEMP = /tmp/semver-415956963 [2021-01-22T08:46:43.393Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T08:47:16.724Z] # '/tmp/semver-415956963' -> '/w/workspace/edgex-go/17/.semver' [2021-01-22T08:47:16.724Z] # -> Force: false [2021-01-22T08:47:16.724Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-01-22T08:47:16.743Z] $ docker exec --env ******** --env ******** 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent -k [2021-01-22T08:47:17.242Z] unset SSH_AUTH_SOCK; [2021-01-22T08:47:17.243Z] unset SSH_AGENT_PID; [2021-01-22T08:47:17.243Z] echo Agent pid 50 killed; [2021-01-22T08:47:17.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T08:47:17.853Z] + git semver [Pipeline] } [2021-01-22T08:47:17.885Z] $ docker stop --time=1 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a [2021-01-22T08:47:19.648Z] $ docker rm -f 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:47:20.445Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T08:47:21.384Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T08:47:21.386Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T08:47:22.422Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:47:22.877Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:47:23.284Z] + sudo service docker restart [2021-01-22T08:47:23.284Z] + true [2021-01-22T08:47:23.284Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T08:47:24.358Z] ========================================================= [2021-01-22T08:47:24.358Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T08:47:24.358Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:47:24.804Z] + 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-22T08:47:31.761Z] Sending build context to Docker daemon 327.1MB [2021-01-22T08:47:31.761Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T08:47:31.761Z] Step 2/6 : FROM ${BASE} [2021-01-22T08:47:31.761Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T08:47:31.761Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T08:47:31.761Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T08:47:31.761Z] de9db76c5a1d: Pulling fs layer [2021-01-22T08:47:31.761Z] bca2f99d35d6: Pulling fs layer [2021-01-22T08:47:31.761Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T08:47:31.761Z] 7c6f9722023f: Pulling fs layer [2021-01-22T08:47:31.761Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T08:47:31.761Z] 93359f2a8cfa: Waiting [2021-01-22T08:47:31.761Z] 7c6f9722023f: Waiting [2021-01-22T08:47:31.761Z] a35cf1a2eb13: Waiting [2021-01-22T08:47:31.761Z] de9db76c5a1d: Verifying Checksum [2021-01-22T08:47:31.761Z] de9db76c5a1d: Download complete [2021-01-22T08:47:31.761Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T08:47:31.761Z] 0ef7d3d256c8: Download complete [2021-01-22T08:47:32.119Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T08:47:32.119Z] 93359f2a8cfa: Download complete [2021-01-22T08:47:32.119Z] 7c6f9722023f: Verifying Checksum [2021-01-22T08:47:32.119Z] 7c6f9722023f: Download complete [2021-01-22T08:47:32.792Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T08:47:32.792Z] 188c0c94c7c5: Download complete [2021-01-22T08:47:33.695Z] 188c0c94c7c5: Pull complete [2021-01-22T08:47:34.399Z] 0ef7d3d256c8: Pull complete [2021-01-22T08:47:35.032Z] de9db76c5a1d: Pull complete [2021-01-22T08:47:36.837Z] Still waiting to schedule task [2021-01-22T08:47:36.838Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-22T08:47:37.830Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T08:47:37.830Z] a35cf1a2eb13: Download complete [2021-01-22T08:47:39.846Z] bca2f99d35d6: Verifying Checksum [2021-01-22T08:47:39.846Z] bca2f99d35d6: Download complete [2021-01-22T08:47:50.129Z] bca2f99d35d6: Pull complete [2021-01-22T08:47:50.129Z] 93359f2a8cfa: Pull complete [2021-01-22T08:47:50.129Z] 7c6f9722023f: Pull complete [2021-01-22T08:47:55.564Z] a35cf1a2eb13: Pull complete [2021-01-22T08:47:55.564Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T08:47:55.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T08:47:55.564Z] ---> a62c8e92a672 [2021-01-22T08:47:55.564Z] 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-22T08:47:55.564Z] ---> Running in ec1c6576e223 [2021-01-22T08:47:55.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:47:56.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:47:57.878Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T08:47:57.878Z] (2/12) Installing file (5.38-r0) [2021-01-22T08:47:57.878Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T08:47:58.149Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T08:48:01.587Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T08:48:01.587Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T08:48:01.587Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T08:48:01.587Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T08:48:01.587Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T08:48:01.587Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T08:48:01.587Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T08:48:01.887Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T08:48:01.887Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:48:01.887Z] OK: 233 MiB in 51 packages [2021-01-22T08:48:06.350Z] Removing intermediate container ec1c6576e223 [2021-01-22T08:48:06.350Z] ---> 1d026cb82615 [2021-01-22T08:48:06.350Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T08:48:06.350Z] ---> Running in 53ee9626f545 [2021-01-22T08:48:06.350Z] Removing intermediate container 53ee9626f545 [2021-01-22T08:48:06.350Z] ---> 6b3e873e1dec [2021-01-22T08:48:06.350Z] Step 5/6 : COPY go.mod . [2021-01-22T08:48:07.042Z] ---> 9c56e9e0e0a3 [2021-01-22T08:48:07.042Z] Step 6/6 : RUN go mod download [2021-01-22T08:48:07.042Z] ---> Running in 005ca003100c [2021-01-22T08:48:34.245Z] Removing intermediate container 005ca003100c [2021-01-22T08:48:34.245Z] ---> d38e42f39f8a [2021-01-22T08:48:34.245Z] Successfully built d38e42f39f8a [2021-01-22T08:48:34.245Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:48:34.610Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T08:48:34.610Z] . [Pipeline] withDockerContainer [2021-01-22T08:48:34.928Z] prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container [2021-01-22T08:48:35.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T08:48:36.185Z] $ docker top 6a673aa99aafb2557c99ac7ef354528eb20823f8daee3189743a8286830fb9c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:48:37.218Z] + go version [2021-01-22T08:48:37.218Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T08:48:37.252Z] $ docker stop --time=1 6a673aa99aafb2557c99ac7ef354528eb20823f8daee3189743a8286830fb9c7 [2021-01-22T08:48:38.805Z] $ docker rm -f 6a673aa99aafb2557c99ac7ef354528eb20823f8daee3189743a8286830fb9c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:48:39.679Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T08:48:39.679Z] . [Pipeline] withDockerContainer [2021-01-22T08:48:39.864Z] prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container [2021-01-22T08:48:40.000Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T08:48:41.371Z] $ docker top 617e7a5874a86040b51389fdf89e2e1b522db324e72cac4236d5a41b1749afe8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T08:48:41.740Z] ========================================================= [2021-01-22T08:48:41.741Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T08:48:41.741Z] ========================================================= [Pipeline] sh [2021-01-22T08:48:42.082Z] + make test [2021-01-22T08:48:42.082Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T08:49:00.664Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T08:49:18.631Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22248 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T08:49:18.760Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-01-22T08:49:24.004Z] using credential edgex-jenkins-ssh [2021-01-22T08:49:24.065Z] Cloning the remote Git repository [2021-01-22T08:49:24.129Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:49:24.237Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-01-22T08:49:24.319Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:49:24.320Z] > git --version # timeout=10 [2021-01-22T08:49:24.339Z] > git --version # 'git version 2.17.1' [2021-01-22T08:49:24.340Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:49:24.387Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:49:28.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T08:49:36.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T08:49:36.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T08:49:36.825Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T08:49:36.825Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T08:49:42.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T08:49:42.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T08:49:42.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T08:49:42.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T08:49:42.504Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T08:49:42.911Z] Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit b9aa6044ec32c77830497c794d2a8bd85bb0832c [2021-01-22T08:49:43.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T08:49:41.941Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:49:41.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:49:41.990Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:49:42.065Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:49:42.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:49:42.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T08:49:42.944Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:49:42.967Z] > git checkout -f b9aa6044ec32c77830497c794d2a8bd85bb0832c # timeout=10 [2021-01-22T08:49:43.924Z] Merge succeeded, producing 1ecd6ce7ccf9b16b620ab5272d9267f3aa43a5c2 [2021-01-22T08:49:43.925Z] Checking out Revision 1ecd6ce7ccf9b16b620ab5272d9267f3aa43a5c2 (PR-3030) [2021-01-22T08:49:43.255Z] > git remote # timeout=10 [2021-01-22T08:49:43.270Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T08:49:43.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:49:43.305Z] > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 [2021-01-22T08:49:43.917Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T08:49:43.939Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:49:43.949Z] > git checkout -f 1ecd6ce7ccf9b16b620ab5272d9267f3aa43a5c2 # timeout=10 [2021-01-22T08:49:46.727Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T08:49:46.727Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T08:49:46.727Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T08:49:48.332Z] Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" [2021-01-22T08:49:48.357Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T08:49:50.066Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-22T08:49:48.349Z] > git rev-list --no-walk 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 [Pipeline] sh [2021-01-22T08:49:50.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 46.6% of statements [2021-01-22T08:49:50.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T08:49:50.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T08:49:50.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T08:49:50.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T08:49:50.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T08:49:50.470Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:49:50.812Z] + + sudo service docker restart [2021-01-22T08:49:50.812Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T08:49:52.865Z] provisioning config files... [2021-01-22T08:49:52.950Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config8099123363906711029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:49:53.387Z] ---> docker-login.sh [2021-01-22T08:49:53.387Z] nexus3.edgexfoundry.org:10001 [2021-01-22T08:49:53.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:49:54.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:49:54.598Z] Configure a credential helper to remove this warning. See [2021-01-22T08:49:54.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:49:54.598Z] [2021-01-22T08:49:54.598Z] Login Succeeded [2021-01-22T08:49:54.598Z] nexus3.edgexfoundry.org:10002 [2021-01-22T08:49:54.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:49:55.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:49:55.148Z] Configure a credential helper to remove this warning. See [2021-01-22T08:49:55.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:49:55.148Z] [2021-01-22T08:49:55.148Z] Login Succeeded [2021-01-22T08:49:55.148Z] nexus3.edgexfoundry.org:10003 [2021-01-22T08:49:55.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:49:55.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:49:55.698Z] Configure a credential helper to remove this warning. See [2021-01-22T08:49:55.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:49:55.698Z] [2021-01-22T08:49:55.698Z] Login Succeeded [2021-01-22T08:49:55.698Z] nexus3.edgexfoundry.org:10004 [2021-01-22T08:49:55.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.0% of statements [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T08:49:55.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T08:49:55.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T08:49:55.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 66.7% of statements [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T08:49:55.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T08:49:55.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:49:56.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:49:56.248Z] Configure a credential helper to remove this warning. See [2021-01-22T08:49:56.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:49:56.248Z] [2021-01-22T08:49:56.248Z] Login Succeeded [2021-01-22T08:49:56.248Z] docker.io [2021-01-22T08:49:56.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:49:56.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:49:56.788Z] Configure a credential helper to remove this warning. See [2021-01-22T08:49:56.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:49:56.788Z] [2021-01-22T08:49:56.788Z] Login Succeeded [2021-01-22T08:49:56.788Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T08:49:56.805Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-22T08:49:56.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.619s coverage: 82.3% of statements [2021-01-22T08:49:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T08:49:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:49:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T08:49:56.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T08:49:57.221Z] ========================================================= [2021-01-22T08:49:57.221Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T08:49:57.221Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:49:57.600Z] + 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-22T08:49:59.575Z] Sending build context to Docker daemon 165.9MB [2021-01-22T08:49:59.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.609s coverage: 28.6% of statements [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T08:49:59.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T08:49:59.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2021-01-22T08:49:59.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T08:49:59.849Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T08:49:59.849Z] Step 2/6 : FROM ${BASE} [2021-01-22T08:49:59.849Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T08:49:59.849Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T08:49:59.849Z] a4357932f1b6: Pulling fs layer [2021-01-22T08:49:59.849Z] 18c013af1878: Pulling fs layer [2021-01-22T08:49:59.849Z] 00ac8860ef70: Pulling fs layer [2021-01-22T08:49:59.849Z] 63d7cb157983: Pulling fs layer [2021-01-22T08:49:59.849Z] b116817d02f9: Pulling fs layer [2021-01-22T08:49:59.849Z] 745a02a5169b: Pulling fs layer [2021-01-22T08:49:59.849Z] 00ac8860ef70: Waiting [2021-01-22T08:49:59.849Z] 63d7cb157983: Waiting [2021-01-22T08:49:59.849Z] 745a02a5169b: Waiting [2021-01-22T08:49:59.849Z] b116817d02f9: Waiting [2021-01-22T08:49:59.849Z] 18c013af1878: Verifying Checksum [2021-01-22T08:49:59.849Z] 18c013af1878: Download complete [2021-01-22T08:49:59.849Z] a4357932f1b6: Verifying Checksum [2021-01-22T08:49:59.849Z] a4357932f1b6: Download complete [2021-01-22T08:49:59.849Z] 63d7cb157983: Verifying Checksum [2021-01-22T08:49:59.849Z] 63d7cb157983: Download complete [2021-01-22T08:49:59.849Z] b116817d02f9: Verifying Checksum [2021-01-22T08:49:59.849Z] b116817d02f9: Download complete [2021-01-22T08:49:59.849Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T08:49:59.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.197s coverage: 86.7% of statements [2021-01-22T08:49:59.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T08:49:59.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2021-01-22T08:49:59.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T08:50:00.839Z] 5f621e34cdf4: Pull complete [2021-01-22T08:50:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements [2021-01-22T08:50:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T08:50:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T08:50:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T08:50:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T08:50:01.115Z] a4357932f1b6: Pull complete [2021-01-22T08:50:01.715Z] 18c013af1878: Pull complete [2021-01-22T08:50:01.997Z] 745a02a5169b: Verifying Checksum [2021-01-22T08:50:01.997Z] 745a02a5169b: Download complete [2021-01-22T08:50:03.441Z] 00ac8860ef70: Verifying Checksum [2021-01-22T08:50:03.441Z] 00ac8860ef70: Download complete [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.655s coverage: 92.8% of statements [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T08:50:05.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 43.8% of statements [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-01-22T08:50:05.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements [2021-01-22T08:50:05.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-01-22T08:50:15.857Z] 00ac8860ef70: Pull complete [2021-01-22T08:50:15.857Z] 63d7cb157983: Pull complete [2021-01-22T08:50:15.857Z] b116817d02f9: Pull complete [2021-01-22T08:50:18.492Z] 745a02a5169b: Pull complete [2021-01-22T08:50:18.492Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T08:50:18.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T08:50:18.492Z] ---> b7e6874047d6 [2021-01-22T08:50:18.492Z] 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-22T08:50:18.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2021-01-22T08:50:18.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T08:50:18.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.139s coverage: 87.2% of statements [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T08:50:18.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T08:50:18.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-01-22T08:50:18.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements [2021-01-22T08:50:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.361s coverage: 63.5% of statements [2021-01-22T08:50:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T08:50:18.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-01-22T08:50:18.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-22T08:50:19.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.629s coverage: 68.9% of statements [2021-01-22T08:50:19.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T08:50:19.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T08:50:19.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T08:50:19.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T08:50:19.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T08:50:20.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.234s coverage: 37.0% of statements [2021-01-22T08:50:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T08:50:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T08:50:20.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.744s coverage: 84.0% of statements [2021-01-22T08:50:20.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements [2021-01-22T08:50:21.895Z] ---> Running in b6180098c496 [2021-01-22T08:50:22.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:50:23.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:50:24.418Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.248s coverage: 47.1% of statements [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T08:50:24.418Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T08:50:24.418Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements [2021-01-22T08:50:24.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T08:50:24.466Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T08:50:24.742Z] (2/12) Installing file (5.38-r0) [2021-01-22T08:50:24.742Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T08:50:24.742Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.169s coverage: 29.1% of statements [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.130s coverage: 99.0% of statements [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T08:50:28.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-01-22T08:50:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-22T08:50:29.094Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.053s coverage: 100.0% of statements [2021-01-22T08:50:29.416Z] GO111MODULE=on go vet ./... [2021-01-22T08:50:31.445Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T08:50:31.445Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T08:50:31.445Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T08:50:31.445Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T08:50:31.445Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T08:50:31.445Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T08:50:31.445Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T08:50:31.445Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T08:50:31.445Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:50:31.445Z] OK: 217 MiB in 51 packages [2021-01-22T08:50:34.822Z] Removing intermediate container b6180098c496 [2021-01-22T08:50:34.822Z] ---> 3c388affb01c [2021-01-22T08:50:34.822Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T08:50:35.096Z] ---> Running in 49aa111969ec [2021-01-22T08:50:35.374Z] Removing intermediate container 49aa111969ec [2021-01-22T08:50:35.374Z] ---> 66f9f8f8ca61 [2021-01-22T08:50:35.374Z] Step 5/6 : COPY go.mod . [2021-01-22T08:50:35.967Z] ---> 98c5501fa464 [2021-01-22T08:50:35.967Z] Step 6/6 : RUN go mod download [2021-01-22T08:50:36.238Z] ---> Running in 1ab6e8695dbf [2021-01-22T08:51:03.033Z] Removing intermediate container 1ab6e8695dbf [2021-01-22T08:51:03.033Z] ---> 035b2e14e924 [2021-01-22T08:51:03.033Z] Successfully built 035b2e14e924 [2021-01-22T08:51:03.033Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:51:03.372Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T08:51:03.372Z] . [Pipeline] withDockerContainer [2021-01-22T08:51:03.613Z] prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container [2021-01-22T08:51:03.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T08:51:05.233Z] $ docker top 946e5bf7d6b405f26c2a549187aaf95eaab26d8f25e2cd5ede7a821eea386af4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:51:06.197Z] + go version [2021-01-22T08:51:06.197Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T08:51:06.237Z] $ docker stop --time=1 946e5bf7d6b405f26c2a549187aaf95eaab26d8f25e2cd5ede7a821eea386af4 [2021-01-22T08:51:08.108Z] $ docker rm -f 946e5bf7d6b405f26c2a549187aaf95eaab26d8f25e2cd5ede7a821eea386af4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:51:09.077Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T08:51:09.077Z] . [Pipeline] withDockerContainer [2021-01-22T08:51:09.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container [2021-01-22T08:51:09.421Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T08:51:10.762Z] $ docker top b6e79813c0f67ffb206818c59de87c17df2bad648b91094af9ff7564abd633f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T08:51:11.155Z] ========================================================= [2021-01-22T08:51:11.155Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T08:51:11.155Z] ========================================================= [Pipeline] sh [2021-01-22T08:51:11.476Z] + make test [2021-01-22T08:51:11.748Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T08:51:17.530Z] gofmt -l . [2021-01-22T08:51:17.530Z] [ "`gofmt -l .`" = "" ] [2021-01-22T08:51:17.530Z] ./bin/test-go-mod-tidy.sh [2021-01-22T08:51:17.530Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T08:51:18.186Z] + ls -al . [2021-01-22T08:51:18.186Z] total 668 [2021-01-22T08:51:18.186Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 08:51 . [2021-01-22T08:51:18.186Z] drwxr-xr-x 4 root root 30 Jan 22 08:48 .. [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 08:46 .dockerignore [2021-01-22T08:51:18.186Z] drwxrwxr-x 8 1001 1001 179 Jan 22 08:46 .git [2021-01-22T08:51:18.186Z] drwxrwxr-x 3 1001 1001 125 Jan 22 08:46 .github [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 08:46 .gitignore [2021-01-22T08:51:18.186Z] drwx------ 3 1001 1001 47 Jan 22 08:47 .semver [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 08:46 .sonarcloud.properties [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:46 Attribution.txt [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:46 CONTRIBUTING.md [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 08:46 Dockerfile.build [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 08:46 Jenkinsfile [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:46 LICENSE [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:46 Makefile [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:46 README.md [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:46 SECURITY.md [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 08:47 VERSION [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:46 ZMQWindows.md [2021-01-22T08:51:18.186Z] drwxrwxr-x 2 1001 1001 117 Jan 22 08:46 bin [2021-01-22T08:51:18.186Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 08:46 cmd [2021-01-22T08:51:18.186Z] -rw-r--r-- 1 root root 563886 Jan 22 08:50 coverage.out [2021-01-22T08:51:18.186Z] -rw-r--r-- 1 root root 1053 Jan 22 08:51 go.mod [2021-01-22T08:51:18.186Z] -rw-r--r-- 1 root root 18878 Jan 22 08:51 go.sum [2021-01-22T08:51:18.186Z] drwxrwxr-x 8 1001 1001 127 Jan 22 08:46 internal [2021-01-22T08:51:18.186Z] drwxrwxr-x 4 1001 1001 26 Jan 22 08:46 openapi [2021-01-22T08:51:18.186Z] drwxrwxr-x 4 1001 1001 71 Jan 22 08:46 snap [2021-01-22T08:51:18.186Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 08:46 version.go [Pipeline] sh [2021-01-22T08:51:18.525Z] + '[' -e coverage.out ] [2021-01-22T08:51:18.525Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T08:51:18.943Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T08:51:19.271Z] + make build [2021-01-22T08:51:19.546Z] 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-22T08:51:25.018Z] 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-22T08:51:33.923Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T08:51:40.509Z] 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-22T08:51:41.118Z] 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-22T08:51:43.770Z] 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-22T08:51:44.047Z] 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-22T08:51:47.532Z] 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-22T08:51:51.037Z] 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-22T08:51:54.118Z] 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-22T08:51:57.731Z] 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-22T08:52:00.056Z] 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-22T08:52:03.595Z] 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-22T08:52:06.298Z] 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-22T08:52:09.869Z] $ docker stop --time=1 617e7a5874a86040b51389fdf89e2e1b522db324e72cac4236d5a41b1749afe8 [2021-01-22T08:52:12.188Z] $ docker rm -f 617e7a5874a86040b51389fdf89e2e1b522db324e72cac4236d5a41b1749afe8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:52:14.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:52:14.640Z] [2021-01-22T08:52:14.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:52:15.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:52:15.361Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T08:52:15.361Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T08:52:15.361Z] ca9280d653b3: Pulling fs layer [2021-01-22T08:52:15.361Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T08:52:15.985Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T08:52:15.985Z] cbdbe7a5bc2a: Download complete [2021-01-22T08:52:17.096Z] cbdbe7a5bc2a: Pull complete [2021-01-22T08:52:17.733Z] ca9280d653b3: Verifying Checksum [2021-01-22T08:52:17.733Z] ca9280d653b3: Download complete [2021-01-22T08:52:20.450Z] ca9280d653b3: Pull complete [2021-01-22T08:52:20.731Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T08:52:20.731Z] 7e9c9ca2126c: Download complete [2021-01-22T08:52:20.945Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T08:52:24.373Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T08:52:30.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T08:52:30.026Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T08:52:30.026Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T08:52:31.029Z] 7e9c9ca2126c: Pull complete [2021-01-22T08:52:31.029Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T08:52:31.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:52:31.029Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T08:52:31.244Z] prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container [2021-01-22T08:52:31.344Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T08:52:33.285Z] $ docker top b6b8a56bad418d383cdd65789d24d7c22da9c239df253acff2cc8da163c8cea3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:52:34.598Z] + grep parallel [2021-01-22T08:52:34.598Z] + docker-compose build --help [2021-01-22T08:52:36.174Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T08:52:36.201Z] $ docker stop --time=1 b6b8a56bad418d383cdd65789d24d7c22da9c239df253acff2cc8da163c8cea3 [2021-01-22T08:52:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T08:52:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T08:52:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T08:52:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T08:52:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T08:52:36.772Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T08:52:37.829Z] $ docker rm -f b6b8a56bad418d383cdd65789d24d7c22da9c239df253acff2cc8da163c8cea3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:52:38.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:52:38.755Z] . [Pipeline] withDockerContainer [2021-01-22T08:52:38.988Z] prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container [2021-01-22T08:52:39.060Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T08:52:40.054Z] $ docker top 607e0860f2fd1659b1efa65b94e0b5daec604a659b3f87387fabe1e95fd45155 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:52:40.903Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T08:52:42.999Z] Building docker-core-command-go ... [2021-01-22T08:52:42.999Z] Building docker-core-data-go ... [2021-01-22T08:52:42.999Z] Building docker-core-metadata-go ... [2021-01-22T08:52:42.999Z] Building docker-security-bootstrapper-go ... [2021-01-22T08:52:42.999Z] Building docker-security-proxy-setup-go ... [2021-01-22T08:52:42.999Z] Building docker-security-secretstore-setup-go ... [2021-01-22T08:52:42.999Z] Building docker-support-notifications-go ... [2021-01-22T08:52:42.999Z] Building docker-support-scheduler-go ... [2021-01-22T08:52:42.999Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T08:52:42.999Z] Building docker-core-data-go [2021-01-22T08:52:42.999Z] Building docker-security-bootstrapper-go [2021-01-22T08:52:42.999Z] Building docker-core-command-go [2021-01-22T08:52:42.999Z] Building docker-security-secretstore-setup-go [2021-01-22T08:52:42.999Z] Building docker-security-proxy-setup-go [2021-01-22T08:52:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T08:52:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T08:52:43.520Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T08:52:48.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.245s coverage: 46.6% of statements [2021-01-22T08:52:48.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T08:52:48.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T08:52:48.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T08:52:48.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T08:52:48.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T08:52:55.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.0% of statements [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T08:52:55.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T08:52:55.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T08:52:55.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.324s coverage: 66.7% of statements [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T08:52:55.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T08:52:56.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.701s coverage: 82.3% of statements [2021-01-22T08:52:56.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T08:52:56.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:52:56.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T08:52:56.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T08:53:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.207s coverage: 28.6% of statements [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T08:53:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T08:53:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T08:53:04.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements [2021-01-22T08:53:04.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T08:53:04.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements [2021-01-22T08:53:04.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T08:53:04.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements [2021-01-22T08:53:04.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T08:53:04.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T08:53:04.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T08:53:04.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.254s coverage: 92.8% of statements [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T08:53:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements [2021-01-22T08:53:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-01-22T08:53:25.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.088s coverage: 94.4% of statements [2021-01-22T08:53:25.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-01-22T08:53:25.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T08:53:25.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T08:53:25.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T08:53:25.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-01-22T08:53:26.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T08:53:26.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-22T08:53:26.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-01-22T08:53:26.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-01-22T08:53:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-01-22T08:53:26.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T08:53:27.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements [2021-01-22T08:53:27.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T08:53:27.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T08:53:27.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-22T08:53:27.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-01-22T08:53:29.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-01-22T08:53:29.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-01-22T08:53:29.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-01-22T08:53:33.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.874s coverage: 68.9% of statements [2021-01-22T08:53:33.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T08:53:33.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T08:53:33.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T08:53:33.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T08:53:33.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T08:53:35.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements [2021-01-22T08:53:35.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T08:53:35.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T08:53:35.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.720s coverage: 84.0% of statements [2021-01-22T08:53:35.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-01-22T08:53:39.885Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:53:39.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:53:39.886Z] ---> d38e42f39f8a [2021-01-22T08:53:39.886Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:53:39.886Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:53:39.886Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:53:39.886Z] ---> d38e42f39f8a [2021-01-22T08:53:39.886Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T08:53:39.886Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:53:39.886Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:53:39.886Z] ---> d38e42f39f8a [2021-01-22T08:53:39.886Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T08:53:39.886Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:53:39.886Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:53:39.886Z] ---> d38e42f39f8a [2021-01-22T08:53:39.886Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T08:53:39.886Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:53:39.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:53:39.886Z] ---> d38e42f39f8a [2021-01-22T08:53:39.886Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:53:39.886Z] ---> Running in b06d7b2c948f [2021-01-22T08:53:39.886Z] ---> Running in 3f14c5fe7fd4 [2021-01-22T08:53:39.886Z] ---> Running in b978647edb43 [2021-01-22T08:53:39.886Z] ---> Running in b33e2ceadad0 [2021-01-22T08:53:39.886Z] ---> Running in c664f9456337 [2021-01-22T08:53:39.886Z] Removing intermediate container 3f14c5fe7fd4 [2021-01-22T08:53:39.886Z] ---> 2f50502b95a6 [2021-01-22T08:53:39.886Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:53:39.886Z] Removing intermediate container b33e2ceadad0 [2021-01-22T08:53:39.886Z] ---> 4c4b6e6871ed [2021-01-22T08:53:39.886Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:53:39.886Z] Removing intermediate container c664f9456337 [2021-01-22T08:53:39.886Z] ---> 75022784153e [2021-01-22T08:53:39.886Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:53:39.886Z] Removing intermediate container b978647edb43 [2021-01-22T08:53:39.886Z] ---> 10109f3d4e9a [2021-01-22T08:53:39.886Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:53:39.886Z] Removing intermediate container b06d7b2c948f [2021-01-22T08:53:39.886Z] ---> 0ddc2df0c113 [2021-01-22T08:53:39.886Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:53:39.886Z] ---> Running in e706ad322132 [2021-01-22T08:53:39.886Z] ---> Running in 87b86ac272ef [2021-01-22T08:53:39.886Z] ---> Running in ca3abd67abbd [2021-01-22T08:53:39.886Z] ---> Running in 54852135cbfe [2021-01-22T08:53:39.886Z] ---> Running in 0d050b320414 [2021-01-22T08:53:40.485Z] Removing intermediate container 54852135cbfe [2021-01-22T08:53:40.485Z] ---> 90d7abe9126a [2021-01-22T08:53:40.485Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T08:53:40.485Z] Removing intermediate container e706ad322132 [2021-01-22T08:53:40.485Z] ---> 17b76e9811f9 [2021-01-22T08:53:40.485Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T08:53:40.485Z] ---> Running in b75b23d95e54 [2021-01-22T08:53:40.485Z] Removing intermediate container 0d050b320414 [2021-01-22T08:53:40.485Z] ---> 67f89da65bf8 [2021-01-22T08:53:40.485Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:53:40.772Z] ---> Running in 207d07dbf526 [2021-01-22T08:53:40.772Z] Removing intermediate container ca3abd67abbd [2021-01-22T08:53:40.772Z] ---> fda06b47121d [2021-01-22T08:53:40.772Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T08:53:40.772Z] ---> Running in 7e1f0e7185e8 [2021-01-22T08:53:40.772Z] Removing intermediate container 87b86ac272ef [2021-01-22T08:53:40.772Z] ---> c6d8fb27bbb1 [2021-01-22T08:53:40.772Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T08:53:41.072Z] ---> Running in 3c2493737777 [2021-01-22T08:53:41.072Z] ---> Running in f2fcb3b48c12 [2021-01-22T08:53:42.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:42.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T08:53:42.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T08:53:42.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-01-22T08:53:42.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T08:53:42.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.660Z] OK: 233 MiB in 51 packages [2021-01-22T08:53:43.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.660Z] OK: 233 MiB in 51 packages [2021-01-22T08:53:43.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:53:43.971Z] OK: 233 MiB in 51 packages [2021-01-22T08:53:44.348Z] OK: 233 MiB in 51 packages [2021-01-22T08:53:44.348Z] OK: 233 MiB in 51 packages [2021-01-22T08:53:45.033Z] Removing intermediate container b75b23d95e54 [2021-01-22T08:53:45.033Z] ---> a5e34d384b86 [2021-01-22T08:53:45.033Z] Step 6/33 : COPY go.mod . [2021-01-22T08:53:45.311Z] Removing intermediate container 207d07dbf526 [2021-01-22T08:53:45.311Z] ---> 177bac5b125c [2021-01-22T08:53:45.311Z] Step 6/23 : COPY go.mod . [2021-01-22T08:53:45.311Z] Removing intermediate container 7e1f0e7185e8 [2021-01-22T08:53:45.311Z] ---> a363256558f8 [2021-01-22T08:53:45.311Z] Step 6/23 : COPY go.mod . [2021-01-22T08:53:45.631Z] Removing intermediate container f2fcb3b48c12 [2021-01-22T08:53:45.631Z] ---> 232651f5d133 [2021-01-22T08:53:45.631Z] Step 6/24 : COPY go.mod . [2021-01-22T08:53:45.631Z] ---> f29ac6e013f2 [2021-01-22T08:53:45.631Z] Step 7/33 : RUN go mod download [2021-01-22T08:53:45.912Z] ---> Running in e0ab19d9648e [2021-01-22T08:53:45.912Z] Removing intermediate container 3c2493737777 [2021-01-22T08:53:45.912Z] ---> c959c4e5d860 [2021-01-22T08:53:45.912Z] Step 6/21 : COPY go.mod . [2021-01-22T08:53:46.233Z] ---> 274a2e0e3636 [2021-01-22T08:53:46.233Z] Step 7/23 : RUN go mod download [2021-01-22T08:53:46.233Z] ---> 3e279256b484 [2021-01-22T08:53:46.233Z] Step 7/23 : RUN go mod download [2021-01-22T08:53:46.233Z] ---> Running in 1254e2a53a02 [2021-01-22T08:53:46.233Z] ---> Running in 1dad6969e12e [2021-01-22T08:53:46.554Z] ---> e421ddee1225 [2021-01-22T08:53:46.554Z] Step 7/24 : RUN go mod download [2021-01-22T08:53:46.554Z] ---> Running in 68f7e0155955 [2021-01-22T08:53:46.554Z] ---> a3474a4726b4 [2021-01-22T08:53:46.554Z] Step 7/21 : RUN go mod download [2021-01-22T08:53:46.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.976s coverage: 29.1% of statements [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T08:53:46.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T08:53:46.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T08:53:46.671Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T08:53:46.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T08:53:46.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T08:53:46.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T08:53:46.850Z] ---> Running in d2b1c0e0a9fe [2021-01-22T08:53:46.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-01-22T08:53:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-22T08:53:48.518Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-22T08:53:49.119Z] GO111MODULE=on go vet ./... [2021-01-22T08:53:51.236Z] Removing intermediate container d2b1c0e0a9fe [2021-01-22T08:53:51.236Z] ---> ef33385a6c3a [2021-01-22T08:53:51.236Z] Step 8/21 : COPY . . [2021-01-22T08:53:51.236Z] Removing intermediate container e0ab19d9648e [2021-01-22T08:53:51.236Z] ---> 659105a574ed [2021-01-22T08:53:51.236Z] Step 8/33 : COPY . . [2021-01-22T08:53:51.236Z] Removing intermediate container 68f7e0155955 [2021-01-22T08:53:51.236Z] ---> c03939eb48fd [2021-01-22T08:53:51.236Z] Step 8/24 : COPY . . [2021-01-22T08:53:51.861Z] Removing intermediate container 1dad6969e12e [2021-01-22T08:53:51.861Z] ---> afd40ac22792 [2021-01-22T08:53:51.861Z] Step 8/23 : COPY . . [2021-01-22T08:53:52.140Z] Removing intermediate container 1254e2a53a02 [2021-01-22T08:53:52.140Z] ---> ed775845e9fc [2021-01-22T08:53:52.140Z] Step 8/23 : COPY . . [2021-01-22T08:54:57.165Z] gofmt -l . [2021-01-22T08:54:59.146Z] [ "`gofmt -l .`" = "" ] [2021-01-22T08:55:00.987Z] ---> 5639e7bf1cf0 [2021-01-22T08:55:00.987Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T08:55:00.987Z] ---> edf3c424dffd [2021-01-22T08:55:00.987Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T08:55:00.987Z] ---> 773bc0641acd [2021-01-22T08:55:00.987Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T08:55:00.987Z] ---> Running in a3cf376a54d3 [2021-01-22T08:55:00.987Z] ---> Running in c55ba915a246 [2021-01-22T08:55:00.987Z] ---> Running in b204f7c19dfc [2021-01-22T08:55:00.987Z] ---> c974ee970b80 [2021-01-22T08:55:00.987Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T08:55:00.987Z] ---> Running in 4a30bf2e2aec [2021-01-22T08:55:00.987Z] ---> b88b7492cab1 [2021-01-22T08:55:00.987Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T08:55:00.987Z] ---> Running in a1c0feddd316 [2021-01-22T08:55:00.987Z] 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-22T08:55:00.987Z] 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-22T08:55:00.987Z] 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-22T08:55:00.987Z] 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-22T08:55:00.987Z] 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-22T08:55:01.120Z] ./bin/test-go-mod-tidy.sh [2021-01-22T08:55:02.096Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T08:55:03.723Z] + ls -al . [2021-01-22T08:55:03.723Z] total 696 [2021-01-22T08:55:03.723Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 08:55 . [2021-01-22T08:55:03.723Z] drwxr-xr-x 4 root root 4096 Jan 22 08:51 .. [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 08:49 .dockerignore [2021-01-22T08:55:03.723Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 08:49 .git [2021-01-22T08:55:03.723Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 08:49 .github [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 08:49 .gitignore [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 08:49 .sonarcloud.properties [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:49 Attribution.txt [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:49 CONTRIBUTING.md [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 08:49 Dockerfile.build [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 08:49 Jenkinsfile [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:49 LICENSE [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:49 Makefile [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:49 README.md [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:49 SECURITY.md [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 08:47 VERSION [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:49 ZMQWindows.md [2021-01-22T08:55:03.723Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 08:49 bin [2021-01-22T08:55:03.723Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 08:49 cmd [2021-01-22T08:55:03.723Z] -rw-r--r-- 1 root root 563886 Jan 22 08:53 coverage.out [2021-01-22T08:55:03.723Z] -rw-r--r-- 1 root root 1053 Jan 22 08:55 go.mod [2021-01-22T08:55:03.723Z] -rw-r--r-- 1 root root 18878 Jan 22 08:55 go.sum [2021-01-22T08:55:03.723Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 08:49 internal [2021-01-22T08:55:03.723Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 08:49 openapi [2021-01-22T08:55:03.723Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 08:49 snap [2021-01-22T08:55:03.723Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 08:49 version.go [Pipeline] sh [2021-01-22T08:55:04.381Z] + '[' -e coverage.out ] [2021-01-22T08:55:04.381Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T08:55:04.455Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T08:55:05.811Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T08:55:06.497Z] + make build [2021-01-22T08:55:06.498Z] 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-22T08:55:16.684Z] 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-22T08:55:40.463Z] 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-22T08:55:40.463Z] 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-22T08:55:40.463Z] 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-22T08:55:43.482Z] 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-22T08:55:46.096Z] 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-22T08:55:48.923Z] Removing intermediate container 4a30bf2e2aec [2021-01-22T08:55:48.923Z] ---> 7a7d579680e4 [2021-01-22T08:55:48.923Z] [2021-01-22T08:55:48.923Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:55:48.923Z] 3.12: Pulling from library/alpine [2021-01-22T08:55:50.029Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T08:55:50.029Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T08:55:50.029Z] ---> 389fef711851 [2021-01-22T08:55:50.029Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:55:52.808Z] 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-22T08:55:53.411Z] 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-22T08:55:54.481Z] ---> Running in 88dca2c3ff91 [2021-01-22T08:55:54.482Z] Removing intermediate container a3cf376a54d3 [2021-01-22T08:55:54.482Z] ---> 4c23cf85e243 [2021-01-22T08:55:54.482Z] [2021-01-22T08:55:54.482Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T08:55:54.482Z] ---> 389fef711851 [2021-01-22T08:55:54.482Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T08:55:54.762Z] Removing intermediate container b204f7c19dfc [2021-01-22T08:55:54.762Z] ---> 6fca20605fc2 [2021-01-22T08:55:54.762Z] [2021-01-22T08:55:54.762Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T08:55:54.762Z] ---> 389fef711851 [2021-01-22T08:55:54.762Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T08:55:54.762Z] Removing intermediate container c55ba915a246 [2021-01-22T08:55:54.762Z] ---> 1b5e1acb17f7 [2021-01-22T08:55:54.762Z] [2021-01-22T08:55:54.763Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T08:55:54.763Z] ---> 389fef711851 [2021-01-22T08:55:54.763Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T08:55:55.078Z] ---> Running in 7cbed8d17ad0 [2021-01-22T08:55:55.078Z] ---> Running in fc06c615eff1 [2021-01-22T08:55:55.078Z] ---> Running in d16cddcb7363 [2021-01-22T08:55:56.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:56.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:56.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:56.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:57.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:57.338Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T08:55:57.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:57.338Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:55:57.338Z] OK: 6 MiB in 15 packages [2021-01-22T08:55:57.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:57.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:55:57.986Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T08:55:58.314Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:55:58.314Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T08:55:58.620Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T08:55:58.809Z] 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-22T08:55:58.931Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T08:55:58.931Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:55:58.932Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:55:59.243Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T08:55:59.243Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T08:55:59.243Z] OK: 7 MiB in 19 packages [2021-01-22T08:55:59.243Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T08:55:59.623Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T08:55:59.623Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:55:59.623Z] OK: 6 MiB in 17 packages [2021-01-22T08:55:59.623Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:55:59.623Z] Removing intermediate container a1c0feddd316 [2021-01-22T08:55:59.623Z] ---> 27a0b84ed242 [2021-01-22T08:55:59.623Z] [2021-01-22T08:55:59.623Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:55:59.623Z] ---> 389fef711851 [2021-01-22T08:55:59.623Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T08:55:59.926Z] Removing intermediate container 88dca2c3ff91 [2021-01-22T08:55:59.926Z] ---> d4b46091c47b [2021-01-22T08:55:59.926Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:55:59.926Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T08:55:59.926Z] ---> Running in 0c3ba634f685 [2021-01-22T08:55:59.926Z] ---> Running in c8f62089487b [2021-01-22T08:56:00.211Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T08:56:00.211Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:56:00.512Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:56:00.512Z] OK: 7 MiB in 18 packages [2021-01-22T08:56:00.822Z] Removing intermediate container c8f62089487b [2021-01-22T08:56:00.822Z] ---> a3a8ef38f584 [2021-01-22T08:56:00.822Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T08:56:00.822Z] Removing intermediate container 0c3ba634f685 [2021-01-22T08:56:00.822Z] ---> 232373ce73a6 [2021-01-22T08:56:00.822Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T08:56:00.822Z] ---> Running in 9d6c6073f987 [2021-01-22T08:56:00.822Z] ---> Running in e8b11bba2228 [2021-01-22T08:56:00.822Z] Removing intermediate container fc06c615eff1 [2021-01-22T08:56:00.822Z] ---> 92a67aa9c531 [2021-01-22T08:56:00.822Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T08:56:01.516Z] Removing intermediate container 7cbed8d17ad0 [2021-01-22T08:56:01.516Z] ---> 9f5ffb7f07c2 [2021-01-22T08:56:01.516Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:56:01.812Z] ---> Running in 19fa4ffaf6b8 [2021-01-22T08:56:01.812Z] ---> Running in 8561aa164590 [2021-01-22T08:56:02.118Z] Removing intermediate container 9d6c6073f987 [2021-01-22T08:56:02.118Z] ---> 98d0eab1134f [2021-01-22T08:56:02.118Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:56:02.118Z] Removing intermediate container e8b11bba2228 [2021-01-22T08:56:02.118Z] ---> 4c8ef9ae1a9d [2021-01-22T08:56:02.118Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T08:56:02.118Z] ---> Running in 7e2c0c04396c [2021-01-22T08:56:02.395Z] ---> Running in 7d30d85f75c8 [2021-01-22T08:56:02.395Z] Removing intermediate container 19fa4ffaf6b8 [2021-01-22T08:56:02.395Z] ---> 63f1e941a2c4 [2021-01-22T08:56:02.395Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T08:56:02.395Z] Removing intermediate container 8561aa164590 [2021-01-22T08:56:02.395Z] ---> ae7b78972708 [2021-01-22T08:56:02.395Z] Step 13/24 : WORKDIR / [2021-01-22T08:56:02.747Z] ---> Running in 9f77b048c559 [2021-01-22T08:56:02.747Z] Removing intermediate container 7e2c0c04396c [2021-01-22T08:56:02.747Z] ---> bd80f2d79ee5 [2021-01-22T08:56:02.747Z] Step 15/23 : WORKDIR / [2021-01-22T08:56:02.748Z] ---> Running in 4b713862a05b [2021-01-22T08:56:02.748Z] Removing intermediate container d16cddcb7363 [2021-01-22T08:56:02.748Z] ---> f0b5ff138256 [2021-01-22T08:56:02.748Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:56:02.748Z] Removing intermediate container 7d30d85f75c8 [2021-01-22T08:56:02.748Z] ---> a2a6cb40e435 [2021-01-22T08:56:02.748Z] ---> Running in d4f45102a87c [2021-01-22T08:56:02.748Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:56:03.069Z] ---> Running in b04d562e6680 [2021-01-22T08:56:03.069Z] Removing intermediate container 9f77b048c559 [2021-01-22T08:56:03.069Z] ---> f4eaf9d93670 [2021-01-22T08:56:03.069Z] 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-22T08:56:03.069Z] ---> Running in 67f65a4c9e7d [2021-01-22T08:56:03.119Z] 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-22T08:56:03.364Z] ---> Running in e11e36039f27 [2021-01-22T08:56:03.652Z] Removing intermediate container 4b713862a05b [2021-01-22T08:56:03.652Z] ---> 114695f96ad9 [2021-01-22T08:56:03.652Z] 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-22T08:56:03.652Z] Removing intermediate container d4f45102a87c [2021-01-22T08:56:03.652Z] ---> cb646251a16e [2021-01-22T08:56:03.652Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:56:03.652Z] Removing intermediate container b04d562e6680 [2021-01-22T08:56:03.652Z] ---> e5fec55f364c [2021-01-22T08:56:03.652Z] Step 13/21 : WORKDIR /edgex [2021-01-22T08:56:03.946Z] ---> Running in 5090a0f8f571 [2021-01-22T08:56:04.614Z] ---> 0d6e934bb507 [2021-01-22T08:56:04.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T08:56:04.614Z] ---> ba9b3b128b90 [2021-01-22T08:56:04.614Z] 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-22T08:56:05.294Z] Removing intermediate container 5090a0f8f571 [2021-01-22T08:56:05.294Z] ---> 96b18541f97d [2021-01-22T08:56:05.294Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T08:56:05.294Z] Connecting to github.com (140.82.113.4:443) [2021-01-22T08:56:05.933Z]  ---> ec455968a984 [2021-01-22T08:56:05.933Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T08:56:05.933Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.160.171:443) [2021-01-22T08:56:05.933Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T08:56:05.933Z]  ---> 20e72a53c69a [2021-01-22T08:56:05.933Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T08:56:05.933Z] Removing intermediate container 67f65a4c9e7d [2021-01-22T08:56:05.933Z] ---> 75e8e23dbcd1 [2021-01-22T08:56:05.933Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T08:56:06.220Z] dockerize-alpine-lin 5% |* | 169k 0:00:16 ETA [2021-01-22T08:56:06.220Z]  ---> d69f409d60f0 [2021-01-22T08:56:06.220Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T08:56:06.220Z] ---> Running in 08e77427721d [2021-01-22T08:56:06.220Z] ---> e8e1d1d45b54 [2021-01-22T08:56:06.220Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T08:56:06.499Z] 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-22T08:56:06.890Z] ---> 5a2ac1f8c3c5 [2021-01-22T08:56:06.890Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T08:56:06.890Z] ---> Running in c65b77acc96c [2021-01-22T08:56:07.210Z] ---> e3f14ace4f21 [2021-01-22T08:56:07.210Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T08:56:07.210Z] dockerize-alpine-lin 60% |******************* | 1767k 0:00:01 ETA [2021-01-22T08:56:07.210Z]  ---> 9d90f023331f [2021-01-22T08:56:07.210Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T08:56:07.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:56:07.210Z] Removing intermediate container c65b77acc96c [2021-01-22T08:56:07.210Z] ---> 2b259c893662 [2021-01-22T08:56:07.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:56:07.547Z] ---> Running in 0f1c37645b17 [2021-01-22T08:56:07.881Z] ---> 828874017d37 [2021-01-22T08:56:07.881Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T08:56:07.881Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T08:56:07.881Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T08:56:07.881Z] dockerize [2021-01-22T08:56:07.881Z] Removing intermediate container 0f1c37645b17 [2021-01-22T08:56:07.881Z] ---> 70befbcb9625 [2021-01-22T08:56:07.881Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:56:07.881Z] ---> fc67f7906926 [2021-01-22T08:56:07.881Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T08:56:08.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:56:08.258Z] ---> Running in ae51c20e4832 [2021-01-22T08:56:08.258Z] ---> Running in dc7669599304 [2021-01-22T08:56:08.887Z] ---> 1c4a31f71df4 [2021-01-22T08:56:08.887Z] 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-22T08:56:08.887Z] Removing intermediate container ae51c20e4832 [2021-01-22T08:56:08.887Z] ---> 6e09e598d979 [2021-01-22T08:56:08.887Z] Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:56:09.174Z] Removing intermediate container dc7669599304 [2021-01-22T08:56:09.174Z] ---> ec9a50822c4e [2021-01-22T08:56:09.174Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T08:56:09.174Z] ---> Running in 5630af957d0f [2021-01-22T08:56:09.174Z] ---> Running in d7218471a9e9 [2021-01-22T08:56:09.174Z] ---> Running in df36b98a4207 [2021-01-22T08:56:09.452Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T08:56:09.452Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T08:56:09.452Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T08:56:09.734Z] Removing intermediate container d7218471a9e9 [2021-01-22T08:56:09.734Z] ---> 76d01f7cd585 [2021-01-22T08:56:09.734Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:56:09.734Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T08:56:10.014Z] Removing intermediate container df36b98a4207 [2021-01-22T08:56:10.014Z] ---> 5f3ebca8e929 [2021-01-22T08:56:10.014Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T08:56:10.014Z] ---> Running in a330d9a6083a [2021-01-22T08:56:10.014Z] Removing intermediate container e11e36039f27 [2021-01-22T08:56:10.014Z] ---> 5a696b89323b [2021-01-22T08:56:10.014Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T08:56:10.014Z] ---> Running in f4c8b774f3ae [2021-01-22T08:56:10.289Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T08:56:10.289Z] ---> Running in 7d740de7f66f [2021-01-22T08:56:10.289Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T08:56:10.289Z] Removing intermediate container a330d9a6083a [2021-01-22T08:56:10.289Z] ---> 97d046d383a5 [2021-01-22T08:56:10.289Z] [2021-01-22T08:56:10.571Z] Removing intermediate container f4c8b774f3ae [2021-01-22T08:56:10.571Z] ---> 9d5d90b2328c [2021-01-22T08:56:10.571Z] Step 20/21 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:56:10.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:56:10.571Z] OK: 8 MiB in 20 packages [2021-01-22T08:56:10.571Z] Removing intermediate container 7d740de7f66f [2021-01-22T08:56:10.571Z] ---> 4f5971403e0b [2021-01-22T08:56:10.571Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T08:56:10.571Z] ---> Running in 42e71f2f267f [2021-01-22T08:56:10.805Z] 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-22T08:56:11.111Z] ---> Running in c279aba7557c [2021-01-22T08:56:11.429Z] Successfully built 97d046d383a5 [2021-01-22T08:56:11.429Z] Successfully tagged docker-core-command-go:latest [2021-01-22T08:56:11.429Z] Building docker-core-metadata-go [2021-01-22T08:56:11.813Z]  Building docker-core-command-go ... done Removing intermediate container 42e71f2f267f [2021-01-22T08:56:11.813Z] ---> c003f4ddefa6 [2021-01-22T08:56:11.813Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T08:56:11.813Z] Removing intermediate container c279aba7557c [2021-01-22T08:56:11.813Z] ---> 31fa6425faf3 [2021-01-22T08:56:11.813Z] 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-22T08:56:11.813Z] Removing intermediate container 5630af957d0f [2021-01-22T08:56:11.813Z] ---> f92b697912b5 [2021-01-22T08:56:11.813Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T08:56:11.813Z] ---> Running in e6e937853d08 [2021-01-22T08:56:12.117Z] ---> Running in 33b71d56c3b2 [2021-01-22T08:56:12.429Z] ---> Running in 82b3a8713572 [2021-01-22T08:56:12.429Z] Removing intermediate container e6e937853d08 [2021-01-22T08:56:12.429Z] ---> 22937f7fecdc [2021-01-22T08:56:12.429Z] [2021-01-22T08:56:12.429Z] Removing intermediate container 08e77427721d [2021-01-22T08:56:12.429Z] ---> 28a8e6548b03 [2021-01-22T08:56:12.429Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:56:12.770Z] Removing intermediate container 82b3a8713572 [2021-01-22T08:56:12.770Z] ---> ec754778c792 [2021-01-22T08:56:12.770Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T08:56:13.833Z] ---> Running in 710c33f73fe8 [2021-01-22T08:56:13.833Z] Successfully built 22937f7fecdc [2021-01-22T08:56:14.124Z] Move dockerize executable [2021-01-22T08:56:14.124Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T08:56:14.124Z] Building docker-support-notifications-go [2021-01-22T08:56:14.186Z] 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-22T08:56:14.690Z]  Building docker-security-proxy-setup-go ... done  ---> 404e2385230e [2021-01-22T08:56:14.690Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T08:56:14.690Z] Removing intermediate container 710c33f73fe8 [2021-01-22T08:56:14.690Z] ---> 9c8f6257ea40 [2021-01-22T08:56:14.690Z] Step 23/24 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:56:15.308Z] ---> Running in 54a1f867fe84 [2021-01-22T08:56:17.976Z] ---> 86569f4cc5c5 [2021-01-22T08:56:17.976Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T08:56:17.976Z] Removing intermediate container 54a1f867fe84 [2021-01-22T08:56:17.976Z] ---> 12de886b2354 [2021-01-22T08:56:17.976Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T08:56:17.976Z] Removing intermediate container 33b71d56c3b2 [2021-01-22T08:56:17.976Z] ---> 41c7079a84c4 [2021-01-22T08:56:17.976Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T08:56:18.496Z] 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-22T08:56:18.588Z] ---> Running in b7f31b65fd9f [2021-01-22T08:56:18.889Z] ---> Running in 1d389e5c9f77 [2021-01-22T08:56:19.953Z] Removing intermediate container b7f31b65fd9f [2021-01-22T08:56:19.953Z] ---> 9590894f8477 [2021-01-22T08:56:19.953Z] [2021-01-22T08:56:20.250Z] ---> c3c64039e586 [2021-01-22T08:56:20.250Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T08:56:20.525Z] Successfully built 9590894f8477 [2021-01-22T08:56:20.525Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T08:56:20.525Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-22T08:56:20.802Z] Removing intermediate container 1d389e5c9f77 [2021-01-22T08:56:20.802Z] ---> f889ecaf5503 [2021-01-22T08:56:20.802Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T08:56:20.802Z] ---> Running in 52e1024cc47e [2021-01-22T08:56:22.810Z] 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-22T08:56:22.850Z] Removing intermediate container 52e1024cc47e [2021-01-22T08:56:22.850Z] ---> 56b224791c6b [2021-01-22T08:56:22.850Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:56:22.850Z] ---> 1f7961fbb197 [2021-01-22T08:56:22.850Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T08:56:23.487Z] ---> Running in 28c24e260c53 [2021-01-22T08:56:23.487Z] ---> Running in a2bb15ef5c51 [2021-01-22T08:56:24.513Z] Removing intermediate container a2bb15ef5c51 [2021-01-22T08:56:24.513Z] ---> 4990bbb05f31 [2021-01-22T08:56:24.513Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:56:25.149Z] ---> Running in 1b4aff09b637 [2021-01-22T08:56:25.772Z] Removing intermediate container 1b4aff09b637 [2021-01-22T08:56:25.772Z] ---> 05aaa9ffc009 [2021-01-22T08:56:25.772Z] Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:56:26.063Z] ---> Running in 32bdccb3f239 [2021-01-22T08:56:27.070Z] Removing intermediate container 32bdccb3f239 [2021-01-22T08:56:27.070Z] ---> 5d1acc5f67a3 [2021-01-22T08:56:27.070Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] } [2021-01-22T08:56:27.175Z] $ docker stop --time=1 b6e79813c0f67ffb206818c59de87c17df2bad648b91094af9ff7564abd633f8 [2021-01-22T08:56:27.346Z] Removing intermediate container 28c24e260c53 [2021-01-22T08:56:27.346Z] ---> 6171b362acfe [2021-01-22T08:56:27.346Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:56:27.664Z] ---> Running in 47a581fce203 [2021-01-22T08:56:28.313Z] ---> 1fdb8293beac [2021-01-22T08:56:28.313Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T08:56:28.313Z] Removing intermediate container 47a581fce203 [2021-01-22T08:56:28.313Z] ---> 7139a9e5b3be [2021-01-22T08:56:28.313Z] [2021-01-22T08:56:28.605Z] Successfully built 7139a9e5b3be [2021-01-22T08:56:28.605Z] Successfully tagged docker-core-data-go:latest [2021-01-22T08:56:28.605Z] Building docker-sys-mgmt-agent-go [2021-01-22T08:56:29.792Z] $ docker rm -f b6e79813c0f67ffb206818c59de87c17df2bad648b91094af9ff7564abd633f8 [2021-01-22T08:56:30.682Z]  Building docker-core-data-go ... done  ---> fae0dba0bc42 [2021-01-22T08:56:30.682Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:56:31.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:56:31.761Z] [2021-01-22T08:56:31.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:56:32.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:56:32.468Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T08:56:32.468Z] 29e5d40040c1: Pulling fs layer [2021-01-22T08:56:32.468Z] 1ce36da41761: Pulling fs layer [2021-01-22T08:56:32.468Z] 25b303627fd3: Pulling fs layer [2021-01-22T08:56:32.739Z] 29e5d40040c1: Verifying Checksum [2021-01-22T08:56:32.739Z] 29e5d40040c1: Download complete [2021-01-22T08:56:32.846Z] ---> 7944501baa66 [2021-01-22T08:56:32.846Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T08:56:33.712Z] 29e5d40040c1: Pull complete [2021-01-22T08:56:33.712Z] 1ce36da41761: Verifying Checksum [2021-01-22T08:56:33.712Z] 1ce36da41761: Download complete [2021-01-22T08:56:34.549Z] ---> 892f1b286dc1 [2021-01-22T08:56:34.550Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T08:56:34.688Z] 1ce36da41761: Pull complete [2021-01-22T08:56:34.962Z] 25b303627fd3: Verifying Checksum [2021-01-22T08:56:34.962Z] 25b303627fd3: Download complete [2021-01-22T08:56:36.538Z] ---> 854dab09001e [2021-01-22T08:56:36.538Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T08:56:37.674Z] ---> Running in 19a304e55f66 [2021-01-22T08:56:38.744Z] Removing intermediate container 19a304e55f66 [2021-01-22T08:56:38.744Z] ---> 746574113824 [2021-01-22T08:56:38.744Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T08:56:40.785Z] ---> 9de95ad7da21 [2021-01-22T08:56:40.785Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T08:56:42.308Z] ---> Running in 90bbe8efba8a [2021-01-22T08:56:45.108Z] 25b303627fd3: Pull complete [2021-01-22T08:56:45.108Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T08:56:45.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:56:45.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T08:56:45.388Z] prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container [2021-01-22T08:56:45.495Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T08:56:48.614Z] $ docker top a7c430da8e773aadedf9afd9eb7839036b19f4739213dc14a1fb63af71b0cc69 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:56:49.325Z] Removing intermediate container 90bbe8efba8a [2021-01-22T08:56:49.325Z] ---> fe042a1ce58c [2021-01-22T08:56:49.325Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T08:56:49.642Z] + docker-compose build --help [2021-01-22T08:56:49.642Z] + grep parallel [2021-01-22T08:56:49.645Z] ---> Running in af63de03288f [2021-01-22T08:56:50.301Z] Removing intermediate container af63de03288f [2021-01-22T08:56:50.301Z] ---> 156108fda8ee [2021-01-22T08:56:50.301Z] Step 30/33 : CMD ["gate"] [2021-01-22T08:56:51.401Z] ---> Running in 517e8f36b854 [2021-01-22T08:56:52.493Z] Removing intermediate container 517e8f36b854 [2021-01-22T08:56:52.493Z] ---> b2c9b3061acc [2021-01-22T08:56:52.493Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T08:56:53.012Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T08:56:53.063Z] $ docker stop --time=1 a7c430da8e773aadedf9afd9eb7839036b19f4739213dc14a1fb63af71b0cc69 [2021-01-22T08:56:53.213Z] ---> Running in 1e618bb356d9 [2021-01-22T08:56:54.246Z] Removing intermediate container 1e618bb356d9 [2021-01-22T08:56:54.246Z] ---> b15df51dae6e [2021-01-22T08:56:54.246Z] Step 32/33 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:56:54.998Z] $ docker rm -f a7c430da8e773aadedf9afd9eb7839036b19f4739213dc14a1fb63af71b0cc69 [Pipeline] // withDockerContainer [2021-01-22T08:56:55.330Z] ---> Running in e719d34395a1 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:56:55.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:56:55.852Z] . [Pipeline] withDockerContainer [2021-01-22T08:56:56.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container [2021-01-22T08:56:56.289Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T08:56:56.345Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:56:56.345Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:56:56.666Z] ---> d38e42f39f8a [2021-01-22T08:56:56.666Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:56:56.666Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:56:56.666Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:56:56.666Z] ---> d38e42f39f8a [2021-01-22T08:56:56.666Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:56:56.666Z] Removing intermediate container e719d34395a1 [2021-01-22T08:56:56.666Z] ---> bee05b176ada [2021-01-22T08:56:56.666Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T08:56:56.666Z] ---> Using cache [2021-01-22T08:56:56.666Z] ---> Using cache [2021-01-22T08:56:56.666Z] ---> 0ddc2df0c113 [2021-01-22T08:56:56.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:56:56.666Z] ---> 0ddc2df0c113 [2021-01-22T08:56:56.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:56:56.666Z] ---> Using cache [2021-01-22T08:56:56.666Z] ---> 67f89da65bf8 [2021-01-22T08:56:56.666Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:56:56.666Z] ---> Using cache [2021-01-22T08:56:56.666Z] ---> 67f89da65bf8 [2021-01-22T08:56:56.666Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T08:56:56.986Z] ---> Using cache [2021-01-22T08:56:56.986Z] ---> a363256558f8 [2021-01-22T08:56:56.986Z] Step 6/23 : COPY go.mod . [2021-01-22T08:56:56.986Z] ---> Using cache [2021-01-22T08:56:56.986Z] ---> 3e279256b484 [2021-01-22T08:56:56.986Z] Step 7/23 : RUN go mod download [2021-01-22T08:56:56.986Z] ---> Using cache [2021-01-22T08:56:56.986Z] ---> afd40ac22792 [2021-01-22T08:56:56.986Z] Step 8/23 : COPY . . [2021-01-22T08:56:57.264Z] ---> Using cache [2021-01-22T08:56:57.264Z] ---> c974ee970b80 [2021-01-22T08:56:57.264Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T08:56:57.806Z] $ docker top 0f00f36708e59e60fa0afd38f2123056645f072e49b87684a61bcd0695c5b2dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:56:58.274Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:56:58.274Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:56:58.274Z] ---> d38e42f39f8a [2021-01-22T08:56:58.274Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:56:58.274Z] ---> Using cache [2021-01-22T08:56:58.274Z] ---> 0ddc2df0c113 [2021-01-22T08:56:58.274Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:56:58.274Z] ---> Using cache [2021-01-22T08:56:58.274Z] ---> 67f89da65bf8 [2021-01-22T08:56:58.274Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T08:56:58.274Z] ---> Using cache [2021-01-22T08:56:58.274Z] ---> a363256558f8 [2021-01-22T08:56:58.274Z] Step 6/22 : COPY go.mod . [2021-01-22T08:56:58.274Z] ---> Using cache [2021-01-22T08:56:58.274Z] ---> 3e279256b484 [2021-01-22T08:56:58.274Z] Step 7/22 : RUN go mod download [2021-01-22T08:56:58.274Z] ---> Using cache [2021-01-22T08:56:58.274Z] ---> afd40ac22792 [2021-01-22T08:56:58.274Z] Step 8/22 : COPY . . [2021-01-22T08:56:58.274Z] ---> Using cache [2021-01-22T08:56:58.274Z] ---> c974ee970b80 [2021-01-22T08:56:58.274Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T08:56:58.554Z] ---> Running in 3e7c74227b8f [2021-01-22T08:56:58.554Z] ---> Running in a96e2ad71fad [2021-01-22T08:56:58.554Z] ---> Running in 88fc6948413a [2021-01-22T08:56:58.823Z] ---> Running in 3e467db50773 [2021-01-22T08:56:58.858Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T08:56:59.814Z] Removing intermediate container 88fc6948413a [2021-01-22T08:56:59.814Z] ---> 382437056044 [2021-01-22T08:56:59.814Z] [2021-01-22T08:57:01.408Z] Successfully built 382437056044 [2021-01-22T08:57:01.690Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T08:57:01.690Z]  Building docker-security-bootstrapper-go ... done 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-22T08:57:01.690Z] 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-22T08:57:01.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:57:02.235Z] Building docker-core-command-go ... [2021-01-22T08:57:02.236Z] Building docker-core-data-go ... [2021-01-22T08:57:02.236Z] Building docker-core-metadata-go ... [2021-01-22T08:57:02.236Z] Building docker-security-bootstrapper-go ... [2021-01-22T08:57:02.236Z] Building docker-security-proxy-setup-go ... [2021-01-22T08:57:02.236Z] Building docker-security-secretstore-setup-go ... [2021-01-22T08:57:02.236Z] Building docker-support-notifications-go ... [2021-01-22T08:57:02.236Z] Building docker-support-scheduler-go ... [2021-01-22T08:57:02.236Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T08:57:02.236Z] Building docker-support-notifications-go [2021-01-22T08:57:02.236Z] Building docker-support-scheduler-go [2021-01-22T08:57:02.236Z] Building docker-core-metadata-go [2021-01-22T08:57:02.236Z] Building docker-security-secretstore-setup-go [2021-01-22T08:57:02.236Z] Building docker-security-proxy-setup-go [2021-01-22T08:57:03.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:57:04.049Z] OK: 233 MiB in 51 packages [2021-01-22T08:57:05.608Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:57:05.608Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:57:05.608Z] ---> d38e42f39f8a [2021-01-22T08:57:05.608Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T08:57:05.608Z] ---> Using cache [2021-01-22T08:57:05.608Z] ---> 0ddc2df0c113 [2021-01-22T08:57:05.608Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:57:05.608Z] ---> Using cache [2021-01-22T08:57:05.608Z] ---> 67f89da65bf8 [2021-01-22T08:57:05.608Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T08:57:06.231Z] ---> Running in 54b942bca58a [2021-01-22T08:57:06.858Z] Removing intermediate container a96e2ad71fad [2021-01-22T08:57:06.858Z] ---> 40cbba3e8e37 [2021-01-22T08:57:06.858Z] Step 6/22 : COPY go.mod . [2021-01-22T08:57:07.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:57:07.765Z] ---> 922d3ee6a052 [2021-01-22T08:57:07.765Z] Step 7/22 : RUN go mod download [2021-01-22T08:57:08.044Z] ---> Running in 39dd164df6f3 [2021-01-22T08:57:08.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:57:09.387Z] OK: 233 MiB in 51 packages [2021-01-22T08:57:10.993Z] Removing intermediate container 54b942bca58a [2021-01-22T08:57:10.993Z] ---> e0d9e458d644 [2021-01-22T08:57:10.993Z] Step 6/26 : COPY go.mod . [2021-01-22T08:57:11.402Z] ---> ca0a12150109 [2021-01-22T08:57:11.402Z] Step 7/26 : RUN go mod download [2021-01-22T08:57:11.701Z] ---> Running in 8e55945312d8 [2021-01-22T08:57:12.355Z] Removing intermediate container 39dd164df6f3 [2021-01-22T08:57:12.355Z] ---> 972c8932e51b [2021-01-22T08:57:12.355Z] Step 8/22 : COPY . . [2021-01-22T08:57:16.999Z] Removing intermediate container 8e55945312d8 [2021-01-22T08:57:16.999Z] ---> 0ec7399973f6 [2021-01-22T08:57:16.999Z] Step 8/26 : COPY . . [2021-01-22T08:57:57.424Z] Removing intermediate container 3e467db50773 [2021-01-22T08:57:57.424Z] ---> d1af55ad2f2b [2021-01-22T08:57:57.424Z] [2021-01-22T08:57:57.424Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:57:57.424Z] ---> 389fef711851 [2021-01-22T08:57:57.424Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:57:57.424Z] ---> Using cache [2021-01-22T08:57:57.424Z] ---> d4b46091c47b [2021-01-22T08:57:57.424Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:57:57.424Z] ---> Using cache [2021-01-22T08:57:57.424Z] ---> a3a8ef38f584 [2021-01-22T08:57:57.424Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T08:57:57.424Z] Removing intermediate container 3e7c74227b8f [2021-01-22T08:57:57.424Z] ---> 5ee862ec1125 [2021-01-22T08:57:57.424Z] [2021-01-22T08:57:57.424Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:57:57.424Z] ---> 389fef711851 [2021-01-22T08:57:57.424Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:57:57.424Z] ---> Using cache [2021-01-22T08:57:57.424Z] ---> d4b46091c47b [2021-01-22T08:57:57.424Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:57:57.424Z] ---> Using cache [2021-01-22T08:57:57.425Z] ---> a3a8ef38f584 [2021-01-22T08:57:57.425Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T08:57:57.425Z] ---> Running in 2eb4a35d68f6 [2021-01-22T08:57:57.425Z] ---> Running in 77dbda7779cb [2021-01-22T08:57:57.425Z] Removing intermediate container 77dbda7779cb [2021-01-22T08:57:57.425Z] ---> 812d49b2691d [2021-01-22T08:57:57.425Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:57:57.425Z] Removing intermediate container 2eb4a35d68f6 [2021-01-22T08:57:57.425Z] ---> e0dbf27f4e00 [2021-01-22T08:57:57.425Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:57:57.712Z] ---> Running in 6a67b0e595c7 [2021-01-22T08:57:58.005Z] ---> Running in 89b27f3249dd [2021-01-22T08:57:58.628Z] Removing intermediate container 6a67b0e595c7 [2021-01-22T08:57:58.628Z] ---> b42d6d5327ec [2021-01-22T08:57:58.628Z] Step 15/23 : WORKDIR / [2021-01-22T08:57:59.654Z] Removing intermediate container 89b27f3249dd [2021-01-22T08:57:59.654Z] ---> 6b67ac3ae228 [2021-01-22T08:57:59.654Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:57:59.654Z] ---> Running in b1210bc63655 [2021-01-22T08:57:59.927Z] ---> a8c623a56d7d [2021-01-22T08:57:59.927Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T08:58:00.229Z] ---> Running in ea6d6c4331d2 [2021-01-22T08:58:00.229Z] Removing intermediate container b1210bc63655 [2021-01-22T08:58:00.229Z] ---> ef7ee2ae030c [2021-01-22T08:58:00.229Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:58:00.229Z] ---> 2ca170b7c6fb [2021-01-22T08:58:00.229Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T08:58:00.552Z] ---> 056fc1ec9a13 [2021-01-22T08:58:00.552Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T08:58:00.920Z] ---> Running in a674f2ea80e9 [2021-01-22T08:58:01.299Z] ---> 4fc8e42d815d [2021-01-22T08:58:01.299Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T08:58:02.057Z] ---> 55af323dd035 [2021-01-22T08:58:02.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T08:58:02.371Z] 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-22T08:58:02.371Z] 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-22T08:58:03.094Z] ---> b484dd9a8460 [2021-01-22T08:58:03.094Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T08:58:03.094Z] ---> Running in 7451af9ac0e4 [2021-01-22T08:58:03.094Z] ---> 0fe16acfa3b3 [2021-01-22T08:58:03.094Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T08:58:03.756Z] Removing intermediate container 7451af9ac0e4 [2021-01-22T08:58:03.756Z] ---> 911014abdd67 [2021-01-22T08:58:03.756Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:58:03.756Z] ---> 8a353880b804 [2021-01-22T08:58:03.756Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T08:58:04.066Z] ---> Running in cfdb24815933 [2021-01-22T08:58:04.066Z] ---> Running in 9d5d2f9bfb71 [2021-01-22T08:58:04.371Z] Removing intermediate container cfdb24815933 [2021-01-22T08:58:04.371Z] ---> a98f46095646 [2021-01-22T08:58:04.371Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T08:58:04.371Z] Removing intermediate container 9d5d2f9bfb71 [2021-01-22T08:58:04.371Z] ---> 599a9f9e8be8 [2021-01-22T08:58:04.371Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:58:04.371Z] ---> Running in 35603ebda803 [2021-01-22T08:58:04.673Z] ---> Running in 2d408d1efa25 [2021-01-22T08:58:04.673Z] Removing intermediate container 35603ebda803 [2021-01-22T08:58:04.673Z] ---> a89a5c35e88f [2021-01-22T08:58:04.673Z] Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:58:05.034Z] ---> Running in 7b80b9040442 [2021-01-22T08:58:05.034Z] Removing intermediate container 2d408d1efa25 [2021-01-22T08:58:05.034Z] ---> 5d5dcf12810f [2021-01-22T08:58:05.034Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:58:05.034Z] ---> Running in 47eedd7449b0 [2021-01-22T08:58:05.747Z] Removing intermediate container 7b80b9040442 [2021-01-22T08:58:05.747Z] ---> 86f99d8aeb25 [2021-01-22T08:58:05.747Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:58:05.747Z] Removing intermediate container 47eedd7449b0 [2021-01-22T08:58:05.747Z] ---> e562c1202da5 [2021-01-22T08:58:05.747Z] Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:58:06.037Z] ---> Running in e18f4bb36798 [2021-01-22T08:58:06.037Z] ---> Running in 6141e5da4efa [2021-01-22T08:58:06.350Z] Removing intermediate container e18f4bb36798 [2021-01-22T08:58:06.350Z] ---> 44cecd1d52a9 [2021-01-22T08:58:06.350Z] [2021-01-22T08:58:06.671Z] Removing intermediate container 6141e5da4efa [2021-01-22T08:58:06.671Z] ---> 98a8661866d1 [2021-01-22T08:58:06.671Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:58:07.327Z] ---> Running in 59f68490e189 [2021-01-22T08:58:07.653Z] Successfully built 44cecd1d52a9 [2021-01-22T08:58:07.653Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T08:58:07.653Z]  Building docker-support-scheduler-go ... done Removing intermediate container 59f68490e189 [2021-01-22T08:58:07.653Z] ---> 7c8d1e216b92 [2021-01-22T08:58:07.653Z] [2021-01-22T08:58:08.334Z] Successfully built 7c8d1e216b92 [2021-01-22T08:58:08.334Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T08:58:24.111Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:58:24.111Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:58:24.111Z] ---> 035b2e14e924 [2021-01-22T08:58:24.111Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T08:58:24.111Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:58:24.111Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:58:24.111Z] ---> 035b2e14e924 [2021-01-22T08:58:24.111Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T08:58:24.111Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:58:24.111Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:58:24.111Z] ---> 035b2e14e924 [2021-01-22T08:58:24.111Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:58:24.111Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:58:24.111Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:58:24.111Z] ---> 035b2e14e924 [2021-01-22T08:58:24.111Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:58:24.111Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:58:24.111Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:58:24.111Z] ---> 035b2e14e924 [2021-01-22T08:58:24.111Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:58:24.111Z] ---> Running in 91dfa514347e [2021-01-22T08:58:24.111Z] ---> Running in f5bf31d63dfa [2021-01-22T08:58:24.111Z] ---> Running in 4b4d456cc743 [2021-01-22T08:58:24.111Z] ---> Running in de2d955aa086 [2021-01-22T08:58:24.111Z] ---> Running in f33feb6156e1 [2021-01-22T08:58:24.111Z] Removing intermediate container de2d955aa086 [2021-01-22T08:58:24.111Z] ---> ed14ee36202c [2021-01-22T08:58:24.111Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:58:24.111Z] Removing intermediate container 4b4d456cc743 [2021-01-22T08:58:24.111Z] ---> 58fb84d026ae [2021-01-22T08:58:24.111Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:58:24.111Z] Removing intermediate container f5bf31d63dfa [2021-01-22T08:58:24.111Z] ---> dbc2025aaa43 [2021-01-22T08:58:24.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:58:24.111Z] Removing intermediate container f33feb6156e1 [2021-01-22T08:58:24.111Z] ---> 8de4534b2b34 [2021-01-22T08:58:24.111Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:58:24.111Z] Removing intermediate container 91dfa514347e [2021-01-22T08:58:24.111Z] ---> 3a32f61376e8 [2021-01-22T08:58:24.111Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:58:24.111Z] ---> Running in bf32c234de30 [2021-01-22T08:58:24.111Z] ---> Running in 57514120368b [2021-01-22T08:58:24.111Z] ---> Running in 34061b653348 [2021-01-22T08:58:24.111Z] ---> Running in 6e3dc4bc7256 [2021-01-22T08:58:24.111Z] ---> Running in 7058c22a81ab [2021-01-22T08:58:24.111Z] Removing intermediate container 57514120368b [2021-01-22T08:58:24.111Z] ---> db7e7ac7ab4a [2021-01-22T08:58:24.111Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T08:58:24.111Z] ---> Running in 9fa2c695b878 [2021-01-22T08:58:24.111Z] Removing intermediate container 7058c22a81ab [2021-01-22T08:58:24.111Z] ---> 0033dd76583f [2021-01-22T08:58:24.111Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T08:58:24.111Z] Removing intermediate container bf32c234de30 [2021-01-22T08:58:24.111Z] ---> 525b87caa10a [2021-01-22T08:58:24.111Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T08:58:24.111Z] ---> Running in 015da8d55856 [2021-01-22T08:58:24.111Z] ---> Running in dfd700fc6a1c [2021-01-22T08:58:24.111Z] Removing intermediate container 6e3dc4bc7256 [2021-01-22T08:58:24.111Z] ---> 0ca9e96dc1fb [2021-01-22T08:58:24.111Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T08:58:24.111Z] Removing intermediate container 34061b653348 [2021-01-22T08:58:24.111Z] ---> b1f806e8de4a [2021-01-22T08:58:24.111Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:58:24.111Z] ---> Running in 96c9dc58eb8e [2021-01-22T08:58:24.111Z] ---> Running in ebf41aa75037 [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.404Z] OK: 217 MiB in 51 packages [2021-01-22T08:58:24.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:24.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:58:25.018Z] OK: 217 MiB in 51 packages [2021-01-22T08:58:25.304Z] OK: 217 MiB in 51 packages [2021-01-22T08:58:25.304Z] OK: 217 MiB in 51 packages [2021-01-22T08:58:25.585Z] OK: 217 MiB in 51 packages [2021-01-22T08:58:25.585Z] Removing intermediate container 9fa2c695b878 [2021-01-22T08:58:25.585Z] ---> 15a3adf59492 [2021-01-22T08:58:25.585Z] Step 6/22 : COPY go.mod . [2021-01-22T08:58:27.049Z] Removing intermediate container dfd700fc6a1c [2021-01-22T08:58:27.049Z] ---> 6def16452861 [2021-01-22T08:58:27.049Z] Step 6/24 : COPY go.mod . [2021-01-22T08:58:27.049Z] ---> 270a3aba0913 [2021-01-22T08:58:27.049Z] Step 7/22 : RUN go mod download [2021-01-22T08:58:27.049Z] ---> Running in 3d805675c867 [2021-01-22T08:58:27.049Z] Removing intermediate container 96c9dc58eb8e [2021-01-22T08:58:27.049Z] ---> c4f62dd80bd1 [2021-01-22T08:58:27.049Z] Step 6/21 : COPY go.mod . [2021-01-22T08:58:27.103Z]  Building docker-core-metadata-go ... done Removing intermediate container ea6d6c4331d2 [2021-01-22T08:58:27.103Z] ---> 9e3dd01fb11a [2021-01-22T08:58:27.103Z] [2021-01-22T08:58:27.103Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:58:27.103Z] ---> 389fef711851 [2021-01-22T08:58:27.103Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T08:58:27.336Z] Removing intermediate container 015da8d55856 [2021-01-22T08:58:27.336Z] Removing intermediate container ebf41aa75037 [2021-01-22T08:58:27.336Z] ---> 41b1cc46a4d1 [2021-01-22T08:58:27.336Z] Step 6/22 : COPY go.mod . [2021-01-22T08:58:27.336Z] ---> cdbc05a84f67 [2021-01-22T08:58:27.336Z] Step 6/23 : COPY go.mod . [2021-01-22T08:58:27.622Z] ---> 7453a9471b27 [2021-01-22T08:58:27.622Z] Step 7/24 : RUN go mod download [2021-01-22T08:58:27.699Z] Removing intermediate container a674f2ea80e9 [2021-01-22T08:58:27.699Z] ---> 071f518250ab [2021-01-22T08:58:27.699Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T08:58:27.699Z] ---> Running in 64274d23911c [2021-01-22T08:58:27.897Z] ---> Running in 2c9e845005ff [2021-01-22T08:58:27.967Z] ---> Running in a750e8376f2c [2021-01-22T08:58:28.181Z] ---> 0eeeec3454d6 [2021-01-22T08:58:28.181Z] Step 7/21 : RUN go mod download [2021-01-22T08:58:28.479Z] ---> Running in 978c89c578cd [2021-01-22T08:58:28.479Z] ---> cef34797dedd [2021-01-22T08:58:28.479Z] Step 7/23 : RUN go mod download [2021-01-22T08:58:28.479Z] ---> 0a7d7514fc67 [2021-01-22T08:58:28.479Z] Step 7/22 : RUN go mod download [2021-01-22T08:58:28.582Z] 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-22T08:58:28.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:58:28.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:58:29.081Z] ---> Running in 1ae4a29497e3 [2021-01-22T08:58:29.081Z] ---> Running in 573cd641bfb6 [2021-01-22T08:58:29.500Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T08:58:29.501Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T08:58:29.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:58:29.501Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:58:29.501Z] OK: 6 MiB in 16 packages [2021-01-22T08:58:30.991Z] Removing intermediate container a750e8376f2c [2021-01-22T08:58:30.991Z] ---> 81689a5de1e1 [2021-01-22T08:58:30.991Z] [2021-01-22T08:58:30.991Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T08:58:30.991Z] Removing intermediate container 64274d23911c [2021-01-22T08:58:30.991Z] ---> f7bb8e166379 [2021-01-22T08:58:30.991Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:58:30.991Z] ---> Running in e988784579d2 [2021-01-22T08:58:30.991Z] 20.10.0: Pulling from library/docker [2021-01-22T08:58:31.117Z] Removing intermediate container 3d805675c867 [2021-01-22T08:58:31.117Z] ---> 547f540033fa [2021-01-22T08:58:31.117Z] Step 8/22 : COPY . . [2021-01-22T08:58:31.608Z] Removing intermediate container e988784579d2 [2021-01-22T08:58:31.608Z] ---> e2a6024a8fc3 [2021-01-22T08:58:31.608Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T08:58:31.934Z] ---> Running in 91f16fa6b385 [2021-01-22T08:58:32.118Z] Removing intermediate container 2c9e845005ff [2021-01-22T08:58:32.118Z] ---> 6c9055987d12 [2021-01-22T08:58:32.118Z] Step 8/24 : COPY . . [2021-01-22T08:58:32.237Z] Removing intermediate container 91f16fa6b385 [2021-01-22T08:58:32.237Z] ---> 7666c37e6518 [2021-01-22T08:58:32.237Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:58:32.394Z] Removing intermediate container 978c89c578cd [2021-01-22T08:58:32.394Z] ---> 62cf2db511cf [2021-01-22T08:58:32.394Z] Step 8/21 : COPY . . [2021-01-22T08:58:32.516Z] ---> Running in bce163f68389 [2021-01-22T08:58:32.939Z] Removing intermediate container bce163f68389 [2021-01-22T08:58:32.939Z] ---> 7b433bf3431f [2021-01-22T08:58:32.939Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:58:33.611Z] ---> d3c7d0cbf7ef [2021-01-22T08:58:33.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T08:58:33.848Z] Removing intermediate container 1ae4a29497e3 [2021-01-22T08:58:33.848Z] ---> d139701c4ca5 [2021-01-22T08:58:33.848Z] Step 8/23 : COPY . . [2021-01-22T08:58:34.446Z] Removing intermediate container 573cd641bfb6 [2021-01-22T08:58:34.447Z] ---> 3c4dfc8a4438 [2021-01-22T08:58:34.447Z] Step 8/22 : COPY . . [2021-01-22T08:58:34.613Z] ---> 3afa7853a68b [2021-01-22T08:58:34.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T08:58:35.233Z] ---> 108fcd1ea53e [2021-01-22T08:58:35.233Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T08:58:35.233Z] ---> Running in 8d9759c450c6 [2021-01-22T08:58:35.867Z] Removing intermediate container 8d9759c450c6 [2021-01-22T08:58:35.867Z] ---> f880cc7343f8 [2021-01-22T08:58:35.867Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:58:36.486Z] ---> Running in d21a143ff7c1 [2021-01-22T08:58:36.771Z] Removing intermediate container d21a143ff7c1 [2021-01-22T08:58:36.771Z] ---> e2a52835700d [2021-01-22T08:58:36.771Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T08:58:37.059Z] ---> Running in acb11f4642f3 [2021-01-22T08:58:38.080Z] Removing intermediate container acb11f4642f3 [2021-01-22T08:58:38.080Z] ---> a77984b113c3 [2021-01-22T08:58:38.080Z] Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:58:38.357Z] ---> Running in b3cea33522af [2021-01-22T08:58:38.980Z] Removing intermediate container b3cea33522af [2021-01-22T08:58:38.980Z] ---> c572e66c6c1f [2021-01-22T08:58:38.980Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:58:38.980Z] ---> Running in 223a71e18c7b [2021-01-22T08:58:39.283Z] Removing intermediate container 223a71e18c7b [2021-01-22T08:58:39.283Z] ---> 82cfe6f25e46 [2021-01-22T08:58:39.283Z] [2021-01-22T08:58:39.572Z] Successfully built 82cfe6f25e46 [2021-01-22T08:58:39.572Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T08:58:39.861Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T08:58:40.186Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T08:58:40.186Z] ---> aefe523efa57 [2021-01-22T08:58:40.186Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T08:58:40.186Z] ---> Running in edd2ce99c9f7 [2021-01-22T08:58:42.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:58:42.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:58:42.789Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T08:58:42.789Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T08:58:42.789Z] Executing bash-5.0.17-r0.post-install [2021-01-22T08:58:42.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:58:42.789Z] OK: 12 MiB in 22 packages [2021-01-22T08:58:43.827Z] Removing intermediate container edd2ce99c9f7 [2021-01-22T08:58:43.827Z] ---> f03611e0a764 [2021-01-22T08:58:43.827Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T08:58:43.827Z] ---> Running in d2268d1108c6 [2021-01-22T08:58:44.108Z] Removing intermediate container d2268d1108c6 [2021-01-22T08:58:44.108Z] ---> 8f12199af508 [2021-01-22T08:58:44.108Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T08:58:44.108Z] ---> Running in 0acb85e0f065 [2021-01-22T08:58:44.403Z] Removing intermediate container 0acb85e0f065 [2021-01-22T08:58:44.403Z] ---> 9ce099220337 [2021-01-22T08:58:44.403Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T08:58:44.403Z] ---> Running in f7cb648b280b [2021-01-22T08:58:44.706Z] Removing intermediate container f7cb648b280b [2021-01-22T08:58:44.706Z] ---> 27d7abdb4c4a [2021-01-22T08:58:44.706Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T08:58:45.803Z] ---> 987d28ad53f2 [2021-01-22T08:58:45.803Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T08:58:46.102Z] ---> 28d36e09d2ac [2021-01-22T08:58:46.102Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T08:58:46.776Z] ---> 727ce15e374e [2021-01-22T08:58:46.776Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T08:58:46.776Z] ---> Running in 891d2c6f212f [2021-01-22T08:58:47.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:58:47.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:58:47.705Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T08:58:47.705Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T08:58:47.705Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T08:58:47.705Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T08:58:47.705Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T08:58:47.705Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T08:58:47.991Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T08:58:49.045Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T08:58:49.045Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T08:58:49.045Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T08:58:49.045Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T08:58:49.045Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T08:58:49.045Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T08:58:49.349Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T08:58:49.349Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T08:58:49.349Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T08:58:49.349Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T08:58:49.349Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T08:58:49.349Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T08:58:49.349Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T08:58:49.349Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T08:58:49.633Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T08:58:49.633Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T08:58:49.633Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T08:58:49.633Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T08:58:49.633Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T08:58:49.633Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T08:58:49.633Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T08:58:49.633Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T08:58:49.633Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T08:58:49.936Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T08:58:49.936Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T08:58:49.936Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T08:58:49.936Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:58:49.936Z] OK: 71 MiB in 55 packages [2021-01-22T08:59:00.117Z] Removing intermediate container 891d2c6f212f [2021-01-22T08:59:00.117Z] ---> 565728c188bd [2021-01-22T08:59:00.117Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T08:59:00.117Z] ---> Running in 97b111dfe99a [2021-01-22T08:59:01.202Z] Collecting docker-compose==1.23.2 [2021-01-22T08:59:01.202Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T08:59:01.415Z] ---> 4438c7827a74 [2021-01-22T08:59:01.415Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T08:59:01.415Z] ---> f8f120de577e [2021-01-22T08:59:01.415Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T08:59:01.415Z] ---> 5a47683b4df9 [2021-01-22T08:59:01.415Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T08:59:01.415Z] ---> bc7958f75f95 [2021-01-22T08:59:01.415Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T08:59:01.415Z] ---> 2aea1ade19f0 [2021-01-22T08:59:01.415Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T08:59:01.415Z] ---> Running in fb0329990ffa [2021-01-22T08:59:01.415Z] ---> Running in f21f38b2908f [2021-01-22T08:59:01.415Z] ---> Running in 2d6658c57ddf [2021-01-22T08:59:01.415Z] ---> Running in bde5c0cb07b5 [2021-01-22T08:59:01.415Z] ---> Running in 98ebfc1851ab [2021-01-22T08:59:01.415Z] 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-22T08:59:01.415Z] 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-22T08:59:01.415Z] 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-22T08:59:01.416Z] 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-22T08:59:01.416Z] 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-22T08:59:01.800Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T08:59:01.800Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T08:59:01.800Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T08:59:01.800Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T08:59:02.399Z] Collecting PyYAML<4,>=3.10 [2021-01-22T08:59:02.399Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T08:59:03.841Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T08:59:03.841Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T08:59:03.841Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T08:59:03.841Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T08:59:04.109Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T08:59:04.109Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T08:59:04.500Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T08:59:04.500Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T08:59:04.842Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T08:59:04.842Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T08:59:05.446Z] 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-22T08:59:05.446Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T08:59:05.717Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T08:59:06.324Z] 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-22T08:59:06.324Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T08:59:06.324Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T08:59:06.324Z] Collecting idna<2.8,>=2.5 [2021-01-22T08:59:06.601Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T08:59:06.601Z] 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-22T08:59:06.601Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T08:59:06.601Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T08:59:06.601Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T08:59:06.601Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T08:59:06.601Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T08:59:06.601Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T08:59:06.883Z] Installing collected packages: jsonschema, websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, cached-property, texttable, dockerpty, docopt, docker-compose [2021-01-22T08:59:07.154Z] Running setup.py install for PyYAML: started [2021-01-22T08:59:07.744Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T08:59:07.744Z] Attempting uninstall: urllib3 [2021-01-22T08:59:07.744Z] Found existing installation: urllib3 1.25.9 [2021-01-22T08:59:07.744Z] Uninstalling urllib3-1.25.9: [2021-01-22T08:59:08.012Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T08:59:08.284Z] Attempting uninstall: idna [2021-01-22T08:59:08.284Z] Found existing installation: idna 2.9 [2021-01-22T08:59:08.284Z] Uninstalling idna-2.9: [2021-01-22T08:59:08.284Z] Successfully uninstalled idna-2.9 [2021-01-22T08:59:08.555Z] Attempting uninstall: requests [2021-01-22T08:59:08.555Z] Found existing installation: requests 2.23.0 [2021-01-22T08:59:08.555Z] Uninstalling requests-2.23.0: [2021-01-22T08:59:08.555Z] Successfully uninstalled requests-2.23.0 [2021-01-22T08:59:09.199Z] Running setup.py install for texttable: started [2021-01-22T08:59:09.817Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T08:59:09.817Z] Running setup.py install for dockerpty: started [2021-01-22T08:59:10.524Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T08:59:10.524Z] Running setup.py install for docopt: started [2021-01-22T08:59:11.120Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T08:59:11.395Z] 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-22T08:59:15.736Z] Removing intermediate container 97b111dfe99a [2021-01-22T08:59:15.736Z] ---> c01d4acbe055 [2021-01-22T08:59:15.736Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T08:59:15.736Z] ---> Running in 41c29b5b249a [2021-01-22T08:59:15.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:59:16.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:59:16.274Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:59:16.274Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T08:59:16.274Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T08:59:16.274Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:59:16.274Z] OK: 72 MiB in 58 packages [2021-01-22T08:59:16.862Z] Removing intermediate container 41c29b5b249a [2021-01-22T08:59:16.862Z] ---> 3d172aee8407 [2021-01-22T08:59:16.862Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T08:59:16.862Z] ---> Running in a54c560301ce [2021-01-22T08:59:17.155Z] Removing intermediate container a54c560301ce [2021-01-22T08:59:17.155Z] ---> 04261d9de8c9 [2021-01-22T08:59:17.155Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:59:17.443Z] ---> Running in 25eb5c914a4d [2021-01-22T08:59:17.725Z] Removing intermediate container 25eb5c914a4d [2021-01-22T08:59:17.725Z] ---> 81ca0c741b1f [2021-01-22T08:59:17.725Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T08:59:17.725Z] ---> Running in 3420ce7574af [2021-01-22T08:59:17.992Z] Removing intermediate container 3420ce7574af [2021-01-22T08:59:17.992Z] ---> 62a44c03901a [2021-01-22T08:59:17.992Z] Step 25/26 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T08:59:17.992Z] ---> Running in c2baf97991e2 [2021-01-22T08:59:18.653Z] Removing intermediate container c2baf97991e2 [2021-01-22T08:59:18.653Z] ---> 586ce081271c [2021-01-22T08:59:18.653Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T08:59:18.922Z] ---> Running in 21a265a73e5f [2021-01-22T08:59:19.195Z] Removing intermediate container 21a265a73e5f [2021-01-22T08:59:19.195Z] ---> f2055b400fec [2021-01-22T08:59:19.195Z] [2021-01-22T08:59:19.484Z] Successfully built f2055b400fec [2021-01-22T08:59:19.484Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T08:59:20.084Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T08:59:20.116Z] $ docker stop --time=1 607e0860f2fd1659b1efa65b94e0b5daec604a659b3f87387fabe1e95fd45155 [2021-01-22T08:59:22.373Z] $ docker rm -f 607e0860f2fd1659b1efa65b94e0b5daec604a659b3f87387fabe1e95fd45155 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:59:23.126Z] + docker images [2021-01-22T08:59:23.126Z] + grep docker [2021-01-22T08:59:24.661Z] docker-sys-mgmt-agent-go latest f2055b400fec 6 seconds ago 313MB [2021-01-22T08:59:24.661Z] docker-support-notifications-go latest 82cfe6f25e46 46 seconds ago 16.9MB [2021-01-22T08:59:24.662Z] docker-core-metadata-go latest 7c8d1e216b92 About a minute ago 18.8MB [2021-01-22T08:59:24.662Z] docker-support-scheduler-go latest 44cecd1d52a9 About a minute ago 16.4MB [2021-01-22T08:59:24.662Z] docker-security-bootstrapper-go latest 382437056044 2 minutes ago 41.5MB [2021-01-22T08:59:24.662Z] docker-core-data-go latest 7139a9e5b3be 2 minutes ago 22.3MB [2021-01-22T08:59:24.662Z] docker-security-secretstore-setup-go latest 9590894f8477 3 minutes ago 24.6MB [2021-01-22T08:59:24.662Z] docker-security-proxy-setup-go latest 22937f7fecdc 3 minutes ago 24.4MB [2021-01-22T08:59:24.662Z] docker-core-command-go latest 97d046d383a5 3 minutes ago 16.3MB [2021-01-22T08:59:24.662Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-22T08:59:40.549Z] Still waiting to schedule task [2021-01-22T08:59:40.549Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T09:00:23.245Z] 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-22T09:00:23.245Z] 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-22T09:00:33.426Z] Removing intermediate container f21f38b2908f [2021-01-22T09:00:33.426Z] ---> be1aadcf1be5 [2021-01-22T09:00:33.426Z] [2021-01-22T09:00:33.426Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T09:00:33.426Z] 3.12: Pulling from library/alpine [2021-01-22T09:00:34.030Z] Removing intermediate container fb0329990ffa [2021-01-22T09:00:34.030Z] ---> 7396950eb34d [2021-01-22T09:00:34.030Z] [2021-01-22T09:00:34.030Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T09:00:34.318Z] 3.12: Pulling from library/alpine [2021-01-22T09:00:34.935Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:00:34.935Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:00:34.935Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:00:34.935Z] Status: Image is up to date for alpine:3.12 [2021-01-22T09:00:34.935Z] ---> afeebe901d6b [2021-01-22T09:00:34.935Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl ---> afeebe901d6b [2021-01-22T09:00:34.935Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T09:00:34.935Z] [2021-01-22T09:00:35.578Z] Running on prd-ubuntu18.04-docker-8c-8g-22252 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T09:00:35.640Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-01-22T09:00:35.936Z] ---> Running in 65752066bd1e [2021-01-22T09:00:35.936Z] ---> Running in befa43d66e80 [2021-01-22T09:00:36.551Z] Removing intermediate container bde5c0cb07b5 [2021-01-22T09:00:36.551Z] ---> a5b9f5f8ec29 [2021-01-22T09:00:36.551Z] [2021-01-22T09:00:36.551Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:00:36.551Z] ---> afeebe901d6b [2021-01-22T09:00:36.551Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T09:00:36.551Z] Removing intermediate container 2d6658c57ddf [2021-01-22T09:00:36.551Z] ---> 5b14bb074e02 [2021-01-22T09:00:36.551Z] [2021-01-22T09:00:36.551Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:00:36.551Z] ---> afeebe901d6b [2021-01-22T09:00:36.551Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:00:36.834Z] ---> Running in d1e741ae7f00 [2021-01-22T09:00:36.834Z] ---> Running in de82c67dd7d2 [2021-01-22T09:00:37.867Z] using credential edgex-jenkins-ssh [2021-01-22T09:00:37.926Z] Cloning the remote Git repository [2021-01-22T09:00:38.110Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:00:38.183Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-01-22T09:00:38.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:00:38.212Z] > git --version # timeout=10 [2021-01-22T09:00:38.221Z] > git --version # 'git version 2.17.1' [2021-01-22T09:00:38.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:00:38.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:00:38.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:38.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:00:39.123Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T09:00:39.401Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:00:39.401Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T09:00:39.401Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T09:00:39.402Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T09:00:39.402Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:00:39.682Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:00:39.682Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T09:00:39.682Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:00:39.682Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T09:00:39.682Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T09:00:39.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:00:39.682Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T09:00:39.682Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T09:00:39.682Z] OK: 5 MiB in 15 packages [2021-01-22T09:00:39.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:00:39.682Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T09:00:39.682Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:00:39.682Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:00:39.682Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:00:39.682Z] OK: 7 MiB in 18 packages [2021-01-22T09:00:39.967Z] OK: 6 MiB in 16 packages [2021-01-22T09:00:39.967Z] OK: 7 MiB in 19 packages [2021-01-22T09:00:41.966Z] Removing intermediate container de82c67dd7d2 [2021-01-22T09:00:41.966Z] ---> dfff2975f662 [2021-01-22T09:00:41.966Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:00:42.573Z] ---> Running in c0303ca5b060 [2021-01-22T09:00:42.851Z] Removing intermediate container 65752066bd1e [2021-01-22T09:00:42.851Z] ---> 6de2d3cd674b [2021-01-22T09:00:42.851Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:00:43.541Z] ---> Running in 6ef4e3044897 [2021-01-22T09:00:43.541Z] Removing intermediate container c0303ca5b060 [2021-01-22T09:00:43.541Z] ---> 14acda429bc5 [2021-01-22T09:00:43.541Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T09:00:43.846Z] Removing intermediate container befa43d66e80 [2021-01-22T09:00:43.846Z] ---> 0a1adf369fb0 [2021-01-22T09:00:43.846Z] Removing intermediate container d1e741ae7f00 [2021-01-22T09:00:43.846Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> d71e3edf6569 [2021-01-22T09:00:43.846Z] [2021-01-22T09:00:43.846Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:00:44.148Z] ---> Running in e76e1b5eba55 [2021-01-22T09:00:44.469Z] ---> Running in a321656a78c4 [2021-01-22T09:00:44.469Z] ---> Running in 900b86d4426b [2021-01-22T09:00:44.469Z] Removing intermediate container 6ef4e3044897 [2021-01-22T09:00:44.469Z] ---> e61ff2903beb [2021-01-22T09:00:44.469Z] Step 13/21 : WORKDIR /edgex [2021-01-22T09:00:45.113Z] ---> Running in e0633f23e0f6 [2021-01-22T09:00:45.113Z] Removing intermediate container e76e1b5eba55 [2021-01-22T09:00:45.113Z] ---> 993aa8a1c785 [2021-01-22T09:00:45.113Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:00:45.391Z] Removing intermediate container a321656a78c4 [2021-01-22T09:00:45.392Z] ---> 729d6783df1f [2021-01-22T09:00:45.392Z] Step 13/24 : WORKDIR / [2021-01-22T09:00:45.676Z] ---> Running in 3a6757e60fed [2021-01-22T09:00:45.676Z] Removing intermediate container 900b86d4426b [2021-01-22T09:00:45.676Z] ---> 43fb9b5d0141 [2021-01-22T09:00:45.676Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T09:00:45.972Z] ---> Running in b44f80edeed8 [2021-01-22T09:00:45.972Z] Removing intermediate container e0633f23e0f6 [2021-01-22T09:00:45.972Z] ---> 7b09cb0abb41 [2021-01-22T09:00:45.973Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T09:00:46.272Z] ---> Running in 4b56e3d3ab6b [2021-01-22T09:00:46.272Z] Removing intermediate container 3a6757e60fed [2021-01-22T09:00:46.272Z] ---> 043b1c227427 [2021-01-22T09:00:46.272Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:00:46.559Z] Removing intermediate container 98ebfc1851ab [2021-01-22T09:00:46.559Z] ---> 9b25058cd24a [2021-01-22T09:00:46.559Z] [2021-01-22T09:00:46.559Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:00:46.559Z] ---> afeebe901d6b [2021-01-22T09:00:46.559Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:00:46.560Z] ---> Using cache [2021-01-22T09:00:46.560Z] ---> dfff2975f662 [2021-01-22T09:00:46.560Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:00:46.560Z] ---> Using cache [2021-01-22T09:00:46.560Z] ---> 14acda429bc5 [2021-01-22T09:00:46.560Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T09:00:46.838Z] Removing intermediate container 4b56e3d3ab6b [2021-01-22T09:00:46.838Z] ---> e2241ba8964d [2021-01-22T09:00:46.838Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:00:46.838Z] Removing intermediate container b44f80edeed8 [2021-01-22T09:00:46.838Z] ---> 629550ce39f6 [2021-01-22T09:00:46.838Z] 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-22T09:00:46.838Z] ---> Running in 49f4fd466ad4 [2021-01-22T09:00:47.115Z] ---> 178150a376bc [2021-01-22T09:00:47.115Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T09:00:47.115Z] ---> Running in 0fb69fa065df [2021-01-22T09:00:47.397Z] ---> f367cf8e7e6b [2021-01-22T09:00:47.397Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T09:00:47.676Z] Removing intermediate container 49f4fd466ad4 [2021-01-22T09:00:47.676Z] ---> c053e64e0df6 [2021-01-22T09:00:47.676Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:00:47.676Z] Removing intermediate container 0fb69fa065df [2021-01-22T09:00:47.676Z] ---> 4f160106144e [2021-01-22T09:00:47.676Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:00:47.953Z] ---> Running in ab16e9125747 [2021-01-22T09:00:48.241Z] ---> 240c87c469a5 [2021-01-22T09:00:48.241Z] 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-22T09:00:48.841Z] Removing intermediate container ab16e9125747 [2021-01-22T09:00:48.841Z] ---> 5a35d0420435 [2021-01-22T09:00:48.841Z] Step 15/23 : WORKDIR / [2021-01-22T09:00:49.110Z] ---> 30cf1ba5facf [2021-01-22T09:00:49.110Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T09:00:49.110Z] ---> 64b90e08bad4 [2021-01-22T09:00:49.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T09:00:49.110Z] ---> Running in f63bf4f4816c [2021-01-22T09:00:49.382Z] ---> 1ef5246e549b [2021-01-22T09:00:49.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T09:00:49.382Z] ---> 23a040f6e399 [2021-01-22T09:00:49.382Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T09:00:49.677Z] Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit b9aa6044ec32c77830497c794d2a8bd85bb0832c [2021-01-22T09:00:49.909Z] Merge succeeded, producing ffc18edf10662f7f66dadb4680007f8f3a441a0c [2021-01-22T09:00:49.909Z] Checking out Revision ffc18edf10662f7f66dadb4680007f8f3a441a0c (PR-3030) [2021-01-22T09:00:49.206Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:00:49.213Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:00:49.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:00:49.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:00:49.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:00:49.241Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T09:00:49.847Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:00:49.854Z] > git checkout -f b9aa6044ec32c77830497c794d2a8bd85bb0832c # timeout=10 [2021-01-22T09:00:49.926Z] > git remote # timeout=10 [2021-01-22T09:00:49.939Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T09:00:49.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:00:49.951Z] > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 [2021-01-22T09:00:50.065Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T09:00:50.074Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:00:50.079Z] > git checkout -f ffc18edf10662f7f66dadb4680007f8f3a441a0c # timeout=10 [2021-01-22T09:00:50.364Z] Removing intermediate container f63bf4f4816c [2021-01-22T09:00:50.365Z] ---> da172fc165f5 [2021-01-22T09:00:50.365Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:00:50.641Z] ---> 774c3a52cba9 [2021-01-22T09:00:50.641Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T09:00:50.641Z] ---> 82ceffb6fe2d [2021-01-22T09:00:50.641Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T09:00:50.925Z] ---> Running in 4febec298c4a [2021-01-22T09:00:50.925Z] ---> 9796aae9baf8 [2021-01-22T09:00:50.925Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T09:00:50.925Z] ---> 177d33319ad4 [2021-01-22T09:00:50.925Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T09:00:50.925Z] ---> Running in 0e853a9e10e3 [2021-01-22T09:00:50.925Z] ---> 2ba4a37386c6 [2021-01-22T09:00:50.925Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T09:00:51.527Z] Removing intermediate container 4febec298c4a [2021-01-22T09:00:51.527Z] ---> 6790c339b74e [2021-01-22T09:00:51.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:00:51.803Z] ---> Running in 2fcbb5479451 [2021-01-22T09:00:51.803Z] Removing intermediate container 0e853a9e10e3 [2021-01-22T09:00:51.803Z] ---> 9f2c65c80c2f [2021-01-22T09:00:51.803Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T09:00:52.401Z] ---> 74331bf1806a [2021-01-22T09:00:52.401Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T09:00:52.401Z] ---> Running in b8e341d8074e [2021-01-22T09:00:52.688Z] ---> Running in 6fbbc8aaa08f [2021-01-22T09:00:52.688Z] ---> 37982567d709 [2021-01-22T09:00:52.688Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T09:00:52.688Z] Removing intermediate container 2fcbb5479451 [2021-01-22T09:00:52.688Z] ---> 9afe48d01e2c [2021-01-22T09:00:52.688Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T09:00:52.688Z] ---> 29fb6b2b1636 [2021-01-22T09:00:52.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T09:00:52.965Z] ---> Running in dc4fd5c560f8 [2021-01-22T09:00:53.240Z] Removing intermediate container b8e341d8074e [2021-01-22T09:00:53.240Z] ---> ab53b017d4b3 [2021-01-22T09:00:53.240Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T09:00:53.240Z] Removing intermediate container 6fbbc8aaa08f [2021-01-22T09:00:53.240Z] ---> b6001f6d01ed [2021-01-22T09:00:53.240Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:00:53.521Z] ---> Running in 9a098e6cd9fb [2021-01-22T09:00:53.521Z] ---> Running in abc7d94218c5 [2021-01-22T09:00:53.521Z] Removing intermediate container dc4fd5c560f8 [2021-01-22T09:00:53.521Z] ---> 3aec84210fb5 [2021-01-22T09:00:53.521Z] Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:00:53.685Z] Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" [2021-01-22T09:00:53.694Z] First time build. Skipping changelog. [2021-01-22T09:00:53.800Z] > git rev-list --no-walk 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 [2021-01-22T09:00:53.797Z] ---> 02a0b8bf5f73 [2021-01-22T09:00:53.797Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T09:00:53.797Z] ---> Running in 630288aa9c0d [2021-01-22T09:00:54.072Z] ---> Running in 21a26fdf5ca3 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:00:54.346Z] Removing intermediate container abc7d94218c5 [2021-01-22T09:00:54.346Z] ---> 691b8dc76ddb [2021-01-22T09:00:54.346Z] Step 20/22 : LABEL arch=arm64Removing intermediate container 9a098e6cd9fb [2021-01-22T09:00:54.346Z] [2021-01-22T09:00:54.346Z] ---> 7e7f5afb9354 [2021-01-22T09:00:54.346Z] Step 20/21 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:00:54.346Z] ---> 61bccdf81bf1 [2021-01-22T09:00:54.346Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T09:00:54.633Z] ---> Running in 03a9d3fe7f60 [2021-01-22T09:00:54.633Z] ---> Running in ba8470e1a02a [2021-01-22T09:00:54.633Z] Removing intermediate container 630288aa9c0d [2021-01-22T09:00:54.633Z] ---> cca941d15b37 [2021-01-22T09:00:54.633Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T09:00:54.633Z] Removing intermediate container 21a26fdf5ca3 [2021-01-22T09:00:54.633Z] ---> 59d594a9d834 [2021-01-22T09:00:54.633Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:00:54.920Z] ---> Running in 6818980f4e11 [2021-01-22T09:00:54.920Z] ---> Running in 7f8adc69bbab [2021-01-22T09:00:54.922Z] + echo snap-build.sh [2021-01-22T09:00:54.922Z] snap-build.sh [2021-01-22T09:00:54.922Z] + SNAP_BASE_DIR=. [2021-01-22T09:00:54.922Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-01-22T09:00:54.922Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-01-22T09:00:54.922Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-01-22T09:00:54.922Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-01-22T09:00:54.922Z] + cd /w/workspace/edgex-go/17 [2021-01-22T09:00:54.922Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T09:00:54.922Z] Reading package lists... [2021-01-22T09:00:54.922Z] Building dependency tree... [2021-01-22T09:00:54.922Z] Reading state information... [2021-01-22T09:00:55.187Z] The following packages were automatically installed and are no longer required: [2021-01-22T09:00:55.187Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T09:00:55.187Z] uidmap xdelta3 [2021-01-22T09:00:55.187Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T09:00:55.187Z] The following packages will be REMOVED: [2021-01-22T09:00:55.187Z] lxd* lxd-client* [2021-01-22T09:00:55.195Z] Removing intermediate container ba8470e1a02a [2021-01-22T09:00:55.195Z] ---> 56a1262c7796 [2021-01-22T09:00:55.195Z] Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:00:55.195Z] Removing intermediate container 03a9d3fe7f60 [2021-01-22T09:00:55.195Z] ---> 89718ab33bf2 [2021-01-22T09:00:55.195Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T09:00:55.195Z] ---> Running in 8c112cda0107 [2021-01-22T09:00:55.449Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T09:00:55.449Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T09:00:55.466Z] ---> Running in d09aaa982126 [2021-01-22T09:00:55.467Z] Removing intermediate container 6818980f4e11 [2021-01-22T09:00:55.467Z] ---> d4773f953388 [2021-01-22T09:00:55.467Z] [2021-01-22T09:00:55.740Z] Removing intermediate container 7f8adc69bbab [2021-01-22T09:00:55.740Z] ---> f80a1dad619c [2021-01-22T09:00:55.740Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:00:55.740Z] ---> 59578a706f2b [2021-01-22T09:00:55.740Z] 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-22T09:00:56.009Z] Removing intermediate container 8c112cda0107 [2021-01-22T09:00:56.009Z] ---> d8e2137e9a7d [2021-01-22T09:00:56.009Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T09:00:56.009Z] Successfully built d4773f953388 [2021-01-22T09:00:56.009Z] ---> Running in baa950e75533 [2021-01-22T09:00:56.009Z] ---> Running in 3d3b11aae615 [2021-01-22T09:00:56.009Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T09:00:56.009Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T09:00:56.283Z] ---> Running in a470e88f9e7e [2021-01-22T09:00:56.283Z] Removing intermediate container d09aaa982126 [2021-01-22T09:00:56.283Z] ---> 7804e2442265 [2021-01-22T09:00:56.283Z] [2021-01-22T09:00:56.499Z] (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-22T09:00:56.499Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T09:00:56.563Z] Removing intermediate container baa950e75533 [2021-01-22T09:00:56.563Z] ---> 96f21ff1249d [2021-01-22T09:00:56.563Z] Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:00:56.846Z] ---> Running in 7ec992698a7b [2021-01-22T09:00:56.846Z] Successfully built 7804e2442265 [2021-01-22T09:00:56.846Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T09:00:56.846Z] Building docker-core-command-go [2021-01-22T09:00:57.119Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a470e88f9e7e [2021-01-22T09:00:57.119Z] ---> 7672e3902223 [2021-01-22T09:00:57.119Z] [2021-01-22T09:00:57.401Z] Successfully built 7672e3902223 [2021-01-22T09:00:57.441Z] Removing lxd dnsmasq configuration [2021-01-22T09:00:57.441Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T09:00:57.681Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T09:00:57.681Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-22T09:00:57.681Z] Removing intermediate container 7ec992698a7b [2021-01-22T09:00:57.681Z] ---> 17e1de1ba9ca [2021-01-22T09:00:57.681Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:00:57.681Z] ---> Running in 3c325d30555c [2021-01-22T09:00:57.701Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T09:00:58.645Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T09:00:58.645Z] (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-22T09:00:58.645Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T09:00:58.665Z] Removing intermediate container 3c325d30555c [2021-01-22T09:00:58.666Z] ---> 8d43b7418e45 [2021-01-22T09:00:58.666Z] [2021-01-22T09:00:58.945Z] Successfully built 8d43b7418e45 [2021-01-22T09:00:58.945Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T09:00:58.945Z] Building docker-security-bootstrapper-go [2021-01-22T09:00:58.945Z]  Building docker-core-metadata-go ... done Removing intermediate container 3d3b11aae615 [2021-01-22T09:00:58.945Z] ---> c6e5b35d8208 [2021-01-22T09:00:58.945Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T09:00:59.220Z] ---> Running in 532d561d721d [2021-01-22T09:00:59.497Z] Removing intermediate container 532d561d721d [2021-01-22T09:00:59.497Z] ---> fbe33801593e [2021-01-22T09:00:59.497Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T09:00:59.770Z] ---> Running in 4119cd5c7308 [2021-01-22T09:01:00.035Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T09:01:00.035Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T09:01:00.363Z] Removing intermediate container 4119cd5c7308 [2021-01-22T09:01:00.363Z] ---> f78be215b827 [2021-01-22T09:01:00.363Z] Step 23/24 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:01:00.634Z] ---> Running in 7c184fd6b0bb [2021-01-22T09:01:01.421Z] + sudo snap remove --purge lxd [2021-01-22T09:01:01.421Z] snap "lxd" is not installed [2021-01-22T09:01:01.421Z] + sudo groupadd --force --system lxd [2021-01-22T09:01:01.421Z] ++ whoami [2021-01-22T09:01:01.421Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T09:01:01.421Z] + newgrp - lxd [2021-01-22T09:01:01.421Z] + sudo snap install lxd [2021-01-22T09:01:02.062Z] Removing intermediate container 7c184fd6b0bb [2021-01-22T09:01:02.062Z] ---> 06d8f9083c58 [2021-01-22T09:01:02.062Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T09:01:03.494Z] ---> Running in 8abc3a762acc [2021-01-22T09:01:04.486Z] Removing intermediate container 8abc3a762acc [2021-01-22T09:01:04.486Z] ---> f615d7a1c619 [2021-01-22T09:01:04.762Z] [2021-01-22T09:01:05.041Z] Successfully built f615d7a1c619 [2021-01-22T09:01:05.041Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T09:01:09.568Z] 2021-01-22T09:01:08Z INFO Waiting for automatic snapd restart... [2021-01-22T09:01:24.499Z] lxd 4.10 from Canonical* installed [2021-01-22T09:01:24.499Z] + sudo lxd init --auto [2021-01-22T09:01:32.665Z] + sudo snap install --classic snapcraft [2021-01-22T09:01:36.880Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T09:01:36.880Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T09:01:36.880Z] + patch --verbose -p1 [2021-01-22T09:01:36.880Z] Hmm... Looks like a unified diff to me... [2021-01-22T09:01:36.880Z] The text leading up to this was: [2021-01-22T09:01:36.880Z] -------------------------- [2021-01-22T09:01:36.880Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T09:01:36.880Z] |From: Tony Espy [2021-01-22T09:01:36.880Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T09:01:36.880Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T09:01:36.880Z] | [2021-01-22T09:01:36.880Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T09:01:36.880Z] |optimize the snap CI check run for pull requests. When [2021-01-22T09:01:36.880Z] |applied, it essentially strips out everything (apps and [2021-01-22T09:01:36.880Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T09:01:36.880Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T09:01:36.880Z] |catch changes to edgex-go that break the snap build. [2021-01-22T09:01:36.880Z] | [2021-01-22T09:01:36.880Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T09:01:36.880Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T09:01:36.880Z] |resulting in a failed snap build CI check in the associated [2021-01-22T09:01:36.880Z] |pull request. [2021-01-22T09:01:36.880Z] | [2021-01-22T09:01:36.880Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T09:01:36.880Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T09:01:36.880Z] |need to build the finally binary .snap file (and it won't [2021-01-22T09:01:36.880Z] |work with the patch applied). This further reduces the build [2021-01-22T09:01:36.880Z] |time. [2021-01-22T09:01:36.880Z] |--- [2021-01-22T09:01:36.880Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T09:01:36.880Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T09:01:36.880Z] | [2021-01-22T09:01:36.880Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T09:01:36.880Z] |index 1e537489..faf42425 100644 [2021-01-22T09:01:36.880Z] |--- a/snap/snapcraft.yaml [2021-01-22T09:01:36.880Z] |+++ b/snap/snapcraft.yaml [2021-01-22T09:01:36.880Z] -------------------------- [2021-01-22T09:01:36.880Z] patching file snap/snapcraft.yaml [2021-01-22T09:01:36.880Z] Using Plan A... [2021-01-22T09:01:36.880Z] Hunk #1 succeeded at 73. [2021-01-22T09:01:36.880Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T09:01:36.880Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T09:01:36.880Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T09:01:36.880Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T09:01:36.880Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T09:01:36.880Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T09:01:36.880Z] Hunk #8 succeeded at 342. [2021-01-22T09:01:36.880Z] Hmm... Ignoring the trailing garbage. [2021-01-22T09:01:36.880Z] done [2021-01-22T09:01:36.880Z] + sudo snapcraft prime --use-lxd [2021-01-22T09:01:38.300Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T09:01:38.300Z] 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-22T09:01:38.300Z] - README.md [2021-01-22T09:01:38.300Z] - snapcraft.yaml.orig [2021-01-22T09:01:38.300Z] [2021-01-22T09:01:38.300Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T09:01:39.247Z] Launching a container. [2021-01-22T09:01:51.524Z] Waiting for container to be ready [2021-01-22T09:01:51.524Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T09:01:51.524Z] [2021-01-22T09:01:52.090Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:01:52.090Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:01:52.090Z] ---> 035b2e14e924 [2021-01-22T09:01:52.090Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 3a32f61376e8 [2021-01-22T09:01:52.090Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 0ca9e96dc1fb [2021-01-22T09:01:52.090Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T09:01:52.090Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:01:52.090Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:01:52.090Z] ---> 035b2e14e924 [2021-01-22T09:01:52.090Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 3a32f61376e8 [2021-01-22T09:01:52.090Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 0ca9e96dc1fb [2021-01-22T09:01:52.090Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> c4f62dd80bd1 [2021-01-22T09:01:52.090Z] Step 6/33 : COPY go.mod . [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 0eeeec3454d6 [2021-01-22T09:01:52.090Z] Step 7/33 : RUN go mod download [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 62cf2db511cf [2021-01-22T09:01:52.090Z] Step 8/33 : COPY . . [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> f8f120de577e [2021-01-22T09:01:52.090Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T09:01:52.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:01:52.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:01:52.090Z] ---> 035b2e14e924 [2021-01-22T09:01:52.090Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 3a32f61376e8 [2021-01-22T09:01:52.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:01:52.090Z] ---> Using cache [2021-01-22T09:01:52.090Z] ---> 0ca9e96dc1fb [2021-01-22T09:01:52.090Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:01:52.091Z] ---> Using cache [2021-01-22T09:01:52.091Z] ---> c4f62dd80bd1 [2021-01-22T09:01:52.091Z] Step 6/23 : COPY go.mod . [2021-01-22T09:01:52.091Z] ---> Using cache [2021-01-22T09:01:52.091Z] ---> 0eeeec3454d6 [2021-01-22T09:01:52.091Z] Step 7/23 : RUN go mod download [2021-01-22T09:01:52.091Z] ---> Using cache [2021-01-22T09:01:52.091Z] ---> 62cf2db511cf [2021-01-22T09:01:52.091Z] Step 8/23 : COPY . . [2021-01-22T09:01:52.091Z] ---> Using cache [2021-01-22T09:01:52.091Z] ---> f8f120de577e [2021-01-22T09:01:52.091Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T09:01:52.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:01:52.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:01:52.091Z] ---> 035b2e14e924 [2021-01-22T09:01:52.091Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:01:52.091Z] ---> Using cache [2021-01-22T09:01:52.091Z] ---> 3a32f61376e8 [2021-01-22T09:01:52.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:01:52.091Z] ---> Using cache [2021-01-22T09:01:52.091Z] ---> 0ca9e96dc1fb [2021-01-22T09:01:52.091Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T09:01:53.442Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T09:01:53.703Z] Waiting for network to be ready... [2021-01-22T09:01:54.277Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T09:01:54.277Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T09:01:54.537Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T09:01:54.537Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T09:01:54.797Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T09:01:54.797Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T09:01:55.056Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T09:01:55.056Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T09:01:55.056Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T09:01:55.056Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T09:01:55.056Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T09:01:55.056Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T09:01:55.056Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T09:01:55.056Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T09:01:55.056Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T09:01:55.056Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T09:01:55.056Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T09:01:55.056Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T09:01:55.316Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T09:01:55.499Z] ---> Running in 64da93ca2b0f [2021-01-22T09:01:55.500Z] ---> Running in a64c3cd25acf [2021-01-22T09:01:55.500Z] ---> Running in c4dbc76bb416 [2021-01-22T09:01:55.500Z] ---> Running in 4559611861f5 [2021-01-22T09:01:55.591Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T09:01:55.591Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T09:01:55.591Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T09:01:55.591Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T09:01:55.591Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T09:01:55.591Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T09:01:55.591Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T09:01:55.859Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T09:01:56.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:01:56.531Z] 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-22T09:01:56.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:01:56.806Z] 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-22T09:01:57.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:01:57.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:01:58.010Z] OK: 217 MiB in 51 packages [2021-01-22T09:01:58.287Z] OK: 217 MiB in 51 packages [2021-01-22T09:01:58.433Z] Fetched 23.8 MB in 4s (5615 kB/s) [2021-01-22T09:01:59.014Z] Reading package lists... [2021-01-22T09:01:59.014Z] Reading package lists... [2021-01-22T09:01:59.275Z] Building dependency tree... [2021-01-22T09:01:59.276Z] Reading state information... [2021-01-22T09:01:59.276Z] The following additional packages will be installed: [2021-01-22T09:01:59.276Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T09:01:59.276Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T09:01:59.276Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T09:01:59.276Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T09:01:59.276Z] Suggested packages: [2021-01-22T09:01:59.276Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T09:01:59.276Z] Recommended packages: [2021-01-22T09:01:59.276Z] gnupg libsasl2-modules [2021-01-22T09:01:59.276Z] The following NEW packages will be installed: [2021-01-22T09:01:59.276Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T09:01:59.276Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T09:01:59.276Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T09:01:59.276Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T09:01:59.276Z] The following packages will be upgraded: [2021-01-22T09:01:59.276Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T09:01:59.538Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T09:01:59.538Z] Need to get 3533 kB of archives. [2021-01-22T09:01:59.538Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T09:01:59.538Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T09:01:59.538Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T09:01:59.538Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T09:01:59.538Z] 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-22T09:01:59.538Z] 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-22T09:01:59.538Z] 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-22T09:01:59.538Z] 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-22T09:01:59.538Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T09:01:59.538Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T09:01:59.785Z] Removing intermediate container c4dbc76bb416 [2021-01-22T09:01:59.785Z] ---> 87295815a279 [2021-01-22T09:01:59.785Z] Step 6/23 : COPY go.mod . [2021-01-22T09:02:00.107Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T09:02:00.370Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T09:02:00.371Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T09:02:00.371Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T09:02:00.371Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T09:02:00.371Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T09:02:00.371Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T09:02:00.371Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T09:02:00.371Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T09:02:00.371Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T09:02:00.371Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T09:02:00.390Z] Removing intermediate container 64da93ca2b0f [2021-01-22T09:02:00.390Z] ---> e12c28df7021 [2021-01-22T09:02:00.390Z] Step 6/26 : COPY go.mod . [2021-01-22T09:02:00.644Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T09:02:00.644Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T09:02:00.644Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:02:00.644Z] Fetched 3533 kB in 1s (3025 kB/s) [2021-01-22T09:02:00.644Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T09:02:00.644Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:02:00.644Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:02:00.910Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T09:02:00.910Z] Selecting previously unselected package udev. [2021-01-22T09:02:00.910Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T09:02:00.910Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:02:00.910Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T09:02:01.010Z] ---> 64696ecaeda3 [2021-01-22T09:02:01.010Z] Step 7/23 : RUN go mod download [2021-01-22T09:02:01.179Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T09:02:01.179Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T09:02:01.179Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T09:02:01.294Z] ---> Running in 0412afdb36cc [2021-01-22T09:02:01.444Z] Selecting previously unselected package fuse. [2021-01-22T09:02:01.444Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T09:02:01.444Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T09:02:01.444Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:01.444Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:02:01.586Z] ---> a91c18374e25 [2021-01-22T09:02:01.586Z] Step 7/26 : RUN go mod download [2021-01-22T09:02:01.716Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:01.717Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:02:01.717Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:01.717Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:02:01.879Z] ---> Running in 0d68f800f695 [2021-01-22T09:02:01.983Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T09:02:01.983Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T09:02:01.983Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T09:02:01.983Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T09:02:01.983Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:01.983Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:01.983Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T09:02:01.983Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:01.983Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.260Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T09:02:02.260Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.260Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.260Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T09:02:02.260Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.260Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.570Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T09:02:02.570Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.570Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.570Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T09:02:02.570Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.570Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.570Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T09:02:02.570Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.570Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.835Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T09:02:02.835Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.835Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.835Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T09:02:02.835Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:02:02.835Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:02.835Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T09:02:02.835Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T09:02:02.835Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:02:03.098Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T09:02:03.098Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T09:02:03.098Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:02:03.098Z] Selecting previously unselected package libldap-common. [2021-01-22T09:02:03.098Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T09:02:03.098Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:02:03.098Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T09:02:03.098Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T09:02:03.098Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:02:03.361Z] Selecting previously unselected package dirmngr. [2021-01-22T09:02:03.361Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:03.361Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T09:02:03.631Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:02:03.631Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T09:02:03.631Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T09:02:03.631Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:02:03.631Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:02:03.900Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T09:02:03.900Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:03.900Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T09:02:03.900Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:02:03.900Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T09:02:04.172Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T09:02:04.444Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.444Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T09:02:04.444Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T09:02:04.444Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T09:02:04.715Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:02:04.715Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:02:04.715Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T09:02:05.002Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:02:05.267Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T09:02:05.267Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T09:02:05.267Z] This means they are not meant to be enabled using systemctl. [2021-01-22T09:02:05.267Z] Possible reasons for having this kind of units are: [2021-01-22T09:02:05.267Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T09:02:05.267Z] .wants/ or .requires/ directory. [2021-01-22T09:02:05.267Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T09:02:05.267Z] a requirement dependency on it. [2021-01-22T09:02:05.267Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T09:02:05.267Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T09:02:05.267Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T09:02:05.267Z] instance name specified. [2021-01-22T09:02:05.528Z] Reading package lists... [2021-01-22T09:02:05.791Z] Building dependency tree... [2021-01-22T09:02:05.791Z] Reading state information... [2021-01-22T09:02:05.791Z] The following additional packages will be installed: [2021-01-22T09:02:05.791Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T09:02:05.791Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T09:02:05.791Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T09:02:05.791Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T09:02:05.791Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T09:02:05.791Z] Suggested packages: [2021-01-22T09:02:05.791Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T09:02:05.792Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T09:02:05.792Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T09:02:05.792Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T09:02:05.792Z] systemd-container policykit-1 [2021-01-22T09:02:05.792Z] Recommended packages: [2021-01-22T09:02:05.792Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T09:02:05.792Z] The following NEW packages will be installed: [2021-01-22T09:02:05.792Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T09:02:05.792Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T09:02:05.792Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T09:02:05.792Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T09:02:05.792Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T09:02:05.792Z] The following packages will be upgraded: [2021-01-22T09:02:05.792Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T09:02:06.075Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T09:02:06.075Z] Need to get 35.2 MB of archives. [2021-01-22T09:02:06.075Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T09:02:06.075Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T09:02:06.075Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T09:02:06.668Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T09:02:06.939Z] 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-22T09:02:06.939Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T09:02:06.939Z] 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-22T09:02:06.939Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T09:02:06.939Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T09:02:06.939Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T09:02:06.939Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T09:02:06.939Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T09:02:06.939Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T09:02:06.939Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T09:02:06.939Z] 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-22T09:02:06.939Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T09:02:06.939Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T09:02:06.939Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T09:02:06.939Z] 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-22T09:02:06.939Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T09:02:06.939Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T09:02:07.200Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T09:02:07.200Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T09:02:07.200Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T09:02:07.200Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T09:02:07.200Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T09:02:07.200Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T09:02:07.200Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T09:02:07.200Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T09:02:07.200Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T09:02:07.200Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T09:02:07.505Z] Removing intermediate container 0412afdb36cc [2021-01-22T09:02:07.505Z] ---> d120d2b47a87 [2021-01-22T09:02:07.505Z] Step 8/23 : COPY . . [2021-01-22T09:02:07.505Z] Removing intermediate container 0d68f800f695 [2021-01-22T09:02:07.505Z] ---> 295631ec9eb2 [2021-01-22T09:02:07.505Z] Step 8/26 : COPY . . [2021-01-22T09:02:08.631Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:02:08.631Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-01-22T09:02:08.631Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T09:02:08.631Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:02:08.631Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:02:09.204Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:02:09.204Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:02:09.204Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T09:02:09.466Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T09:02:09.466Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T09:02:09.466Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T09:02:09.466Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T09:02:09.785Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T09:02:09.785Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T09:02:09.785Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T09:02:10.047Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T09:02:10.047Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T09:02:10.622Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T09:02:10.622Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T09:02:10.622Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T09:02:10.622Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T09:02:10.883Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T09:02:10.883Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:02:10.883Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:11.144Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T09:02:11.144Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T09:02:11.144Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T09:02:11.144Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T09:02:11.144Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:02:11.144Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:11.404Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T09:02:11.404Z] Checking for services that may need to be restarted...done. [2021-01-22T09:02:11.404Z] Checking for services that may need to be restarted...done. [2021-01-22T09:02:11.669Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:11.669Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T09:02:11.669Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:11.952Z] Selecting previously unselected package python3-minimal. [2021-01-22T09:02:12.230Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T09:02:12.230Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T09:02:12.230Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T09:02:12.230Z] Selecting previously unselected package mime-support. [2021-01-22T09:02:12.230Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T09:02:12.230Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T09:02:12.230Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T09:02:12.230Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T09:02:12.515Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T09:02:12.515Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T09:02:12.515Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:02:12.515Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:12.784Z] Selecting previously unselected package python3.6. [2021-01-22T09:02:12.784Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:02:12.784Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:12.784Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T09:02:12.784Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T09:02:12.784Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T09:02:12.784Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T09:02:13.058Z] Selecting previously unselected package python3. [2021-01-22T09:02:13.058Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T09:02:13.058Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T09:02:13.058Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T09:02:13.330Z] Selecting previously unselected package multiarch-support. [2021-01-22T09:02:13.330Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:02:13.330Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T09:02:13.330Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T09:02:13.330Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T09:02:13.330Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T09:02:13.330Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T09:02:13.330Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T09:02:13.615Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T09:02:13.615Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T09:02:13.615Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T09:02:13.615Z] Selecting previously unselected package sudo. [2021-01-22T09:02:13.615Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T09:02:13.615Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T09:02:13.901Z] Selecting previously unselected package apparmor. [2021-01-22T09:02:13.901Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T09:02:14.195Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T09:02:14.195Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T09:02:14.195Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T09:02:14.195Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T09:02:14.195Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T09:02:14.195Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:02:14.195Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:14.488Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T09:02:14.488Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:02:14.488Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:14.488Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T09:02:14.488Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T09:02:14.488Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T09:02:14.488Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T09:02:14.488Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:02:14.488Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:14.771Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T09:02:14.771Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:02:14.771Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:14.771Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T09:02:14.771Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T09:02:14.771Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T09:02:15.054Z] Selecting previously unselected package openssh-client. [2021-01-22T09:02:15.054Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T09:02:15.054Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T09:02:15.415Z] Selecting previously unselected package squashfs-tools. [2021-01-22T09:02:15.415Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T09:02:15.415Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T09:02:15.415Z] Selecting previously unselected package snapd. [2021-01-22T09:02:15.415Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T09:02:15.415Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T09:02:17.403Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T09:02:17.403Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T09:02:17.670Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T09:02:17.670Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T09:02:17.670Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T09:02:17.670Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:17.936Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:02:17.936Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T09:02:17.936Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T09:02:18.886Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T09:02:18.886Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T09:02:18.886Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T09:02:18.886Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:18.886Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:18.886Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:02:19.839Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T09:02:19.839Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:20.102Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T09:02:20.102Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T09:02:20.102Z] running python rtupdate hooks for python3.6... [2021-01-22T09:02:20.102Z] running python post-rtupdate hooks for python3.6... [2021-01-22T09:02:20.102Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T09:02:21.569Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T09:02:21.836Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:02:21.836Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T09:02:22.099Z] Setting up snapd (2.48+18.04) ... [2021-01-22T09:02:22.364Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T09:02:22.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T09:02:22.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T09:02:22.890Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T09:02:23.151Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T09:02:23.151Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T09:02:23.151Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T09:02:23.424Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T09:02:23.700Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T09:02:23.700Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T09:02:23.980Z] /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-22T09:02:23.980Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:02:23.980Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T09:02:24.987Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T09:02:24.987Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T09:02:24.987Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T09:02:26.235Z] Reading package lists... [2021-01-22T09:02:26.235Z] Reading package lists... [2021-01-22T09:02:26.504Z] Building dependency tree... [2021-01-22T09:02:26.504Z] Reading state information... [2021-01-22T09:02:26.505Z] Calculating upgrade... [2021-01-22T09:02:26.767Z] The following packages will be upgraded: [2021-01-22T09:02:26.767Z] advancecomp base-files bash binutils binutils-common [2021-01-22T09:02:26.767Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T09:02:26.767Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T09:02:26.767Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T09:02:26.767Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T09:02:26.767Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T09:02:26.767Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T09:02:26.767Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T09:02:26.767Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T09:02:26.767Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T09:02:26.767Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T09:02:26.767Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T09:02:26.767Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T09:02:26.767Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T09:02:26.767Z] ubuntu-keyring util-linux [2021-01-22T09:02:26.767Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T09:02:26.767Z] Need to get 63.7 MB of archives. [2021-01-22T09:02:26.767Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T09:02:26.767Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T09:02:26.767Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T09:02:26.767Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T09:02:26.767Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T09:02:26.767Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T09:02:26.767Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T09:02:26.767Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T09:02:26.767Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T09:02:26.767Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T09:02:26.767Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T09:02:26.767Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T09:02:26.767Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T09:02:26.767Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T09:02:27.038Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T09:02:27.038Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T09:02:27.038Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T09:02:27.038Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T09:02:27.038Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T09:02:27.038Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T09:02:27.038Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T09:02:27.038Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T09:02:27.038Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T09:02:27.038Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T09:02:27.038Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T09:02:27.038Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T09:02:27.038Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T09:02:27.038Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T09:02:27.038Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T09:02:27.038Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T09:02:27.038Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T09:02:27.038Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T09:02:27.038Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T09:02:27.038Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T09:02:27.038Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T09:02:27.038Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T09:02:27.038Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T09:02:27.038Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T09:02:27.038Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T09:02:27.038Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T09:02:27.038Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T09:02:27.038Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T09:02:27.038Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T09:02:27.038Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T09:02:27.038Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T09:02:27.304Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T09:02:27.304Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T09:02:27.304Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T09:02:27.304Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-22T09:02:27.304Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T09:02:27.304Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T09:02:27.304Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T09:02:27.304Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T09:02:27.304Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T09:02:27.304Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T09:02:27.304Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T09:02:27.304Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T09:02:27.574Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T09:02:27.574Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T09:02:27.574Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T09:02:27.838Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T09:02:27.838Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T09:02:27.838Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T09:02:27.838Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T09:02:27.838Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T09:02:28.100Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T09:02:28.100Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T09:02:28.100Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T09:02:28.100Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T09:02:28.100Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T09:02:28.364Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T09:02:28.364Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T09:02:28.364Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T09:02:28.364Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T09:02:28.364Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T09:02:28.364Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T09:02:28.364Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T09:02:28.364Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T09:02:28.364Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T09:02:28.364Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T09:02:28.364Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T09:02:28.364Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-22T09:02:28.364Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T09:02:28.364Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T09:02:28.364Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-22T09:02:28.364Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T09:02:28.364Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T09:02:28.631Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T09:02:28.631Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T09:02:28.631Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T09:02:28.631Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T09:02:28.631Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-22T09:02:28.631Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T09:02:28.631Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T09:02:28.631Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T09:02:28.631Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T09:02:28.631Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T09:02:28.631Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T09:02:28.909Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:02:28.909Z] Fetched 63.7 MB in 2s (31.9 MB/s) [2021-01-22T09:02:28.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:28.909Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:02:28.909Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:02:29.489Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:02:29.489Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:02:29.768Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T09:02:29.768Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T09:02:30.792Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:30.792Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:30.792Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:30.792Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:30.792Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.079Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:31.079Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.079Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:31.079Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.365Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:31.365Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.365Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:31.365Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.365Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:31.637Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:02:31.637Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:02:31.637Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.637Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T09:02:31.914Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:02:31.914Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:02:31.914Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:31.914Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:32.208Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:32.208Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:32.208Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:32.208Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:02:32.482Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:02:32.482Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:02:32.482Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:02:32.770Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:02:33.045Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T09:02:33.335Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:02:33.335Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T09:02:33.606Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T09:02:33.606Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T09:02:33.606Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T09:02:33.900Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T09:02:33.900Z] Installing new version of config file /etc/issue ... [2021-01-22T09:02:33.900Z] Installing new version of config file /etc/issue.net ... [2021-01-22T09:02:33.900Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T09:02:33.900Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T09:02:34.176Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T09:02:34.176Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T09:02:34.176Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T09:02:34.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:34.176Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T09:02:34.469Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T09:02:34.469Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T09:02:34.469Z] 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-22T09:02:34.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:34.735Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:34.735Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:34.735Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:34.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:34.735Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T09:02:35.013Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T09:02:35.014Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T09:02:35.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:35.386Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T09:02:35.386Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T09:02:35.386Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T09:02:35.653Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:35.653Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:35.653Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:02:35.653Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T09:02:35.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:35.927Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:35.927Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:02:35.927Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T09:02:36.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:36.190Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T09:02:36.190Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T09:02:36.190Z] Setting up grep (3.1-2build1) ... [2021-01-22T09:02:36.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:36.190Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T09:02:36.451Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T09:02:36.451Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T09:02:36.713Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:36.713Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:02:36.713Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:02:36.713Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T09:02:36.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:36.976Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T09:02:36.976Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:02:37.239Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T09:02:37.502Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:02:37.502Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T09:02:37.502Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:02:38.077Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T09:02:38.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:38.077Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T09:02:38.077Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:02:39.026Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T09:02:39.290Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T09:02:39.290Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T09:02:39.290Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T09:02:39.290Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T09:02:39.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:39.571Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T09:02:39.571Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T09:02:39.571Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T09:02:39.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:39.844Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:39.844Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:39.844Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:40.036Z] ---> 4b7daa4217ea [2021-01-22T09:02:40.036Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T09:02:40.036Z] ---> 328d2bd9989a [2021-01-22T09:02:40.036Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T09:02:40.036Z] ---> Running in 00b25966b916 [2021-01-22T09:02:40.036Z] ---> Running in e9b39d2c5763 [2021-01-22T09:02:40.036Z] 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-22T09:02:40.036Z] 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-22T09:02:40.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:40.135Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:40.135Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:40.135Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:40.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:40.415Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:40.415Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:40.415Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:40.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:40.704Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:40.704Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:40.704Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:40.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:40.704Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:02:40.996Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:02:40.996Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:02:40.996Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:02:40.996Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T09:02:41.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:41.268Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:02:41.268Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:02:41.268Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T09:02:41.570Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:41.570Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:41.570Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:41.570Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:41.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:41.850Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:41.850Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:41.850Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:42.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:42.136Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:42.136Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:42.718Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:02:42.982Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T09:02:43.245Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T09:02:43.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:43.245Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:02:43.245Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:02:43.509Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:02:43.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:02:43.509Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T09:02:43.509Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:02:43.772Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T09:02:43.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:43.772Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T09:02:44.034Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T09:02:44.034Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T09:02:44.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:44.296Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T09:02:44.296Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:02:44.296Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:02:44.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:44.558Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T09:02:44.558Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:02:44.558Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:02:44.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:44.821Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T09:02:44.821Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:02:45.083Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:02:45.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:45.083Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:02:45.083Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:02:45.353Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:02:45.353Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:02:45.617Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:45.617Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:02:45.879Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T09:02:45.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:45.879Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T09:02:45.879Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T09:02:46.141Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T09:02:46.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:46.141Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T09:02:46.141Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:02:46.406Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:02:46.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:46.675Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:46.675Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:02:46.937Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T09:02:46.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:46.937Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T09:02:46.937Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T09:02:46.937Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T09:02:47.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:47.203Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T09:02:47.203Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T09:02:47.789Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T09:02:47.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:47.789Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:02:47.789Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:02:48.051Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T09:02:48.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:48.051Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T09:02:48.051Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T09:02:48.315Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T09:02:48.315Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:48.315Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T09:02:48.315Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T09:02:48.457Z] 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-22T09:02:48.578Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T09:02:48.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:48.578Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T09:02:48.578Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T09:02:48.840Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T09:02:48.840Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:48.840Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T09:02:48.840Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T09:02:49.104Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T09:02:49.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:49.366Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T09:02:49.366Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T09:02:49.366Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T09:02:49.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:02:49.629Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T09:02:49.629Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T09:02:49.629Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T09:02:49.629Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T09:02:49.629Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T09:02:49.894Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T09:02:49.894Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T09:02:49.894Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T09:02:50.161Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T09:02:50.162Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T09:02:50.162Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T09:02:50.162Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T09:02:50.432Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T09:02:50.432Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T09:02:50.725Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T09:02:50.725Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T09:02:50.996Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T09:02:50.996Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T09:02:51.271Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T09:02:51.271Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T09:02:51.536Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T09:02:51.536Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T09:02:51.800Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T09:02:51.800Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T09:02:51.800Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T09:02:52.061Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T09:02:52.324Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T09:02:52.324Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T09:02:53.272Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T09:02:53.272Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T09:02:53.272Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T09:02:53.272Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T09:02:53.534Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:02:53.534Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:02:53.797Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:02:53.797Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:02:54.063Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:02:54.063Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:02:54.063Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:02:54.326Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:02:54.327Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:54.327Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:54.588Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:54.588Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:54.855Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:54.855Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:54.855Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:54.855Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:55.804Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:55.804Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:56.748Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:56.748Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:57.737Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:57.737Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:58.033Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:58.033Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:58.674Z] Removing intermediate container a64c3cd25acf [2021-01-22T09:02:58.674Z] ---> 6bc19729e697 [2021-01-22T09:02:58.674Z] [2021-01-22T09:02:58.674Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:02:58.674Z] ---> afeebe901d6b [2021-01-22T09:02:58.674Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:02:58.674Z] ---> Using cache [2021-01-22T09:02:58.674Z] ---> dfff2975f662 [2021-01-22T09:02:58.674Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:02:58.674Z] ---> Using cache [2021-01-22T09:02:58.674Z] ---> 14acda429bc5 [2021-01-22T09:02:58.674Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T09:02:58.955Z] ---> Running in 63c7026f9fe8 [2021-01-22T09:02:59.093Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:02:59.093Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:02:59.093Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T09:02:59.093Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T09:02:59.093Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T09:02:59.353Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T09:02:59.353Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T09:02:59.353Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T09:02:59.617Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T09:02:59.617Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T09:02:59.617Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T09:02:59.884Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T09:02:59.885Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T09:02:59.885Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T09:02:59.885Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T09:02:59.951Z] Removing intermediate container 63c7026f9fe8 [2021-01-22T09:02:59.951Z] ---> 2eab4247ebff [2021-01-22T09:02:59.951Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:02:59.951Z] ---> Running in a806adad2f7d [2021-01-22T09:03:00.145Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T09:03:00.145Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:00.145Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T09:03:00.145Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:00.145Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:00.406Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:00.406Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T09:03:00.406Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T09:03:00.406Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T09:03:00.406Z] [2021-01-22T09:03:00.406Z] Current default time zone: 'Etc/UTC' [2021-01-22T09:03:00.406Z] Local time is now: Fri Jan 22 09:03:00 UTC 2021. [2021-01-22T09:03:00.406Z] Universal Time is now: Fri Jan 22 09:03:00 UTC 2021. [2021-01-22T09:03:00.406Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T09:03:00.406Z] [2021-01-22T09:03:00.561Z] Removing intermediate container a806adad2f7d [2021-01-22T09:03:00.561Z] ---> f8e515cef38a [2021-01-22T09:03:00.561Z] Step 15/23 : WORKDIR / [2021-01-22T09:03:00.667Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T09:03:00.667Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:00.667Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T09:03:00.667Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:03:00.667Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T09:03:00.667Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T09:03:00.667Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T09:03:00.667Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T09:03:00.837Z] ---> Running in 0ffe01756567 [2021-01-22T09:03:00.957Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T09:03:00.957Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T09:03:00.957Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:00.957Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T09:03:01.219Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:01.219Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:03:01.219Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:01.219Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T09:03:01.468Z] Removing intermediate container 0ffe01756567 [2021-01-22T09:03:01.468Z] ---> 9fe897722aab [2021-01-22T09:03:01.468Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:03:01.480Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T09:03:01.480Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T09:03:01.480Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T09:03:01.480Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T09:03:01.480Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T09:03:01.480Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:03:01.480Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T09:03:02.980Z] ---> c61d6028e03b [2021-01-22T09:03:02.981Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T09:03:03.392Z] Updating certificates in /etc/ssl/certs... [2021-01-22T09:03:03.963Z] 22 added, 17 removed; done. [2021-01-22T09:03:03.963Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T09:03:04.223Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:03:04.223Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T09:03:04.223Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T09:03:04.223Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T09:03:04.223Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.223Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:03:04.223Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.488Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.488Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.488Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.488Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.488Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T09:03:04.488Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:03:04.488Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T09:03:04.529Z] ---> 6dac83fdeb0d [2021-01-22T09:03:04.529Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T09:03:04.748Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T09:03:04.748Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:03:04.748Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.748Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:03:04.748Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T09:03:04.748Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T09:03:04.748Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T09:03:05.009Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:03:05.010Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T09:03:05.010Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T09:03:05.010Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T09:03:05.010Z] Updating certificates in /etc/ssl/certs... [2021-01-22T09:03:05.581Z] 0 added, 0 removed; done. [2021-01-22T09:03:05.581Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T09:03:05.581Z] done. [2021-01-22T09:03:06.004Z] ---> da6e7e95e170 [2021-01-22T09:03:06.004Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T09:03:06.153Z] Reading package lists... [2021-01-22T09:03:06.153Z] Building dependency tree... [2021-01-22T09:03:06.153Z] Reading state information... [2021-01-22T09:03:06.281Z] ---> Running in 6b727c5afdff [2021-01-22T09:03:06.413Z] The following NEW packages will be installed: [2021-01-22T09:03:06.413Z] apt-transport-https [2021-01-22T09:03:06.413Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T09:03:06.413Z] Need to get 1696 B of archives. [2021-01-22T09:03:06.413Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T09:03:06.413Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T09:03:06.413Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:03:06.413Z] Fetched 1696 B in 0s (28.5 kB/s) [2021-01-22T09:03:06.413Z] Selecting previously unselected package apt-transport-https. [2021-01-22T09:03:06.413Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T09:03:06.413Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T09:03:06.673Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T09:03:06.673Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T09:03:06.934Z] Waiting for network to be ready... [2021-01-22T09:03:07.284Z] Removing intermediate container 6b727c5afdff [2021-01-22T09:03:07.284Z] ---> 6a012b57ff93 [2021-01-22T09:03:07.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:03:07.560Z] ---> Running in 2ef4840318fa [2021-01-22T09:03:08.557Z] Removing intermediate container 2ef4840318fa [2021-01-22T09:03:08.557Z] ---> 375e4411901f [2021-01-22T09:03:08.557Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:03:09.170Z] ---> Running in e39faf90f319 [2021-01-22T09:03:10.185Z] Removing intermediate container e39faf90f319 [2021-01-22T09:03:10.185Z] ---> c85f8a617a14 [2021-01-22T09:03:10.185Z] Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:03:10.488Z] ---> Running in fe98e21415b3 [2021-01-22T09:03:11.174Z] Removing intermediate container 4559611861f5 [2021-01-22T09:03:11.174Z] ---> 028b94b97f42 [2021-01-22T09:03:11.174Z] [2021-01-22T09:03:11.174Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T09:03:11.174Z] ---> afeebe901d6b [2021-01-22T09:03:11.174Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T09:03:11.488Z] ---> Running in 49bc4ca6b476 [2021-01-22T09:03:11.488Z] Removing intermediate container fe98e21415b3 [2021-01-22T09:03:11.488Z] ---> 6f75592cb8e8 [2021-01-22T09:03:11.488Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:03:11.786Z] ---> Running in 647137fb7ac0 [2021-01-22T09:03:12.266Z] 2021-01-22T09:03:09Z INFO Waiting for automatic snapd restart... [2021-01-22T09:03:12.564Z] snapd 2.48.2 from Canonical* installed [2021-01-22T09:03:12.862Z] Removing intermediate container 647137fb7ac0 [2021-01-22T09:03:12.862Z] ---> e580f06dd6ba [2021-01-22T09:03:12.862Z] [2021-01-22T09:03:13.527Z] Successfully built e580f06dd6ba [2021-01-22T09:03:13.527Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T09:03:13.527Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:03:13.583Z] "snapd" switched to the "latest/stable" channel [2021-01-22T09:03:13.584Z] [2021-01-22T09:03:13.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:03:14.486Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T09:03:14.486Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T09:03:14.486Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T09:03:14.486Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:03:14.486Z] OK: 6 MiB in 17 packages [2021-01-22T09:03:15.622Z] core18 20201210 from Canonical* installed [2021-01-22T09:03:15.906Z] "core18" switched to the "latest/stable" channel [2021-01-22T09:03:15.906Z] [2021-01-22T09:03:16.557Z] Removing intermediate container 49bc4ca6b476 [2021-01-22T09:03:16.557Z] ---> 30239e1c948e [2021-01-22T09:03:16.557Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T09:03:16.557Z] ---> Running in 4fc3dc17b7c7 [2021-01-22T09:03:17.248Z] Removing intermediate container 4fc3dc17b7c7 [2021-01-22T09:03:17.248Z] ---> 1bd45d136021 [2021-01-22T09:03:17.248Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T09:03:17.248Z] ---> Running in 3433995188d8 [2021-01-22T09:03:17.851Z] Removing intermediate container 3433995188d8 [2021-01-22T09:03:17.851Z] ---> 6e3d1eaee5b3 [2021-01-22T09:03:17.851Z] 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-22T09:03:18.130Z] ---> Running in 4cd8642a2724 [2021-01-22T09:03:19.360Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T09:03:19.360Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T09:03:19.360Z] [2021-01-22T09:03:20.157Z] Connecting to github.com (140.82.114.4:443) [2021-01-22T09:03:20.157Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.38.52:443) [2021-01-22T09:03:20.438Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T09:03:20.438Z] dockerize-alpine-lin 2% | | 86560 0:00:33 ETA [2021-01-22T09:03:20.713Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T09:03:20.713Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T09:03:20.713Z] dockerize [2021-01-22T09:03:22.703Z] 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-22T09:03:22.703Z] - README.md [2021-01-22T09:03:22.703Z] - snapcraft.yaml.orig [2021-01-22T09:03:22.703Z] [2021-01-22T09:03:22.703Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T09:03:23.366Z] Removing intermediate container 4cd8642a2724 [2021-01-22T09:03:23.366Z] ---> 196ae290688d [2021-01-22T09:03:23.366Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T09:03:23.366Z] ---> Running in 87fb5dffba73 [2021-01-22T09:03:23.972Z] Removing intermediate container 87fb5dffba73 [2021-01-22T09:03:23.972Z] ---> 46832cc14636 [2021-01-22T09:03:23.972Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T09:03:24.249Z] ---> Running in 5f4765eda4f5 [2021-01-22T09:03:24.879Z] Removing intermediate container 5f4765eda4f5 [2021-01-22T09:03:24.879Z] ---> 36ce39e64e66 [2021-01-22T09:03:24.879Z] 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-22T09:03:24.879Z] ---> Running in be62a1dd7eb1 [2021-01-22T09:03:26.969Z] Move dockerize executable [2021-01-22T09:03:28.988Z] Removing intermediate container be62a1dd7eb1 [2021-01-22T09:03:28.988Z] ---> cac8d8066e1c [2021-01-22T09:03:28.988Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T09:03:29.268Z] ---> Running in 04c31a2addfb [2021-01-22T09:03:29.368Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:03:29.368Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T09:03:29.368Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T09:03:29.368Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T09:03:30.259Z] Removing intermediate container 04c31a2addfb [2021-01-22T09:03:30.259Z] ---> 2e899f2e5273 [2021-01-22T09:03:30.259Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T09:03:30.312Z] Reading package lists... [2021-01-22T09:03:30.575Z] 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-22T09:03:31.263Z] ---> 8714f6addaa9 [2021-01-22T09:03:31.263Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T09:03:31.263Z] ---> Running in fdaf89083087 [2021-01-22T09:03:35.645Z] Removing intermediate container fdaf89083087 [2021-01-22T09:03:35.646Z] ---> e4b81e5f8473 [2021-01-22T09:03:35.646Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:03:36.244Z] ---> 7a3dbebbac44 [2021-01-22T09:03:36.244Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T09:03:37.204Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:03:37.204Z] Reading package lists... [2021-01-22T09:03:37.204Z] Building dependency tree... [2021-01-22T09:03:37.204Z] Reading state information... [2021-01-22T09:03:37.204Z] Suggested packages: [2021-01-22T09:03:37.204Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T09:03:37.204Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T09:03:37.204Z] Recommended packages: [2021-01-22T09:03:37.204Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T09:03:37.204Z] The following NEW packages will be installed: [2021-01-22T09:03:37.204Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T09:03:37.204Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T09:03:37.204Z] pkg-config zip [2021-01-22T09:03:37.204Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T09:03:37.204Z] Need to get 7655 kB of archives. [2021-01-22T09:03:37.204Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T09:03:37.204Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-22T09:03:37.204Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T09:03:37.204Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T09:03:37.204Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T09:03:37.204Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T09:03:37.204Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T09:03:37.204Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T09:03:37.467Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T09:03:37.467Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T09:03:37.467Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T09:03:37.467Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T09:03:37.735Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T09:03:37.735Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T09:03:37.735Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T09:03:37.735Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T09:03:37.735Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:03:38.000Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-22T09:03:38.000Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T09:03:38.000Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T09:03:38.000Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T09:03:38.000Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T09:03:38.000Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T09:03:38.000Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T09:03:38.237Z] ---> 44d0629f97ec [2021-01-22T09:03:38.237Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T09:03:38.262Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T09:03:38.262Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T09:03:38.262Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T09:03:38.262Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T09:03:38.262Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T09:03:38.262Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T09:03:38.262Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T09:03:38.522Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T09:03:38.522Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T09:03:38.522Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T09:03:38.522Z] Selecting previously unselected package liberror-perl. [2021-01-22T09:03:38.522Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T09:03:38.522Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T09:03:38.522Z] Selecting previously unselected package git-man. [2021-01-22T09:03:38.522Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T09:03:38.522Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:03:38.786Z] Selecting previously unselected package git. [2021-01-22T09:03:38.786Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T09:03:38.786Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:03:39.696Z] ---> 51dc82ed901b [2021-01-22T09:03:39.697Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T09:03:39.733Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T09:03:39.733Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T09:03:39.733Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T09:03:39.733Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T09:03:39.733Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T09:03:39.733Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T09:03:39.733Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T09:03:39.733Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T09:03:39.733Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T09:03:39.995Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T09:03:39.995Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T09:03:39.995Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:03:39.995Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T09:03:39.995Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T09:03:39.995Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:03:40.257Z] Selecting previously unselected package pkg-config. [2021-01-22T09:03:40.257Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T09:03:40.257Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T09:03:40.257Z] Selecting previously unselected package zip. [2021-01-22T09:03:40.257Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T09:03:40.257Z] Unpacking zip (3.0-11build1) ... [2021-01-22T09:03:40.257Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T09:03:40.257Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:03:40.521Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T09:03:40.521Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T09:03:40.521Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T09:03:40.521Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T09:03:40.521Z] No schema files found: doing nothing. [2021-01-22T09:03:40.521Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T09:03:40.521Z] Setting up zip (3.0-11build1) ... [2021-01-22T09:03:40.521Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T09:03:40.521Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T09:03:40.521Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T09:03:40.785Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:03:40.785Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T09:03:40.785Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:03:40.785Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:03:40.785Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:03:42.332Z] ---> fd70669012d0 [2021-01-22T09:03:42.332Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T09:03:43.320Z] Removing intermediate container e9b39d2c5763 [2021-01-22T09:03:43.320Z] ---> adb23f66cba4 [2021-01-22T09:03:43.320Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T09:03:43.320Z] ---> 35b030e4a5cb [2021-01-22T09:03:43.320Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T09:03:43.594Z] ---> Running in c83fa3f8592b [2021-01-22T09:03:44.215Z] ---> Running in 58a7508eeea2 [2021-01-22T09:03:44.504Z] Removing intermediate container 58a7508eeea2 [2021-01-22T09:03:44.504Z] ---> e5a87888e917 [2021-01-22T09:03:44.504Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T09:03:45.145Z] 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-22T09:03:45.454Z] ---> 23a85e8344da [2021-01-22T09:03:45.454Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T09:03:46.084Z] ---> Running in e3d0e3ab89d3 [2021-01-22T09:03:47.473Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:03:47.473Z] git set to automatically installed. [2021-01-22T09:03:47.473Z] git-man set to automatically installed. [2021-01-22T09:03:47.473Z] libcurl3-gnutls set to automatically installed. [2021-01-22T09:03:47.473Z] liberror-perl set to automatically installed. [2021-01-22T09:03:47.473Z] libglib2.0-0 set to automatically installed. [2021-01-22T09:03:47.473Z] libnghttp2-14 set to automatically installed. [2021-01-22T09:03:47.473Z] libnorm1 set to automatically installed. [2021-01-22T09:03:47.473Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T09:03:47.473Z] libpsl5 set to automatically installed. [2021-01-22T09:03:47.473Z] librtmp1 set to automatically installed. [2021-01-22T09:03:47.473Z] libsodium23 set to automatically installed. [2021-01-22T09:03:47.473Z] libzmq3-dev set to automatically installed. [2021-01-22T09:03:47.473Z] libzmq5 set to automatically installed. [2021-01-22T09:03:47.473Z] pkg-config set to automatically installed. [2021-01-22T09:03:47.473Z] zip set to automatically installed. [2021-01-22T09:03:48.848Z] Removing intermediate container c83fa3f8592b [2021-01-22T09:03:48.848Z] ---> f5b7c2a85d1d [2021-01-22T09:03:48.848Z] [2021-01-22T09:03:48.848Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T09:03:48.848Z] 20.10.0: Pulling from library/docker [2021-01-22T09:03:49.128Z] Removing intermediate container e3d0e3ab89d3 [2021-01-22T09:03:49.128Z] ---> 0db718bf5dce [2021-01-22T09:03:49.128Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T09:03:49.587Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T09:03:50.168Z] ---> Running in a2df68358084 [2021-01-22T09:03:51.197Z] Removing intermediate container a2df68358084 [2021-01-22T09:03:51.197Z] ---> 1846763aa570 [2021-01-22T09:03:51.197Z] Step 30/33 : CMD ["gate"] [2021-01-22T09:03:51.839Z] ---> Running in 94e1d1e6462f [2021-01-22T09:03:52.495Z] Removing intermediate container 94e1d1e6462f [2021-01-22T09:03:52.495Z] ---> f5a3dd176ea5 [2021-01-22T09:03:52.495Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T09:03:53.163Z] ---> Running in b48c89507ffb [2021-01-22T09:03:54.229Z] Removing intermediate container b48c89507ffb [2021-01-22T09:03:54.230Z] ---> 50136e542fc5 [2021-01-22T09:03:54.230Z] Step 32/33 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:03:55.786Z] ---> Running in 159dea52e2aa [2021-01-22T09:03:56.378Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:03:56.664Z] snap "core18" has no updates available [2021-01-22T09:03:57.330Z] Removing intermediate container 159dea52e2aa [2021-01-22T09:03:57.330Z] ---> d26eed0778a5 [2021-01-22T09:03:57.330Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T09:03:58.347Z] ---> Running in 83ed6f997149 [2021-01-22T09:03:58.347Z] Removing intermediate container 00b25966b916 [2021-01-22T09:03:58.347Z] ---> 325ac3b744ea [2021-01-22T09:03:58.347Z] [2021-01-22T09:03:58.347Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:03:58.347Z] ---> afeebe901d6b [2021-01-22T09:03:58.347Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T09:03:58.650Z] Pulling config-common [2021-01-22T09:03:58.943Z] ---> Running in c098c7ed861c [2021-01-22T09:03:58.943Z] Removing intermediate container 83ed6f997149 [2021-01-22T09:03:58.943Z] ---> f1158ddc957e [2021-01-22T09:03:58.943Z] [2021-01-22T09:03:59.217Z] Successfully built f1158ddc957e [2021-01-22T09:03:59.491Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T09:03:59.492Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c098c7ed861c [2021-01-22T09:03:59.492Z] ---> b598bf439936 [2021-01-22T09:03:59.492Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T09:03:59.492Z] ---> Running in 170ee1cad6a3 [2021-01-22T09:03:59.595Z] Pulling go-build-helper [2021-01-22T09:03:59.777Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T09:03:59.777Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T09:03:59.777Z] ---> eeaf43b92773 [2021-01-22T09:03:59.777Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T09:03:59.777Z] ---> Running in 34d37e1f8306 [2021-01-22T09:04:00.055Z] Removing intermediate container 170ee1cad6a3 [2021-01-22T09:04:00.055Z] ---> 2dc06ef53c8b [2021-01-22T09:04:00.055Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T09:04:00.330Z] ---> Running in 8154321d8a82 [2021-01-22T09:04:00.926Z] Removing intermediate container 8154321d8a82 [2021-01-22T09:04:00.926Z] ---> cf50ffa1fbea [2021-01-22T09:04:00.926Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:04:00.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:00.927Z] ---> Running in 20321d776420 [2021-01-22T09:04:01.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:01.807Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T09:04:01.807Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T09:04:01.807Z] Executing bash-5.0.17-r0.post-install [2021-01-22T09:04:01.807Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:04:01.807Z] OK: 12 MiB in 22 packages [2021-01-22T09:04:03.304Z] Removing intermediate container 34d37e1f8306 [2021-01-22T09:04:03.304Z] ---> a2de5f48685f [2021-01-22T09:04:03.304Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T09:04:03.632Z] ---> Running in f1d3fb9c47cf [2021-01-22T09:04:03.632Z] Removing intermediate container 20321d776420 [2021-01-22T09:04:03.632Z] ---> 63dd1ad981be [2021-01-22T09:04:03.632Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T09:04:03.632Z] ---> Running in c0f10c770612 [2021-01-22T09:04:04.241Z] Removing intermediate container f1d3fb9c47cf [2021-01-22T09:04:04.241Z] ---> 5af0cb0dafa7 [2021-01-22T09:04:04.241Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T09:04:04.241Z] ---> Running in 01abc19ad359 [2021-01-22T09:04:04.842Z] Removing intermediate container 01abc19ad359 [2021-01-22T09:04:04.842Z] ---> e8f644e66ec5 [2021-01-22T09:04:04.842Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T09:04:04.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:04.842Z] ---> Running in 2e306acc435a [2021-01-22T09:04:05.440Z] Removing intermediate container 2e306acc435a [2021-01-22T09:04:05.440Z] ---> bb230bd12611 [2021-01-22T09:04:05.440Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T09:04:05.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:06.314Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T09:04:06.314Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T09:04:06.314Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T09:04:06.588Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T09:04:06.588Z] ---> dd7dae55497a [2021-01-22T09:04:06.588Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T09:04:06.588Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T09:04:06.863Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T09:04:06.863Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:04:06.863Z] OK: 8 MiB in 20 packages [2021-01-22T09:04:07.463Z] ---> 8bdd10faf715 [2021-01-22T09:04:07.463Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T09:04:08.447Z] Removing intermediate container c0f10c770612 [2021-01-22T09:04:08.447Z] ---> 9f2fc8868cf3 [2021-01-22T09:04:08.447Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:04:08.447Z] ---> 388e4cca0898 [2021-01-22T09:04:08.447Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T09:04:08.447Z] ---> Running in 9d5c87f6eead [2021-01-22T09:04:09.447Z] ---> 5bc7e464175c [2021-01-22T09:04:09.447Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T09:04:09.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:09.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:10.595Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T09:04:10.595Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T09:04:10.595Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T09:04:10.595Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T09:04:10.595Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T09:04:10.595Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T09:04:10.595Z] ---> 93ca03da13ae [2021-01-22T09:04:10.595Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T09:04:10.595Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T09:04:11.584Z] ---> d8c1c1105eeb [2021-01-22T09:04:11.584Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T09:04:11.584Z] ---> Running in 394884b97a26 [2021-01-22T09:04:12.189Z] Removing intermediate container 394884b97a26 [2021-01-22T09:04:12.189Z] ---> b6ea642453bc [2021-01-22T09:04:12.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:04:12.464Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T09:04:12.464Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T09:04:12.464Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T09:04:12.464Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T09:04:12.464Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T09:04:12.464Z] ---> Running in 4e8263ae428e [2021-01-22T09:04:12.464Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T09:04:12.464Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T09:04:12.737Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T09:04:12.737Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T09:04:12.737Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T09:04:12.737Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T09:04:12.737Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T09:04:12.737Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T09:04:12.737Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T09:04:12.737Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T09:04:13.012Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T09:04:13.012Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T09:04:13.012Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T09:04:13.012Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T09:04:13.012Z] Removing intermediate container 4e8263ae428e [2021-01-22T09:04:13.012Z] ---> e8a43469760a [2021-01-22T09:04:13.012Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:04:13.012Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T09:04:13.012Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T09:04:13.012Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T09:04:13.012Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T09:04:13.012Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T09:04:13.012Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T09:04:13.012Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T09:04:13.286Z] ---> Running in c978fe6704a8 [2021-01-22T09:04:13.286Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:04:13.286Z] OK: 71 MiB in 55 packages [2021-01-22T09:04:13.889Z] Removing intermediate container c978fe6704a8 [2021-01-22T09:04:13.889Z] ---> 0ad46399d358 [2021-01-22T09:04:13.889Z] Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:04:13.889Z] ---> Running in 188b8393b131 [2021-01-22T09:04:14.489Z] Removing intermediate container 188b8393b131 [2021-01-22T09:04:14.489Z] ---> 95cc95cffc42 [2021-01-22T09:04:14.489Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:04:14.764Z] ---> Running in c5ae47f7f688 [2021-01-22T09:04:15.360Z] Removing intermediate container c5ae47f7f688 [2021-01-22T09:04:15.360Z] ---> 84db843a6aab [2021-01-22T09:04:15.360Z] [2021-01-22T09:04:15.631Z] Successfully built 84db843a6aab [2021-01-22T09:04:15.631Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T09:04:19.027Z]  Building docker-core-data-go ... done Removing intermediate container 9d5c87f6eead [2021-01-22T09:04:19.027Z] ---> 61e3f0fc4f26 [2021-01-22T09:04:19.027Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T09:04:19.027Z] ---> Running in 2f8f0d9ec6db [2021-01-22T09:04:21.585Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T09:04:21.585Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T09:04:21.585Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T09:04:21.585Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T09:04:21.585Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T09:04:21.585Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T09:04:21.585Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T09:04:21.585Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T09:04:21.585Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T09:04:21.585Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T09:04:21.585Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T09:04:21.585Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T09:04:21.585Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T09:04:21.585Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T09:04:21.585Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T09:04:21.585Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T09:04:21.585Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T09:04:21.585Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T09:04:21.585Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T09:04:21.585Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T09:04:21.585Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T09:04:21.585Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T09:04:21.585Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T09:04:21.585Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T09:04:21.585Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T09:04:21.585Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T09:04:21.585Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T09:04:21.585Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T09:04:21.585Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T09:04:21.585Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T09:04:21.585Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T09:04:21.585Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T09:04:21.585Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T09:04:21.585Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T09:04:21.585Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T09:04:21.585Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T09:04:21.585Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T09:04:21.585Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T09:04:21.586Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T09:04:21.586Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T09:04:21.586Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T09:04:21.586Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T09:04:21.586Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T09:04:21.586Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T09:04:21.586Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T09:04:21.586Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T09:04:21.586Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T09:04:21.586Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T09:04:21.586Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T09:04:21.586Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T09:04:21.586Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T09:04:21.586Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T09:04:21.586Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T09:04:21.586Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T09:04:21.586Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T09:04:21.586Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T09:04:21.586Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T09:04:21.586Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T09:04:21.586Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T09:04:21.586Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T09:04:21.586Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T09:04:21.586Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T09:04:21.586Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T09:04:21.586Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T09:04:21.586Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T09:04:21.586Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T09:04:21.586Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T09:04:21.586Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T09:04:21.586Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T09:04:24.139Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T09:04:24.139Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T09:04:24.139Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T09:04:24.139Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T09:04:24.139Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T09:04:24.139Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T09:04:24.139Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T09:04:24.139Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T09:04:24.139Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T09:04:24.139Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T09:04:24.139Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T09:04:24.139Z] Pulling static-packages [2021-01-22T09:04:24.422Z] Collecting docker-compose==1.23.2 [2021-01-22T09:04:24.422Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T09:04:24.422Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T09:04:24.422Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T09:04:24.694Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T09:04:24.968Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T09:04:25.083Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-22T09:04:25.083Z] Skipping pull go-build-helper (already ran) [2021-01-22T09:04:25.083Z] Skipping pull static-packages (already ran) [2021-01-22T09:04:25.083Z] Building go-build-helper [2021-01-22T09:04:26.936Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T09:04:26.936Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T09:04:27.210Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T09:04:27.210Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T09:04:28.463Z] Building static-packages [2021-01-22T09:04:29.829Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T09:04:29.829Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T09:04:30.422Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T09:04:30.422Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T09:04:30.537Z] Staging go-build-helper [2021-01-22T09:04:31.018Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T09:04:31.018Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T09:04:31.111Z] Staging static-packages [2021-01-22T09:04:32.059Z] Pulling go115 [2021-01-22T09:04:32.988Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T09:04:32.988Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T09:04:32.988Z] 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-22T09:04:33.010Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T09:04:33.010Z] Skipping pull go115 (already ran) [2021-01-22T09:04:33.010Z] Building go115 [2021-01-22T09:04:33.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:04:33.010Z] Dload Upload Total Spent Left Speed [2021-01-22T09:04:34.004Z] Collecting PyYAML<4,>=3.10 [2021-01-22T09:04:34.004Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T09:04:35.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 115M 29 33.6M 0 0 31.8M 0 0:00:03 0:00:01 0:00:02 31.8M 60 115M 60 69.6M 0 0 34.0M 0 0:00:03 0:00:02 0:00:01 34.0M 100 115M 100 115M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.9M [2021-01-22T09:04:36.223Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T09:04:36.626Z] 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-22T09:04:36.626Z] 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-22T09:04:36.898Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T09:04:36.898Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T09:04:37.491Z] Collecting idna<2.8,>=2.5 [2021-01-22T09:04:37.491Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T09:04:37.491Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T09:04:37.491Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T09:04:37.759Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T09:04:37.760Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T09:04:37.760Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T09:04:37.760Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T09:04:38.729Z] Installing collected packages: websocket-client, docopt, cached-property, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose [2021-01-22T09:04:38.729Z] Running setup.py install for docopt: started [2021-01-22T09:04:40.447Z] Staging go115 [2021-01-22T09:04:40.692Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T09:04:40.692Z] Running setup.py install for texttable: started [2021-01-22T09:04:42.651Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T09:04:42.651Z] Attempting uninstall: urllib3 [2021-01-22T09:04:42.651Z] Found existing installation: urllib3 1.25.9 [2021-01-22T09:04:42.651Z] Uninstalling urllib3-1.25.9: [2021-01-22T09:04:42.651Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T09:04:43.241Z] Attempting uninstall: idna [2021-01-22T09:04:43.241Z] Found existing installation: idna 2.9 [2021-01-22T09:04:43.241Z] Uninstalling idna-2.9: [2021-01-22T09:04:43.241Z] Successfully uninstalled idna-2.9 [2021-01-22T09:04:43.835Z] Attempting uninstall: requests [2021-01-22T09:04:43.835Z] Found existing installation: requests 2.23.0 [2021-01-22T09:04:43.835Z] Uninstalling requests-2.23.0: [2021-01-22T09:04:44.114Z] Successfully uninstalled requests-2.23.0 [2021-01-22T09:04:45.083Z] Running setup.py install for dockerpty: started [2021-01-22T09:04:45.755Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T09:04:45.755Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T09:04:45.755Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T09:04:45.755Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T09:04:45.755Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T09:04:45.755Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T09:04:45.755Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T09:04:45.755Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T09:04:45.755Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T09:04:45.755Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T09:04:45.755Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T09:04:45.755Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T09:04:45.755Z] Pulling edgex-go [2021-01-22T09:04:46.018Z] Pulling version [2021-01-22T09:04:46.965Z] Building config-common [2021-01-22T09:04:47.044Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T09:04:47.316Z] Running setup.py install for PyYAML: started [2021-01-22T09:04:48.887Z] Skipping build go-build-helper (already ran) [2021-01-22T09:04:48.887Z] Skipping build static-packages (already ran) [2021-01-22T09:04:48.887Z] Skipping build go115 (already ran) [2021-01-22T09:04:48.887Z] Building edgex-go [2021-01-22T09:04:49.155Z] 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-22T09:04:49.274Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T09:04:50.241Z] 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-22T09:04:51.089Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T09:04:51.090Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T09:04:51.090Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T09:04:51.090Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-22T09:04:51.090Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T09:04:51.350Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T09:04:51.350Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T09:04:51.350Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T09:04:51.350Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T09:04:51.350Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T09:04:51.350Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T09:04:51.350Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T09:04:51.350Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T09:04:51.350Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T09:04:51.350Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T09:04:51.350Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T09:04:51.350Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T09:04:51.350Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T09:04:51.350Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T09:04:51.350Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T09:04:51.350Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T09:04:51.614Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T09:04:51.614Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T09:04:51.614Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T09:04:51.614Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T09:04:51.614Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T09:04:51.876Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T09:04:51.876Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T09:04:52.137Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T09:04:53.622Z] Removing intermediate container 2f8f0d9ec6db [2021-01-22T09:04:53.622Z] ---> 3b8fdcb0b0c7 [2021-01-22T09:04:53.622Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T09:04:53.622Z] ---> Running in 96c36bc7f7c6 [2021-01-22T09:04:55.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:55.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:04:55.641Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:04:55.641Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T09:04:55.641Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T09:04:55.641Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:04:55.641Z] OK: 71 MiB in 58 packages [2021-01-22T09:04:57.076Z] Removing intermediate container 96c36bc7f7c6 [2021-01-22T09:04:57.076Z] ---> 77da10e893cb [2021-01-22T09:04:57.076Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T09:04:57.076Z] ---> Running in 99c231fba4a2 [2021-01-22T09:04:57.347Z] Removing intermediate container 99c231fba4a2 [2021-01-22T09:04:57.347Z] ---> 3436bdf44ebb [2021-01-22T09:04:57.347Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:04:57.617Z] ---> Running in bb1e665ada23 [2021-01-22T09:04:57.889Z] Removing intermediate container bb1e665ada23 [2021-01-22T09:04:57.889Z] ---> fdb0bbf7c3c1 [2021-01-22T09:04:57.889Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T09:04:58.158Z] ---> Running in f98ae3e426aa [2021-01-22T09:04:58.434Z] Removing intermediate container f98ae3e426aa [2021-01-22T09:04:58.434Z] ---> 61d3df07f8a5 [2021-01-22T09:04:58.434Z] Step 25/26 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae [2021-01-22T09:04:58.705Z] ---> Running in 3ae5cdf3636b [2021-01-22T09:04:58.726Z] 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-22T09:04:59.297Z] Removing intermediate container 3ae5cdf3636b [2021-01-22T09:04:59.297Z] ---> 7021df9fcb5c [2021-01-22T09:04:59.297Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T09:04:59.297Z] ---> Running in fd0b0e1c0154 [2021-01-22T09:04:59.890Z] Removing intermediate container fd0b0e1c0154 [2021-01-22T09:04:59.890Z] ---> 832f990d3f82 [2021-01-22T09:04:59.890Z] [2021-01-22T09:05:00.160Z] Successfully built 832f990d3f82 [2021-01-22T09:05:00.160Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T09:05:00.459Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T09:05:00.501Z] $ docker stop --time=1 0f00f36708e59e60fa0afd38f2123056645f072e49b87684a61bcd0695c5b2dc [2021-01-22T09:05:02.029Z] 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-22T09:05:02.478Z] $ docker rm -f 0f00f36708e59e60fa0afd38f2123056645f072e49b87684a61bcd0695c5b2dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T09:05:02.974Z] 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-22T09:05:03.201Z] + docker images [2021-01-22T09:05:03.201Z] + grep docker [2021-01-22T09:05:03.478Z] docker-sys-mgmt-agent-go-arm64 latest 832f990d3f82 4 seconds ago 300MB [2021-01-22T09:05:03.478Z] docker-core-data-go-arm64 latest 84db843a6aab 49 seconds ago 21MB [2021-01-22T09:05:03.478Z] docker-security-bootstrapper-go-arm64 latest f1158ddc957e About a minute ago 40.3MB [2021-01-22T09:05:03.478Z] docker-core-command-go-arm64 latest e580f06dd6ba About a minute ago 15.4MB [2021-01-22T09:05:03.478Z] docker-security-secretstore-setup-go-arm64 latest f615d7a1c619 4 minutes ago 23.4MB [2021-01-22T09:05:03.478Z] docker-core-metadata-go-arm64 latest 8d43b7418e45 4 minutes ago 17.7MB [2021-01-22T09:05:03.478Z] docker-support-notifications-go-arm64 latest 7672e3902223 4 minutes ago 16MB [2021-01-22T09:05:03.478Z] docker-security-proxy-setup-go-arm64 latest 7804e2442265 4 minutes ago 23.2MB [2021-01-22T09:05:03.478Z] docker-support-scheduler-go-arm64 latest d4773f953388 4 minutes ago 15.5MB [2021-01-22T09:05:03.478Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-22T09:05:03.919Z] 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 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-22T09:05:04.180Z] 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-22T09:05:04.180Z] go: downloading github.com/stretchr/testify v1.6.1 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-01-22T09:05:04.442Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T09:05:04.442Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T09:05:04.442Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T09:05:05.835Z] 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-22T09:05:05.835Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T09:05:05.835Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T09:05:07.222Z] 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-22T09:05:07.798Z] 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-22T09:05:07.798Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T09:05:09.185Z] 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-22T09:05:09.761Z] 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-22T09:05:10.346Z] 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-22T09:05:10.609Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T09:05:11.557Z] 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-22T09:05:11.557Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-22T09:05:14.118Z] Building version [2021-01-22T09:05:16.046Z] Staging config-common [2021-01-22T09:05:16.995Z] Skipping stage go-build-helper (already ran) [2021-01-22T09:05:16.995Z] Skipping stage static-packages (already ran) [2021-01-22T09:05:16.995Z] Skipping stage go115 (already ran) [2021-01-22T09:05:16.995Z] Staging edgex-go [2021-01-22T09:05:17.952Z] Staging version [2021-01-22T09:05:18.899Z] Priming config-common [2021-01-22T09:05:19.847Z] Priming go-build-helper [2021-01-22T09:05:20.794Z] Priming static-packages [2021-01-22T09:05:22.712Z] Priming go115 [2021-01-22T09:05:23.657Z] Priming edgex-go [2021-01-22T09:05:24.601Z] Priming version [2021-01-22T09:05:25.546Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-22T09:05:28.634Z] provisioning config files... [2021-01-22T09:05:28.770Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config919462264196848460tmp [Pipeline] { [Pipeline] sh [2021-01-22T09:05:29.255Z] + set +x [2021-01-22T09:05:29.255Z] + curl -s https://codecov.io/bash [2021-01-22T09:05:29.255Z] + bash -s -- [2021-01-22T09:05:29.836Z] [2021-01-22T09:05:29.836Z] _____ _ [2021-01-22T09:05:29.836Z] / ____| | | [2021-01-22T09:05:29.836Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T09:05:29.836Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T09:05:29.836Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T09:05:29.836Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T09:05:29.836Z] Bash-20210115-cec3c92 [2021-01-22T09:05:29.836Z] [2021-01-22T09:05:29.836Z] [2021-01-22T09:05:29.836Z] ==> git version 2.24.3 found [2021-01-22T09:05:29.836Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-22T09:05:29.836Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T09:05:29.836Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T09:05:29.836Z] ==> Jenkins CI detected. [2021-01-22T09:05:29.836Z] project root: . [2021-01-22T09:05:29.836Z] --> token set from env [2021-01-22T09:05:29.836Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T09:05:29.836Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T09:05:30.121Z] ==> Python coveragepy not found [2021-01-22T09:05:30.121Z] ==> Searching for coverage reports in: [2021-01-22T09:05:30.121Z] + . [2021-01-22T09:05:30.121Z] -> Found 1 reports [2021-01-22T09:05:30.121Z] ==> Detecting git/mercurial file structure [2021-01-22T09:05:30.121Z] ==> Reading reports [2021-01-22T09:05:30.121Z] + ./coverage.out bytes=563886 [2021-01-22T09:05:30.121Z] ==> Appending adjustments [2021-01-22T09:05:30.121Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T09:05:35.686Z] + Found adjustments [2021-01-22T09:05:35.686Z] ==> Gzipping contents [2021-01-22T09:05:35.686Z] 84K /tmp/codecov.TIYftw.gz [2021-01-22T09:05:35.686Z] ==> Uploading reports [2021-01-22T09:05:35.686Z] url: https://codecov.io [2021-01-22T09:05:35.686Z] query: branch=PR-3030&commit=6d1a339455ff287b3513c2fe56a7375bd1d8bcae&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-22T09:05:35.686Z] -> Pinging Codecov [2021-01-22T09:05:35.686Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=6d1a339455ff287b3513c2fe56a7375bd1d8bcae&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-22T09:05:37.155Z] -> Uploading to [2021-01-22T09:05:37.155Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/6d1a339455ff287b3513c2fe56a7375bd1d8bcae/1bb7aa6f-148a-4e3e-bddc-8b2a7ffa6733.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T090536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c404702c7eff61a76aaf50a0347447198dc501fa07d30bdd157812fa39f05ef8 [2021-01-22T09:05:37.155Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:05:37.155Z] Dload Upload Total Spent Left Speed [2021-01-22T09:05:37.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85609 0 0 100 85609 0 142k --:--:-- --:--:-- --:--:-- 142k [2021-01-22T09:05:37.767Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6d1a339455ff287b3513c2fe56a7375bd1d8bcae [Pipeline] } [2021-01-22T09:05:37.786Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:05:39.834Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:05:41.141Z] ---> package-listing.sh [2021-01-22T09:05:41.141Z] ++ facter osfamily [2021-01-22T09:05:41.141Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T09:05:41.141Z] + OS_FAMILY=redhat [2021-01-22T09:05:41.141Z] + workspace=/w/workspace/edgex-go/17 [2021-01-22T09:05:41.141Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T09:05:41.141Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T09:05:41.141Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T09:05:41.141Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T09:05:41.141Z] + '[' /w/workspace/edgex-go/17 ']' [2021-01-22T09:05:41.141Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T09:05:41.141Z] + case "${OS_FAMILY}" in [2021-01-22T09:05:41.141Z] + rpm -qa [2021-01-22T09:05:41.141Z] + sort [2021-01-22T09:05:47.869Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T09:05:47.869Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T09:05:47.869Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T09:05:47.869Z] + '[' /w/workspace/edgex-go/17 ']' [2021-01-22T09:05:47.869Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-01-22T09:05:47.869Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-01-22T09:05:47.892Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T09:05:48.294Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:05:48.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:05:49.202Z] [2021-01-22T09:05:49.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:05:49.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:05:49.882Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T09:05:49.882Z] df20fa9351a1: Pulling fs layer [2021-01-22T09:05:49.882Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T09:05:49.882Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T09:05:49.882Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T09:05:49.882Z] 93b61091891f: Pulling fs layer [2021-01-22T09:05:49.882Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T09:05:49.882Z] 5e14af77c1be: Pulling fs layer [2021-01-22T09:05:49.882Z] 01666e4c0597: Pulling fs layer [2021-01-22T09:05:49.882Z] aa168da1d23b: Pulling fs layer [2021-01-22T09:05:49.882Z] 93b9cdb0e59b: Waiting [2021-01-22T09:05:49.882Z] 5e14af77c1be: Waiting [2021-01-22T09:05:49.882Z] 01666e4c0597: Waiting [2021-01-22T09:05:49.882Z] aa168da1d23b: Waiting [2021-01-22T09:05:49.882Z] 46f8f816bc3b: Waiting [2021-01-22T09:05:49.882Z] 93b61091891f: Waiting [2021-01-22T09:05:49.882Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T09:05:49.882Z] 36b3adc4ff6f: Download complete [2021-01-22T09:05:49.882Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T09:05:49.882Z] 46f8f816bc3b: Download complete [2021-01-22T09:05:49.882Z] df20fa9351a1: Verifying Checksum [2021-01-22T09:05:49.882Z] df20fa9351a1: Download complete [2021-01-22T09:05:50.177Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T09:05:50.177Z] 93b9cdb0e59b: Download complete [2021-01-22T09:05:50.177Z] 5e14af77c1be: Verifying Checksum [2021-01-22T09:05:50.177Z] 5e14af77c1be: Download complete [2021-01-22T09:05:50.177Z] 01666e4c0597: Verifying Checksum [2021-01-22T09:05:50.177Z] 01666e4c0597: Download complete [2021-01-22T09:05:50.177Z] 93b61091891f: Verifying Checksum [2021-01-22T09:05:50.177Z] 93b61091891f: Download complete [2021-01-22T09:05:50.801Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T09:05:50.801Z] 8ad3a11d3b57: Download complete [2021-01-22T09:05:50.801Z] df20fa9351a1: Pull complete [2021-01-22T09:05:51.419Z] 36b3adc4ff6f: Pull complete [2021-01-22T09:05:54.610Z] 8ad3a11d3b57: Pull complete [2021-01-22T09:05:55.541Z] 46f8f816bc3b: Pull complete [2021-01-22T09:05:56.370Z] 93b61091891f: Pull complete [2021-01-22T09:05:57.013Z] 93b9cdb0e59b: Pull complete [2021-01-22T09:05:57.349Z] 5e14af77c1be: Pull complete [2021-01-22T09:05:57.655Z] 01666e4c0597: Pull complete [2021-01-22T09:05:59.285Z] aa168da1d23b: Verifying Checksum [2021-01-22T09:05:59.285Z] aa168da1d23b: Download complete [2021-01-22T09:06:14.506Z] aa168da1d23b: Pull complete [2021-01-22T09:06:14.506Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T09:06:14.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:06:14.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T09:06:15.182Z] prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container [2021-01-22T09:06:15.410Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-22T09:06:20.803Z] $ docker top 352b858d5f4f5f605616d3cb5d279e895d6b3abb6a2f32c09976a4424124e6a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:06:22.124Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T09:06:22.468Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T09:06:22.912Z] + ls /var/log/sa-host [2021-01-22T09:06:22.912Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T09:06:22.912Z] file_magic: OK [2021-01-22T09:06:22.912Z] HZ: Using current value: 100 [2021-01-22T09:06:22.912Z] file_header: OK [2021-01-22T09:06:22.912Z] 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-22T09:06:22.912Z] Statistics: [2021-01-22T09:06:22.912Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T09:06:22.912Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T09:06:22.912Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T09:06:22.912Z] file_magic: OK [2021-01-22T09:06:22.912Z] HZ: Using current value: 100 [2021-01-22T09:06:22.912Z] file_header: OK [2021-01-22T09:06:22.913Z] 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-22T09:06:22.913Z] Statistics: [2021-01-22T09:06:22.913Z] Hnuu...uuuununununu... [2021-01-22T09:06:22.913Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T09:06:23.666Z] provisioning config files... [2021-01-22T09:06:23.703Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config6467504821235510914tmp [Pipeline] { [Pipeline] echo [2021-01-22T09:06:23.816Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:06:24.658Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T09:06:24.945Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T09:06:25.043Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:06:25.573Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T09:06:25.594Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:06:27.898Z] ---> sudo-logs.sh [2021-01-22T09:06:27.898Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T09:06:27.927Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:06:28.306Z] ---> job-cost.sh [2021-01-22T09:06:28.582Z] lf-activate-venv: SKIPPING [2021-01-22T09:06:28.582Z] INFO: No Stack... [2021-01-22T09:06:29.596Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T09:06:30.271Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T09:06:30.291Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:06:30.975Z] ---> logs-deploy.sh [2021-01-22T09:06:30.975Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/17 [2021-01-22T09:06:30.975Z] INFO: archiving workspace using pattern(s): [2021-01-22T09:06:32.959Z] Archives upload complete. [2021-01-22T09:06:33.300Z] INFO: archiving logs to Nexus