Pull request #2898 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 05c74b819efbe47d36e2ce0e241fd573970fd385+7f9dd25f9d981fc062fb35c9729d56f5b41711bb (4cb4e1d7e04b51205dd91fbe9edd080a091f65ec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@e3a708771a572f3309a02b78ef07992b923c5409 Attempting to resolve e3a708771a572f3309a02b78ef07992b923c5409 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 Could not find e3a708771a572f3309a02b78ef07992b923c5409 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse e3a708771a572f3309a02b78ef07992b923c5409^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains e3a708771a572f3309a02b78ef07992b923c5409 # timeout=10 Selected match: pr/264/head revision e3a708771a572f3309a02b78ef07992b923c5409 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e3a708771a572f3309a02b78ef07992b923c5409 (pr/264/head) > git config core.sparsecheckout # timeout=10 > git checkout -f e3a708771a572f3309a02b78ef07992b923c5409 # timeout=10 Commit message: "feat(snap): Use new native build script" > 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14927 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 7f9dd25f9d981fc062fb35c9729d56f5b41711bb into PR head commit 05c74b819efbe47d36e2ce0e241fd573970fd385 Merge succeeded, producing 05c74b819efbe47d36e2ce0e241fd573970fd385 Checking out Revision 05c74b819efbe47d36e2ce0e241fd573970fd385 (PR-2898) > 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # 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 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 Commit message: "ci: testing new native snap build" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T18:32:31.733Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T18:32:32.041Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T18:32:32.156Z] ========================================================= [2020-12-07T18:32:32.156Z] EdgeX Global Pipelines Version Info [2020-12-07T18:32:32.156Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e4af2381fd233b53c51f3d6278b0908af4a2530b # timeout=10 [2020-12-07T18:32:34.370Z] ------------------- [2020-12-07T18:32:34.370Z] stable info: [2020-12-07T18:32:34.370Z] ------------------- [2020-12-07T18:32:34.370Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T18:32:34.370Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-07T18:32:34.370Z] Message: update stable to v1.0.169 [2020-12-07T18:32:35.322Z] ------------------- [2020-12-07T18:32:35.322Z] experimental info: [2020-12-07T18:32:35.322Z] ------------------- [2020-12-07T18:32:35.322Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T18:32:35.322Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T18:32:35.322Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T18:32:35.716Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-07T18:32:35.817Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-07T18:32:35.924Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T18:32:36.031Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T18:32:36.158Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T18:32:36.270Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T18:32:36.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T18:32:36.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-07T18:32:36.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-07T18:32:36.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-07T18:32:36.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T18:32:36.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T18:32:36.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T18:32:37.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T18:32:37.230Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T18:32:37.326Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T18:32:37.429Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T18:32:37.547Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T18:32:37.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-07T18:32:37.756Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-07T18:32:37.853Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-07T18:32:37.949Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T18:32:38.045Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo [2020-12-07T18:32:38.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo [2020-12-07T18:32:38.263Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo [2020-12-07T18:32:38.428Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 05c74b819efbe47d36e2ce0e241fd573970fd385 [Pipeline] echo [2020-12-07T18:32:38.521Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 05c74b8 [Pipeline] echo [2020-12-07T18:32:38.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T18:32:38.813Z] provisioning config files... [2020-12-07T18:32:38.845Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4966349644820673743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:32:39.213Z] ---> docker-login.sh [2020-12-07T18:32:39.213Z] nexus3.edgexfoundry.org:10001 [2020-12-07T18:32:39.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:32:39.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:32:39.762Z] Configure a credential helper to remove this warning. See [2020-12-07T18:32:39.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:32:39.762Z] [2020-12-07T18:32:39.762Z] Login Succeeded [2020-12-07T18:32:39.762Z] nexus3.edgexfoundry.org:10002 [2020-12-07T18:32:40.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:32:40.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:32:40.296Z] Configure a credential helper to remove this warning. See [2020-12-07T18:32:40.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:32:40.296Z] [2020-12-07T18:32:40.296Z] Login Succeeded [2020-12-07T18:32:40.296Z] nexus3.edgexfoundry.org:10003 [2020-12-07T18:32:40.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:32:40.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:32:40.566Z] Configure a credential helper to remove this warning. See [2020-12-07T18:32:40.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:32:40.566Z] [2020-12-07T18:32:40.566Z] Login Succeeded [2020-12-07T18:32:40.566Z] nexus3.edgexfoundry.org:10004 [2020-12-07T18:32:40.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:32:40.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:32:40.833Z] Configure a credential helper to remove this warning. See [2020-12-07T18:32:40.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:32:40.833Z] [2020-12-07T18:32:40.833Z] Login Succeeded [2020-12-07T18:32:40.833Z] docker.io [2020-12-07T18:32:40.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:32:41.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:32:41.099Z] Configure a credential helper to remove this warning. See [2020-12-07T18:32:41.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:32:41.099Z] [2020-12-07T18:32:41.099Z] Login Succeeded [2020-12-07T18:32:41.099Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T18:32:41.112Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T18:32:41.647Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/core-command/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/core-data/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-07T18:32:41.647Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T18:32:41.647Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-07T18:32:41.647Z] ++ cut -d/ -f2 [2020-12-07T18:32:41.647Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T18:32:41.766Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-07T18:32:43.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T18:32:43.515Z] [2020-12-07T18:32:43.515Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:32:43.909Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T18:32:43.909Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T18:32:43.909Z] 31603596830f: Pulling fs layer [2020-12-07T18:32:43.909Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T18:32:43.909Z] 6ca5941a6612: Pulling fs layer [2020-12-07T18:32:43.909Z] ecc8261a40a4: Pulling fs layer [2020-12-07T18:32:43.909Z] ecc8261a40a4: Waiting [2020-12-07T18:32:43.909Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T18:32:43.909Z] 2a8b12db71e7: Download complete [2020-12-07T18:32:44.186Z] 31603596830f: Download complete [2020-12-07T18:32:44.461Z] 6ca5941a6612: Verifying Checksum [2020-12-07T18:32:44.461Z] 6ca5941a6612: Download complete [2020-12-07T18:32:44.461Z] ecc8261a40a4: Verifying Checksum [2020-12-07T18:32:44.461Z] ecc8261a40a4: Download complete [2020-12-07T18:32:45.056Z] 31603596830f: Pull complete [2020-12-07T18:32:45.056Z] 2a8b12db71e7: Pull complete [2020-12-07T18:32:46.475Z] 6ca5941a6612: Pull complete [2020-12-07T18:32:46.475Z] ecc8261a40a4: Pull complete [2020-12-07T18:32:46.475Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T18:32:46.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T18:32:46.475Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T18:32:46.639Z] prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container [2020-12-07T18:32:46.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:32:49.523Z] $ docker top 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T18:32:50.268Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T18:32:50.268Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T18:32:50.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T18:32:50.808Z] $ docker exec 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent [2020-12-07T18:32:51.110Z] SSH_AUTH_SOCK=/tmp/ssh-iinESjGBIfs3/agent.11 [2020-12-07T18:32:51.110Z] SSH_AGENT_PID=16 [2020-12-07T18:32:51.133Z] Running ssh-add (command line suppressed) [2020-12-07T18:32:51.385Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_8102962798225079360.key (/w/workspace/edgex-go/10@tmp/private_key_8102962798225079360.key) [2020-12-07T18:32:51.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T18:32:52.226Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T18:32:52.276Z] $ docker exec --env ******** --env ******** 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent -k [2020-12-07T18:32:52.648Z] unset SSH_AUTH_SOCK; [2020-12-07T18:32:52.649Z] unset SSH_AGENT_PID; [2020-12-07T18:32:52.649Z] echo Agent pid 16 killed; [2020-12-07T18:32:52.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T18:32:53.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T18:32:53.074Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T18:32:53.450Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T18:32:53.457Z] $ docker exec 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent [2020-12-07T18:32:53.759Z] SSH_AUTH_SOCK=/tmp/ssh-vq2bLstCKvP1/agent.44 [2020-12-07T18:32:53.760Z] SSH_AGENT_PID=49 [2020-12-07T18:32:53.770Z] Running ssh-add (command line suppressed) [2020-12-07T18:32:53.973Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_7960256518983198515.key (/w/workspace/edgex-go/10@tmp/private_key_7960256518983198515.key) [2020-12-07T18:32:54.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T18:32:54.479Z] + git semver init [2020-12-07T18:32:54.480Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T18:32:54.480Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2020-12-07T18:32:54.480Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2020-12-07T18:32:54.480Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T18:32:54.480Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T18:32:54.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T18:32:54.480Z] # $SEMVER_BRANCH = PR-2898 [2020-12-07T18:32:54.480Z] # $SEMVER_TEMP = /tmp/semver-744033382 [2020-12-07T18:32:54.480Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-07T18:33:27.071Z] # '/tmp/semver-744033382' -> '/w/workspace/edgex-go/10/.semver' [2020-12-07T18:33:27.071Z] # -> Force: false [2020-12-07T18:33:27.071Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2020-12-07T18:33:27.088Z] $ docker exec --env ******** --env ******** 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 ssh-agent -k [2020-12-07T18:33:27.422Z] unset SSH_AUTH_SOCK; [2020-12-07T18:33:27.422Z] unset SSH_AGENT_PID; [2020-12-07T18:33:27.422Z] echo Agent pid 49 killed; [2020-12-07T18:33:27.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T18:33:28.159Z] + git semver [Pipeline] } [2020-12-07T18:33:28.458Z] $ docker stop --time=1 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 [2020-12-07T18:33:30.333Z] $ docker rm -f 4e182abf4accd452664d5525f82fb706ca2bddd0b04142c78d43ac2e11b076c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T18:33:31.097Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T18:33:31.814Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T18:33:31.817Z] [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 [2020-12-07T18:33:32.717Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T18:33:33.035Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T18:33:33.364Z] + sudo service docker restart [2020-12-07T18:33:33.364Z] + true [2020-12-07T18:33:33.364Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-07T18:33:34.368Z] ========================================================= [2020-12-07T18:33:34.369Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T18:33:34.369Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:33:34.736Z] + 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 . [2020-12-07T18:33:40.130Z] Sending build context to Docker daemon 326.3MB [2020-12-07T18:33:40.130Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T18:33:40.130Z] Step 2/7 : FROM ${BASE} [2020-12-07T18:33:40.130Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T18:33:40.130Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T18:33:40.130Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T18:33:40.130Z] de9db76c5a1d: Pulling fs layer [2020-12-07T18:33:40.130Z] bca2f99d35d6: Pulling fs layer [2020-12-07T18:33:40.130Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T18:33:40.130Z] 7c6f9722023f: Pulling fs layer [2020-12-07T18:33:40.130Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T18:33:40.130Z] 93359f2a8cfa: Waiting [2020-12-07T18:33:40.130Z] 7c6f9722023f: Waiting [2020-12-07T18:33:40.130Z] a35cf1a2eb13: Waiting [2020-12-07T18:33:40.130Z] bca2f99d35d6: Waiting [2020-12-07T18:33:40.130Z] de9db76c5a1d: Verifying Checksum [2020-12-07T18:33:40.130Z] de9db76c5a1d: Download complete [2020-12-07T18:33:40.130Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T18:33:40.130Z] 0ef7d3d256c8: Download complete [2020-12-07T18:33:40.130Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T18:33:40.130Z] 93359f2a8cfa: Download complete [2020-12-07T18:33:40.130Z] 7c6f9722023f: Download complete [2020-12-07T18:33:40.130Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T18:33:40.130Z] 188c0c94c7c5: Download complete [2020-12-07T18:33:40.398Z] 188c0c94c7c5: Pull complete [2020-12-07T18:33:40.666Z] 0ef7d3d256c8: Pull complete [2020-12-07T18:33:40.942Z] de9db76c5a1d: Pull complete [2020-12-07T18:33:43.641Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T18:33:43.641Z] a35cf1a2eb13: Download complete [2020-12-07T18:33:45.627Z] bca2f99d35d6: Verifying Checksum [2020-12-07T18:33:45.627Z] bca2f99d35d6: Download complete [2020-12-07T18:33:47.213Z] Still waiting to schedule task [2020-12-07T18:33:47.214Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-07T18:33:55.895Z] bca2f99d35d6: Pull complete [2020-12-07T18:33:55.895Z] 93359f2a8cfa: Pull complete [2020-12-07T18:33:55.895Z] 7c6f9722023f: Pull complete [2020-12-07T18:34:01.373Z] a35cf1a2eb13: Pull complete [2020-12-07T18:34:01.373Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T18:34:01.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T18:34:01.373Z] ---> a62c8e92a672 [2020-12-07T18:34:01.373Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-07T18:34:01.672Z] ---> Running in 12259a7ca726 [2020-12-07T18:34:03.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:34:04.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:34:04.742Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T18:34:05.017Z] (2/12) Installing file (5.38-r0) [2020-12-07T18:34:05.017Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T18:34:05.017Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T18:34:10.440Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T18:34:10.440Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T18:34:10.440Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T18:34:10.440Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T18:34:10.440Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T18:34:10.440Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T18:34:10.440Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T18:34:10.440Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T18:34:10.440Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:34:10.440Z] OK: 233 MiB in 51 packages [2020-12-07T18:34:13.828Z] Removing intermediate container 12259a7ca726 [2020-12-07T18:34:13.828Z] ---> 73b647d6a4a8 [2020-12-07T18:34:13.828Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T18:34:14.111Z] ---> Running in 5964241a39ad [2020-12-07T18:34:14.384Z] Removing intermediate container 5964241a39ad [2020-12-07T18:34:14.384Z] ---> 502e98f93cb5 [2020-12-07T18:34:14.384Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T18:34:14.992Z] latest: Pulling from library/docker [2020-12-07T18:34:15.294Z] 188c0c94c7c5: Already exists [2020-12-07T18:34:15.294Z] 0c7c675703d6: Pulling fs layer [2020-12-07T18:34:15.294Z] cc8c12a437cb: Pulling fs layer [2020-12-07T18:34:15.294Z] f092543453df: Pulling fs layer [2020-12-07T18:34:15.294Z] 65b6bc45957d: Pulling fs layer [2020-12-07T18:34:15.294Z] 4de832df471b: Pulling fs layer [2020-12-07T18:34:15.294Z] 79aa7fa92271: Pulling fs layer [2020-12-07T18:34:15.294Z] 65b6bc45957d: Waiting [2020-12-07T18:34:15.294Z] 4de832df471b: Waiting [2020-12-07T18:34:15.294Z] 79aa7fa92271: Waiting [2020-12-07T18:34:15.294Z] cc8c12a437cb: Verifying Checksum [2020-12-07T18:34:15.294Z] cc8c12a437cb: Download complete [2020-12-07T18:34:15.294Z] 0c7c675703d6: Download complete [2020-12-07T18:34:15.611Z] 65b6bc45957d: Verifying Checksum [2020-12-07T18:34:15.611Z] 65b6bc45957d: Download complete [2020-12-07T18:34:15.611Z] 4de832df471b: Verifying Checksum [2020-12-07T18:34:15.611Z] 4de832df471b: Download complete [2020-12-07T18:34:15.611Z] 79aa7fa92271: Download complete [2020-12-07T18:34:16.257Z] 0c7c675703d6: Pull complete [2020-12-07T18:34:16.535Z] cc8c12a437cb: Pull complete [2020-12-07T18:34:16.535Z] f092543453df: Verifying Checksum [2020-12-07T18:34:16.535Z] f092543453df: Download complete [2020-12-07T18:34:20.857Z] f092543453df: Pull complete [2020-12-07T18:34:20.857Z] 65b6bc45957d: Pull complete [2020-12-07T18:34:21.126Z] 4de832df471b: Pull complete [2020-12-07T18:34:21.126Z] 79aa7fa92271: Pull complete [2020-12-07T18:34:21.126Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T18:34:21.426Z] Status: Downloaded newer image for docker:latest [2020-12-07T18:34:24.020Z] ---> 79e9d2abf703 [2020-12-07T18:34:24.020Z] Step 6/7 : COPY go.mod . [2020-12-07T18:34:24.020Z] ---> e7bb597d0a55 [2020-12-07T18:34:24.020Z] Step 7/7 : RUN go mod download [2020-12-07T18:34:24.020Z] ---> Running in 8d43b2900072 [2020-12-07T18:34:46.195Z] Removing intermediate container 8d43b2900072 [2020-12-07T18:34:46.195Z] ---> 64df8caef132 [2020-12-07T18:34:46.195Z] Successfully built 64df8caef132 [2020-12-07T18:34:46.463Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:34:46.808Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T18:34:46.808Z] . [Pipeline] withDockerContainer [2020-12-07T18:34:46.978Z] prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container [2020-12-07T18:34:47.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:34:48.627Z] $ docker top 81bb1e670a8559add286a1929888444cabc2f9bdf5f2358ee707c16b4333bb53 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:34:49.400Z] + go version [2020-12-07T18:34:49.400Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T18:34:49.435Z] $ docker stop --time=1 81bb1e670a8559add286a1929888444cabc2f9bdf5f2358ee707c16b4333bb53 [2020-12-07T18:34:50.997Z] $ docker rm -f 81bb1e670a8559add286a1929888444cabc2f9bdf5f2358ee707c16b4333bb53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:34:52.691Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T18:34:52.691Z] . [Pipeline] withDockerContainer [2020-12-07T18:34:53.305Z] prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container [2020-12-07T18:34:53.469Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:34:55.543Z] $ docker top 21096d0b1bba3a0ba8e247d656f67b45d11abd984776e9bf3d95d95eee3ebca7 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T18:34:55.798Z] ========================================================= [2020-12-07T18:34:55.798Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T18:34:55.798Z] ========================================================= [Pipeline] sh [2020-12-07T18:34:56.104Z] + make test [2020-12-07T18:34:56.104Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T18:35:11.208Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T18:35:40.322Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14928 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-07T18:35:40.502Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-12-07T18:35:44.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T18:35:45.526Z] using credential edgex-jenkins-ssh [2020-12-07T18:35:45.588Z] Cloning the remote Git repository [2020-12-07T18:35:45.628Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T18:35:45.735Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-12-07T18:35:45.820Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T18:35:45.821Z] > git --version # timeout=10 [2020-12-07T18:35:45.844Z] > git --version # 'git version 2.17.1' [2020-12-07T18:35:45.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T18:35:45.910Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T18:35:56.730Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T18:35:56.730Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T18:35:56.730Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T18:35:56.730Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T18:35:56.730Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-07T18:35:57.448Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-07T18:36:02.259Z] Merging remotes/origin/master commit 7f9dd25f9d981fc062fb35c9729d56f5b41711bb into PR head commit 05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:36:02.797Z] Merge succeeded, producing 05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:36:02.798Z] Checking out Revision 05c74b819efbe47d36e2ce0e241fd573970fd385 (PR-2898) [2020-12-07T18:36:01.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T18:36:01.128Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T18:36:01.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T18:36:01.187Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T18:36:01.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T18:36:01.200Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T18:36:02.274Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T18:36:02.288Z] > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 [2020-12-07T18:36:02.639Z] > git remote # timeout=10 [2020-12-07T18:36:02.664Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T18:36:02.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T18:36:02.719Z] > git merge 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 [2020-12-07T18:36:02.771Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T18:36:02.800Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T18:36:02.818Z] > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 [2020-12-07T18:36:03.139Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.123s [2020-12-07T18:36:03.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-07T18:36:03.920Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T18:36:05.571Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T18:36:05.571Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T18:36:05.571Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T18:36:05.571Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T18:36:07.191Z] Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T18:36:08.936Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T18:36:09.396Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T18:36:09.739Z] + sudo service docker restart [2020-12-07T18:36:09.739Z] + true [2020-12-07T18:36:11.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 46.6% of statements [2020-12-07T18:36:11.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T18:36:11.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T18:36:11.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T18:36:11.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T18:36:11.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T18:36:11.802Z] provisioning config files... [2020-12-07T18:36:11.843Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config117223162964913361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:36:12.268Z] ---> docker-login.sh [2020-12-07T18:36:12.268Z] nexus3.edgexfoundry.org:10001 [2020-12-07T18:36:13.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:36:13.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:36:13.531Z] Configure a credential helper to remove this warning. See [2020-12-07T18:36:13.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:36:13.531Z] [2020-12-07T18:36:13.531Z] Login Succeeded [2020-12-07T18:36:13.531Z] nexus3.edgexfoundry.org:10002 [2020-12-07T18:36:13.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:36:14.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:36:14.087Z] Configure a credential helper to remove this warning. See [2020-12-07T18:36:14.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:36:14.087Z] [2020-12-07T18:36:14.087Z] Login Succeeded [2020-12-07T18:36:14.087Z] nexus3.edgexfoundry.org:10003 [2020-12-07T18:36:14.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:36:14.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:36:14.685Z] Configure a credential helper to remove this warning. See [2020-12-07T18:36:14.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:36:14.685Z] [2020-12-07T18:36:14.685Z] Login Succeeded [2020-12-07T18:36:14.685Z] nexus3.edgexfoundry.org:10004 [2020-12-07T18:36:14.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:36:15.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:36:15.234Z] Configure a credential helper to remove this warning. See [2020-12-07T18:36:15.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:36:15.234Z] [2020-12-07T18:36:15.234Z] Login Succeeded [2020-12-07T18:36:15.234Z] docker.io [2020-12-07T18:36:15.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T18:36:16.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T18:36:16.114Z] Configure a credential helper to remove this warning. See [2020-12-07T18:36:16.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T18:36:16.114Z] [2020-12-07T18:36:16.114Z] Login Succeeded [2020-12-07T18:36:16.114Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T18:36:16.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-07T18:36:16.602Z] ========================================================= [2020-12-07T18:36:16.602Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T18:36:16.602Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:36:16.998Z] + 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 . [2020-12-07T18:36:17.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.616s coverage: 27.1% of statements [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T18:36:17.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T18:36:17.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T18:36:17.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.522s coverage: 68.5% of statements [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T18:36:17.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T18:36:17.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.3% of statements [2020-12-07T18:36:17.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T18:36:17.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T18:36:17.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T18:36:17.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T18:36:19.646Z] Sending build context to Docker daemon 165.6MB [2020-12-07T18:36:19.646Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T18:36:19.646Z] Step 2/7 : FROM ${BASE} [2020-12-07T18:36:19.646Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T18:36:19.646Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T18:36:19.646Z] a4357932f1b6: Pulling fs layer [2020-12-07T18:36:19.646Z] 18c013af1878: Pulling fs layer [2020-12-07T18:36:19.646Z] 00ac8860ef70: Pulling fs layer [2020-12-07T18:36:19.647Z] 63d7cb157983: Pulling fs layer [2020-12-07T18:36:19.647Z] b116817d02f9: Pulling fs layer [2020-12-07T18:36:19.647Z] 745a02a5169b: Pulling fs layer [2020-12-07T18:36:19.647Z] 00ac8860ef70: Waiting [2020-12-07T18:36:19.647Z] 63d7cb157983: Waiting [2020-12-07T18:36:19.647Z] b116817d02f9: Waiting [2020-12-07T18:36:19.647Z] 745a02a5169b: Waiting [2020-12-07T18:36:19.647Z] 18c013af1878: Download complete [2020-12-07T18:36:19.647Z] a4357932f1b6: Verifying Checksum [2020-12-07T18:36:19.647Z] a4357932f1b6: Download complete [2020-12-07T18:36:19.647Z] 63d7cb157983: Download complete [2020-12-07T18:36:20.243Z] b116817d02f9: Verifying Checksum [2020-12-07T18:36:20.243Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T18:36:20.243Z] b116817d02f9: Download complete [2020-12-07T18:36:20.243Z] 5f621e34cdf4: Download complete [2020-12-07T18:36:20.851Z] 5f621e34cdf4: Pull complete [2020-12-07T18:36:21.448Z] a4357932f1b6: Pull complete [2020-12-07T18:36:21.719Z] 18c013af1878: Pull complete [2020-12-07T18:36:22.323Z] 745a02a5169b: Verifying Checksum [2020-12-07T18:36:22.323Z] 745a02a5169b: Download complete [2020-12-07T18:36:22.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.861s coverage: 28.6% of statements [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T18:36:22.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T18:36:22.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2020-12-07T18:36:22.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T18:36:22.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.355s coverage: 86.7% of statements [2020-12-07T18:36:22.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T18:36:23.757Z] 00ac8860ef70: Verifying Checksum [2020-12-07T18:36:23.757Z] 00ac8860ef70: Download complete [2020-12-07T18:36:26.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.618s coverage: 97.5% of statements [2020-12-07T18:36:26.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T18:36:26.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.227s coverage: 78.3% of statements [2020-12-07T18:36:26.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T18:36:26.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T18:36:26.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T18:36:26.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T18:36:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.636s coverage: 94.2% of statements [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T18:36:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.177s coverage: 58.8% of statements [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T18:36:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.097s coverage: 0.1% of statements [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T18:36:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2020-12-07T18:36:28.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T18:36:28.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 75.5% of statements [2020-12-07T18:36:29.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.199s coverage: 80.8% of statements [2020-12-07T18:36:29.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2020-12-07T18:36:30.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements [2020-12-07T18:36:30.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 100.0% of statements [2020-12-07T18:36:30.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T18:36:32.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 63.5% of statements [2020-12-07T18:36:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T18:36:32.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T18:36:32.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.083s coverage: 100.0% of statements [2020-12-07T18:36:32.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2020-12-07T18:36:32.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2020-12-07T18:36:32.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2020-12-07T18:36:33.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2020-12-07T18:36:33.939Z] 00ac8860ef70: Pull complete [2020-12-07T18:36:34.220Z] 63d7cb157983: Pull complete [2020-12-07T18:36:34.505Z] b116817d02f9: Pull complete [2020-12-07T18:36:36.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.720s coverage: 55.9% of statements [2020-12-07T18:36:36.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T18:36:36.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T18:36:36.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T18:36:36.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T18:36:36.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T18:36:36.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T18:36:38.837Z] 745a02a5169b: Pull complete [2020-12-07T18:36:38.837Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T18:36:38.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T18:36:38.837Z] ---> b7e6874047d6 [2020-12-07T18:36:38.837Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-07T18:36:42.222Z] ---> Running in de4271b2a2fa [2020-12-07T18:36:43.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:36:44.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:36:44.770Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T18:36:45.040Z] (2/12) Installing file (5.38-r0) [2020-12-07T18:36:45.310Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T18:36:45.310Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.523s coverage: 86.3% of statements [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.162s coverage: 72.2% of statements [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.967s coverage: 72.1% of statements [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.057s coverage: 48.4% of statements [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.046s coverage: 28.8% of statements [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.225s coverage: 37.2% of statements [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T18:36:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.725s coverage: 84.0% of statements [2020-12-07T18:36:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.161s coverage: 100.0% of statements [2020-12-07T18:36:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.403s coverage: 47.1% of statements [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T18:36:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.086s coverage: 100.0% of statements [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T18:36:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.096s coverage: 100.0% of statements [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T18:36:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements [2020-12-07T18:36:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T18:36:50.700Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T18:36:50.700Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T18:36:50.700Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T18:36:50.700Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T18:36:50.969Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T18:36:50.969Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T18:36:50.969Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T18:36:51.239Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T18:36:51.239Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:36:51.239Z] OK: 217 MiB in 51 packages [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.499s coverage: 29.1% of statements [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.262s coverage: 99.0% of statements [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.353s coverage: 87.9% of statements [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T18:36:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2020-12-07T18:36:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.189s coverage: 32.1% of statements [2020-12-07T18:36:54.912Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.131s coverage: 100.0% of statements [2020-12-07T18:36:55.184Z] GO111MODULE=on go vet ./... [2020-12-07T18:36:55.569Z] Removing intermediate container de4271b2a2fa [2020-12-07T18:36:55.569Z] ---> 7d976c864790 [2020-12-07T18:36:55.569Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T18:36:55.569Z] ---> Running in f030a748db26 [2020-12-07T18:36:55.569Z] Removing intermediate container f030a748db26 [2020-12-07T18:36:55.569Z] ---> f4eff56dde04 [2020-12-07T18:36:55.569Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T18:36:56.216Z] latest: Pulling from library/docker [2020-12-07T18:36:56.497Z] 5f621e34cdf4: Already exists [2020-12-07T18:36:56.497Z] 85db56a05063: Pulling fs layer [2020-12-07T18:36:56.497Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T18:36:56.497Z] de930078acea: Pulling fs layer [2020-12-07T18:36:56.497Z] d5a9d88a4785: Pulling fs layer [2020-12-07T18:36:56.497Z] e7f15c1544d5: Pulling fs layer [2020-12-07T18:36:56.497Z] 877c515997d3: Pulling fs layer [2020-12-07T18:36:56.497Z] 877c515997d3: Waiting [2020-12-07T18:36:56.792Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T18:36:56.792Z] ccb67d6aeaaa: Download complete [2020-12-07T18:36:56.792Z] 85db56a05063: Verifying Checksum [2020-12-07T18:36:56.792Z] 85db56a05063: Download complete [2020-12-07T18:36:56.792Z] d5a9d88a4785: Verifying Checksum [2020-12-07T18:36:56.792Z] d5a9d88a4785: Download complete [2020-12-07T18:36:57.069Z] e7f15c1544d5: Verifying Checksum [2020-12-07T18:36:57.069Z] e7f15c1544d5: Download complete [2020-12-07T18:36:57.069Z] 877c515997d3: Verifying Checksum [2020-12-07T18:36:57.069Z] 877c515997d3: Download complete [2020-12-07T18:36:57.672Z] 85db56a05063: Pull complete [2020-12-07T18:36:58.275Z] ccb67d6aeaaa: Pull complete [2020-12-07T18:36:58.553Z] de930078acea: Verifying Checksum [2020-12-07T18:36:58.553Z] de930078acea: Download complete [2020-12-07T18:37:01.945Z] de930078acea: Pull complete [2020-12-07T18:37:01.945Z] d5a9d88a4785: Pull complete [2020-12-07T18:37:01.945Z] e7f15c1544d5: Pull complete [2020-12-07T18:37:02.219Z] 877c515997d3: Pull complete [2020-12-07T18:37:02.219Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T18:37:02.219Z] Status: Downloaded newer image for docker:latest [2020-12-07T18:37:05.612Z] ---> 52b14e4d397e [2020-12-07T18:37:05.612Z] Step 6/7 : COPY go.mod . [2020-12-07T18:37:06.209Z] ---> 761c4f53b30f [2020-12-07T18:37:06.209Z] Step 7/7 : RUN go mod download [2020-12-07T18:37:06.486Z] ---> Running in f14085108ac0 [2020-12-07T18:37:33.279Z] Removing intermediate container f14085108ac0 [2020-12-07T18:37:33.279Z] ---> 57556b77a651 [2020-12-07T18:37:33.279Z] Successfully built 57556b77a651 [2020-12-07T18:37:33.279Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:37:33.622Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T18:37:33.622Z] . [Pipeline] withDockerContainer [2020-12-07T18:37:33.892Z] prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container [2020-12-07T18:37:33.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T18:37:35.497Z] $ docker top e472e5da2daf7ad75d03625ead9bbe4d5470f8ae86f6c258bd3ca09656858b28 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:37:36.544Z] + go version [2020-12-07T18:37:36.544Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T18:37:36.569Z] $ docker stop --time=1 e472e5da2daf7ad75d03625ead9bbe4d5470f8ae86f6c258bd3ca09656858b28 [2020-12-07T18:37:38.526Z] $ docker rm -f e472e5da2daf7ad75d03625ead9bbe4d5470f8ae86f6c258bd3ca09656858b28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:37:39.631Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T18:37:39.631Z] . [Pipeline] withDockerContainer [2020-12-07T18:37:39.929Z] prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container [2020-12-07T18:37:40.042Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T18:37:41.512Z] $ docker top 6ad339199bc0e469da2fd2753627e1f7d62f1b11de9efdb55c12d04e10ce51d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T18:37:41.956Z] ========================================================= [2020-12-07T18:37:41.956Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T18:37:41.956Z] ========================================================= [Pipeline] sh [2020-12-07T18:37:42.605Z] + make test [2020-12-07T18:37:42.605Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T18:37:52.778Z] gofmt -l . [2020-12-07T18:37:52.778Z] [ "`gofmt -l .`" = "" ] [2020-12-07T18:37:53.063Z] ./bin/test-go-mod-tidy.sh [2020-12-07T18:37:55.812Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-07T18:38:00.379Z] + ls -al . [2020-12-07T18:38:00.379Z] total 656 [2020-12-07T18:38:00.379Z] drwxrwxr-x 10 1001 1001 4096 Dec 7 18:37 . [2020-12-07T18:38:00.379Z] drwxr-xr-x 4 root root 30 Dec 7 18:34 .. [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 18:32 .dockerignore [2020-12-07T18:38:00.379Z] drwxrwxr-x 8 1001 1001 179 Dec 7 18:32 .git [2020-12-07T18:38:00.379Z] drwxrwxr-x 3 1001 1001 125 Dec 7 18:32 .github [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 18:32 .gitignore [2020-12-07T18:38:00.379Z] drwx------ 3 1001 1001 47 Dec 7 18:33 .semver [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 18:32 .sonarcloud.properties [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 18:32 CONTRIBUTING.md [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 18:32 Dockerfile.build [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 18:32 Jenkinsfile [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 18:32 LICENSE [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 18:32 Makefile [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 18:32 README.md [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 7286 Dec 7 18:32 SECURITY.md [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 5 Dec 7 18:33 VERSION [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 18:32 ZMQWindows.md [2020-12-07T18:38:00.379Z] drwxrwxr-x 2 1001 1001 117 Dec 7 18:32 bin [2020-12-07T18:38:00.379Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 18:32 cmd [2020-12-07T18:38:00.379Z] -rw-r--r-- 1 root root 560155 Dec 7 18:36 coverage.out [2020-12-07T18:38:00.379Z] -rw-r--r-- 1 root root 1041 Dec 7 18:37 go.mod [2020-12-07T18:38:00.379Z] -rw-r--r-- 1 root root 18856 Dec 7 18:37 go.sum [2020-12-07T18:38:00.379Z] drwxrwxr-x 8 1001 1001 127 Dec 7 18:32 internal [2020-12-07T18:38:00.379Z] drwxrwxr-x 4 1001 1001 26 Dec 7 18:32 openapi [2020-12-07T18:38:00.379Z] drwxrwxr-x 4 1001 1001 71 Dec 7 18:32 snap [2020-12-07T18:38:00.379Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 18:32 version.go [Pipeline] sh [2020-12-07T18:38:01.063Z] + '[' -e coverage.out ] [2020-12-07T18:38:01.063Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-07T18:38:01.608Z] Stashed 1 file(s) [Pipeline] sh [2020-12-07T18:38:01.951Z] + make build [2020-12-07T18:38:01.951Z] 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 [2020-12-07T18:38:04.768Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T18:38:08.791Z] 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 [2020-12-07T18:38:24.060Z] 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 [2020-12-07T18:38:25.495Z] 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 [2020-12-07T18:38:28.943Z] 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 [2020-12-07T18:38:29.219Z] 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 [2020-12-07T18:38:31.865Z] 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 [2020-12-07T18:38:34.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T18:38:36.876Z] 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 [2020-12-07T18:38:38.497Z] 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 [2020-12-07T18:38:40.537Z] 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 [2020-12-07T18:38:43.263Z] 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 [2020-12-07T18:38:43.813Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T18:38:46.067Z] 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 [Pipeline] } [2020-12-07T18:38:48.204Z] $ docker stop --time=1 21096d0b1bba3a0ba8e247d656f67b45d11abd984776e9bf3d95d95eee3ebca7 [2020-12-07T18:38:50.474Z] $ docker rm -f 21096d0b1bba3a0ba8e247d656f67b45d11abd984776e9bf3d95d95eee3ebca7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:38:54.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T18:38:54.052Z] [2020-12-07T18:38:54.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:38:54.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T18:38:54.518Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-07T18:38:54.519Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-07T18:38:54.519Z] ca9280d653b3: Pulling fs layer [2020-12-07T18:38:54.519Z] 7e9c9ca2126c: Pulling fs layer [2020-12-07T18:38:54.824Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-07T18:38:54.824Z] cbdbe7a5bc2a: Download complete [2020-12-07T18:38:55.441Z] cbdbe7a5bc2a: Pull complete [2020-12-07T18:38:56.043Z] ca9280d653b3: Verifying Checksum [2020-12-07T18:38:56.043Z] ca9280d653b3: Download complete [2020-12-07T18:38:58.055Z] 7e9c9ca2126c: Verifying Checksum [2020-12-07T18:38:58.055Z] 7e9c9ca2126c: Download complete [2020-12-07T18:38:58.323Z] ca9280d653b3: Pull complete [2020-12-07T18:39:06.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T18:39:06.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T18:39:06.018Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T18:39:06.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T18:39:06.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-07T18:39:06.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-07T18:39:08.532Z] 7e9c9ca2126c: Pull complete [2020-12-07T18:39:08.532Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-07T18:39:08.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T18:39:08.532Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-07T18:39:08.929Z] prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container [2020-12-07T18:39:09.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:39:09.424Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.053s [2020-12-07T18:39:09.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-07T18:39:09.424Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T18:39:10.404Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T18:39:10.404Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T18:39:10.404Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T18:39:10.404Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T18:39:11.903Z] $ docker top c7b53f01cb1e56354f7256958986573118848473db015fde1a0a44a55d7d2c09 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:39:12.666Z] + grep parallel [2020-12-07T18:39:12.666Z] + docker-compose build --help [2020-12-07T18:39:14.122Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T18:39:14.423Z] $ docker stop --time=1 c7b53f01cb1e56354f7256958986573118848473db015fde1a0a44a55d7d2c09 [2020-12-07T18:39:16.156Z] $ docker rm -f c7b53f01cb1e56354f7256958986573118848473db015fde1a0a44a55d7d2c09 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:39:16.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T18:39:16.872Z] . [Pipeline] withDockerContainer [2020-12-07T18:39:17.192Z] prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container [2020-12-07T18:39:17.284Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:39:18.520Z] $ docker top a42eb864f61d0bbc4de9a73bbf9ae8d7d6dbe378f569bda680e96a80328dfab9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:39:19.198Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T18:39:20.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements [2020-12-07T18:39:20.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T18:39:20.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T18:39:20.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T18:39:20.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T18:39:20.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-07T18:39:21.157Z] Building docker-core-command-go ... [2020-12-07T18:39:21.157Z] Building docker-core-data-go ... [2020-12-07T18:39:21.157Z] Building docker-core-metadata-go ... [2020-12-07T18:39:21.157Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T18:39:21.157Z] Building docker-security-proxy-setup-go ... [2020-12-07T18:39:21.157Z] Building docker-security-secrets-setup-go ... [2020-12-07T18:39:21.157Z] Building docker-security-secretstore-setup-go ... [2020-12-07T18:39:21.157Z] Building docker-support-notifications-go ... [2020-12-07T18:39:21.157Z] Building docker-support-scheduler-go ... [2020-12-07T18:39:21.157Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T18:39:21.157Z] Building docker-core-metadata-go [2020-12-07T18:39:21.157Z] Building docker-sys-mgmt-agent-go [2020-12-07T18:39:21.157Z] Building docker-core-command-go [2020-12-07T18:39:21.157Z] Building docker-security-bootstrap-redis-go [2020-12-07T18:39:21.157Z] Building docker-support-notifications-go [2020-12-07T18:39:25.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.1% of statements [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T18:39:25.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.125s coverage: 100.0% of statements [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T18:39:25.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T18:39:25.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.573s coverage: 68.5% of statements [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T18:39:25.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T18:39:28.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.687s coverage: 82.3% of statements [2020-12-07T18:39:28.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T18:39:28.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T18:39:28.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T18:39:28.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T18:39:34.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T18:39:34.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T18:39:34.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.112s coverage: 100.0% of statements [2020-12-07T18:39:34.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T18:39:35.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.265s coverage: 86.7% of statements [2020-12-07T18:39:35.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T18:39:36.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.397s coverage: 97.5% of statements [2020-12-07T18:39:36.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T18:39:36.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2020-12-07T18:39:36.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T18:39:36.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T18:39:36.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T18:39:36.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T18:39:45.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.091s coverage: 94.2% of statements [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T18:39:45.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T18:39:45.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.142s coverage: 0.1% of statements [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T18:39:45.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T18:39:45.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T18:39:45.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-07T18:39:45.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T18:39:45.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.132s coverage: 75.5% of statements [2020-12-07T18:39:45.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2020-12-07T18:39:45.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.174s coverage: 87.2% of statements [2020-12-07T18:39:45.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.2% of statements [2020-12-07T18:39:45.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 100.0% of statements [2020-12-07T18:39:45.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T18:39:48.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.691s coverage: 63.5% of statements [2020-12-07T18:39:48.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T18:39:48.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T18:39:48.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-12-07T18:39:48.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2020-12-07T18:39:48.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2020-12-07T18:39:49.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2020-12-07T18:39:49.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2020-12-07T18:39:53.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.762s coverage: 55.9% of statements [2020-12-07T18:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T18:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T18:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T18:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T18:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T18:39:53.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T18:40:18.102Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:40:18.102Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:40:18.102Z] ---> 64df8caef132 [2020-12-07T18:40:18.102Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T18:40:18.102Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:40:18.102Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:40:18.102Z] ---> 64df8caef132 [2020-12-07T18:40:18.102Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T18:40:18.102Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:40:18.102Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:40:18.102Z] ---> 64df8caef132 [2020-12-07T18:40:18.102Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T18:40:18.102Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:40:18.102Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:40:18.102Z] ---> 64df8caef132 [2020-12-07T18:40:18.102Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T18:40:18.102Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:40:18.102Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:40:18.102Z] ---> 64df8caef132 [2020-12-07T18:40:18.102Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T18:40:18.102Z] ---> Running in 7798217e1175 [2020-12-07T18:40:18.102Z] ---> Running in 159b6114e146 [2020-12-07T18:40:18.102Z] ---> Running in 3691fa104973 [2020-12-07T18:40:18.102Z] ---> Running in a81dc6cd65c3 [2020-12-07T18:40:18.102Z] ---> Running in 57ea4a10b184 [2020-12-07T18:40:18.102Z] Removing intermediate container 159b6114e146 [2020-12-07T18:40:18.102Z] ---> a7f524dbab67 [2020-12-07T18:40:18.102Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:40:18.102Z] Removing intermediate container 3691fa104973 [2020-12-07T18:40:18.102Z] ---> f91797b70c59 [2020-12-07T18:40:18.102Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:40:18.102Z] Removing intermediate container a81dc6cd65c3 [2020-12-07T18:40:18.102Z] ---> 4714bdb0097e [2020-12-07T18:40:18.102Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:40:18.102Z] Removing intermediate container 7798217e1175 [2020-12-07T18:40:18.102Z] ---> 73d97cc0e74b [2020-12-07T18:40:18.102Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:40:18.102Z] Removing intermediate container 57ea4a10b184 [2020-12-07T18:40:18.102Z] ---> 3eb19a3c6578 [2020-12-07T18:40:18.102Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:40:18.102Z] ---> Running in d4f282b5fdac [2020-12-07T18:40:18.102Z] ---> Running in b5e3c7c06b84 [2020-12-07T18:40:18.102Z] ---> Running in 725dfd0b0abb [2020-12-07T18:40:18.102Z] ---> Running in 2f8c9f4303dc [2020-12-07T18:40:18.102Z] ---> Running in 0422fef9260b [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 28.073s coverage: 86.3% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.391s coverage: 72.2% of statements [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.555s coverage: 72.1% of statements [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.080s coverage: 82.4% of statements [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.089s coverage: 48.4% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.074s coverage: 28.8% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 37.2% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.485s coverage: 84.0% of statements [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.361s coverage: 47.1% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.736s coverage: 29.1% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T18:40:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T18:40:20.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.102s coverage: 100.0% of statements [2020-12-07T18:40:20.883Z] Removing intermediate container 725dfd0b0abb [2020-12-07T18:40:20.883Z] ---> c01dee65558a [2020-12-07T18:40:20.883Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T18:40:21.177Z] Removing intermediate container d4f282b5fdac [2020-12-07T18:40:21.177Z] ---> e4a1de338f3f [2020-12-07T18:40:21.177Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T18:40:21.177Z] Removing intermediate container b5e3c7c06b84 [2020-12-07T18:40:21.177Z] ---> cc68c4c0e09f [2020-12-07T18:40:21.177Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T18:40:21.177Z] ---> Running in a7fd5b999871 [2020-12-07T18:40:21.445Z] ---> Running in 1d600587684a [2020-12-07T18:40:21.445Z] ---> Running in d1e7f2987922 [2020-12-07T18:40:21.445Z] Removing intermediate container 0422fef9260b [2020-12-07T18:40:21.445Z] ---> 7deb330d6477 [2020-12-07T18:40:21.445Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T18:40:21.445Z] Removing intermediate container 2f8c9f4303dc [2020-12-07T18:40:21.445Z] ---> 58f90c417b3c [2020-12-07T18:40:21.445Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T18:40:21.445Z] ---> Running in 25ef2d70376b [2020-12-07T18:40:21.445Z] ---> Running in ebc3f0090867 [2020-12-07T18:40:21.599Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-07T18:40:21.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-12-07T18:40:22.851Z] GO111MODULE=on go vet ./... [2020-12-07T18:40:22.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:22.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:23.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:23.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:23.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:24.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:24.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:40:24.360Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:40:24.360Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:40:24.360Z] OK: 12745 distinct packages available [2020-12-07T18:40:24.635Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:40:24.635Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:40:24.635Z] OK: 12745 distinct packages available [2020-12-07T18:40:24.945Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:40:24.945Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:40:24.945Z] OK: 12745 distinct packages available [2020-12-07T18:40:24.945Z] OK: 233 MiB in 51 packages [2020-12-07T18:40:24.945Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:40:24.945Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:40:24.945Z] OK: 12745 distinct packages available [2020-12-07T18:40:24.945Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:40:24.945Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:40:24.945Z] OK: 12745 distinct packages available [2020-12-07T18:40:25.278Z] OK: 233 MiB in 51 packages [2020-12-07T18:40:25.278Z] OK: 233 MiB in 51 packages [2020-12-07T18:40:25.578Z] OK: 233 MiB in 51 packages [2020-12-07T18:40:25.578Z] OK: 233 MiB in 51 packages [2020-12-07T18:40:26.564Z] Removing intermediate container a7fd5b999871 [2020-12-07T18:40:26.564Z] ---> 54e457238135 [2020-12-07T18:40:26.564Z] Step 6/22 : COPY go.mod . [2020-12-07T18:40:26.564Z] Removing intermediate container d1e7f2987922 [2020-12-07T18:40:26.564Z] ---> 5374c62b6681 [2020-12-07T18:40:26.564Z] Step 6/24 : COPY go.mod . [2020-12-07T18:40:26.564Z] Removing intermediate container 1d600587684a [2020-12-07T18:40:26.564Z] ---> cba48685e548 [2020-12-07T18:40:26.564Z] Step 6/27 : COPY go.mod . [2020-12-07T18:40:27.212Z] Removing intermediate container 25ef2d70376b [2020-12-07T18:40:27.212Z] ---> 1a3a617ffc11 [2020-12-07T18:40:27.212Z] Step 6/22 : COPY go.mod . [2020-12-07T18:40:27.212Z] Removing intermediate container ebc3f0090867 [2020-12-07T18:40:27.212Z] ---> b9e78895dcdf [2020-12-07T18:40:27.212Z] Step 6/22 : COPY go.mod . [2020-12-07T18:40:27.212Z] ---> 3b4bda4b494a [2020-12-07T18:40:27.212Z] Step 7/22 : RUN go mod download [2020-12-07T18:40:27.496Z] ---> bd17c6df248d [2020-12-07T18:40:27.496Z] Step 7/27 : RUN go mod download [2020-12-07T18:40:27.496Z] ---> 09eb9bb0899b [2020-12-07T18:40:27.496Z] Step 7/24 : RUN go mod download [2020-12-07T18:40:27.496Z] ---> Running in 58aa117cf301 [2020-12-07T18:40:27.496Z] ---> Running in 8daf2c48d017 [2020-12-07T18:40:27.496Z] ---> Running in e77f5e5ddcb9 [2020-12-07T18:40:27.764Z] ---> efa4af6c7545 [2020-12-07T18:40:27.764Z] Step 7/22 : RUN go mod download [2020-12-07T18:40:27.764Z] ---> 5cb1e6e9fe2b [2020-12-07T18:40:27.764Z] Step 7/22 : RUN go mod download [2020-12-07T18:40:28.038Z] ---> Running in 5ba79424a4d0 [2020-12-07T18:40:28.038Z] ---> Running in 0fe7fea641f8 [2020-12-07T18:40:31.521Z] Removing intermediate container 0fe7fea641f8 [2020-12-07T18:40:31.521Z] ---> 67395979a53f [2020-12-07T18:40:31.521Z] Step 8/22 : COPY . . [2020-12-07T18:40:31.824Z] Removing intermediate container 58aa117cf301 [2020-12-07T18:40:31.824Z] ---> 2925987d8b12 [2020-12-07T18:40:31.824Z] Step 8/24 : COPY . . [2020-12-07T18:40:31.824Z] Removing intermediate container 8daf2c48d017 [2020-12-07T18:40:31.824Z] ---> d10e79ee9ab1 [2020-12-07T18:40:31.824Z] Step 8/22 : COPY . . [2020-12-07T18:40:32.114Z] Removing intermediate container 5ba79424a4d0 [2020-12-07T18:40:32.114Z] ---> 948df145b96e [2020-12-07T18:40:32.114Z] Step 8/22 : COPY . . [2020-12-07T18:40:32.114Z] Removing intermediate container e77f5e5ddcb9 [2020-12-07T18:40:32.114Z] ---> 6700c13a5b35 [2020-12-07T18:40:32.114Z] Step 8/27 : COPY . . [2020-12-07T18:41:30.906Z] gofmt -l . [2020-12-07T18:41:32.903Z] [ "`gofmt -l .`" = "" ] [2020-12-07T18:41:35.512Z] ./bin/test-go-mod-tidy.sh [2020-12-07T18:41:35.784Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-07T18:41:40.742Z] + ls -al . [2020-12-07T18:41:40.742Z] total 684 [2020-12-07T18:41:40.742Z] drwxrwxr-x 9 1001 1001 4096 Dec 7 18:41 . [2020-12-07T18:41:40.742Z] drwxr-xr-x 4 root root 4096 Dec 7 18:37 .. [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 18:36 .dockerignore [2020-12-07T18:41:40.742Z] drwxrwxr-x 8 1001 1001 4096 Dec 7 18:36 .git [2020-12-07T18:41:40.742Z] drwxrwxr-x 3 1001 1001 4096 Dec 7 18:36 .github [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 18:36 .gitignore [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 18:36 .sonarcloud.properties [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 18:36 CONTRIBUTING.md [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 18:36 Dockerfile.build [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 18:36 Jenkinsfile [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 18:36 LICENSE [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 18:36 Makefile [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 18:36 README.md [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 7286 Dec 7 18:36 SECURITY.md [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 5 Dec 7 18:33 VERSION [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 18:36 ZMQWindows.md [2020-12-07T18:41:40.742Z] drwxrwxr-x 2 1001 1001 4096 Dec 7 18:36 bin [2020-12-07T18:41:40.742Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 18:36 cmd [2020-12-07T18:41:40.742Z] -rw-r--r-- 1 root root 560155 Dec 7 18:40 coverage.out [2020-12-07T18:41:40.742Z] -rw-r--r-- 1 root root 1041 Dec 7 18:41 go.mod [2020-12-07T18:41:40.742Z] -rw-r--r-- 1 root root 18856 Dec 7 18:41 go.sum [2020-12-07T18:41:40.742Z] drwxrwxr-x 8 1001 1001 4096 Dec 7 18:36 internal [2020-12-07T18:41:40.742Z] drwxrwxr-x 4 1001 1001 4096 Dec 7 18:36 openapi [2020-12-07T18:41:40.742Z] drwxrwxr-x 4 1001 1001 4096 Dec 7 18:36 snap [2020-12-07T18:41:40.742Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 18:36 version.go [Pipeline] sh [2020-12-07T18:41:41.400Z] + '[' -e coverage.out ] [2020-12-07T18:41:41.400Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-07T18:41:41.465Z] Warning: overwriting stash ‘coverage-report’ [2020-12-07T18:41:41.719Z] ---> bb6ecb1e2c18 [2020-12-07T18:41:41.719Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T18:41:41.719Z] ---> 00d03b69e7f7 [2020-12-07T18:41:41.719Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T18:41:41.719Z] ---> 9ddca630f329 [2020-12-07T18:41:41.719Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T18:41:41.719Z] ---> 185cf86fe84c [2020-12-07T18:41:41.719Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T18:41:41.719Z] ---> 2c578e3212f3 [2020-12-07T18:41:41.719Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T18:41:41.719Z] ---> Running in 9aae57d36a95 [2020-12-07T18:41:41.719Z] ---> Running in 1d4351c9ad75 [2020-12-07T18:41:41.719Z] ---> Running in 50090bcd973c [2020-12-07T18:41:41.719Z] ---> Running in d486e01a9974 [2020-12-07T18:41:41.719Z] ---> Running in 56470e817cad [2020-12-07T18:41:41.719Z] 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 [2020-12-07T18:41:41.719Z] 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 [2020-12-07T18:41:41.719Z] 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 [2020-12-07T18:41:41.719Z] 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 [2020-12-07T18:41:41.719Z] 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 [2020-12-07T18:41:42.642Z] Stashed 1 file(s) [Pipeline] sh [2020-12-07T18:41:43.295Z] + make build [2020-12-07T18:41:43.295Z] 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 [2020-12-07T18:41:55.678Z] 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 [2020-12-07T18:42:22.522Z] 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 [2020-12-07T18:42:24.497Z] 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 [2020-12-07T18:42:29.895Z] 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 [2020-12-07T18:42:30.167Z] 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 [2020-12-07T18:42:35.570Z] 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 [2020-12-07T18:42:39.303Z] Removing intermediate container 56470e817cad [2020-12-07T18:42:39.303Z] ---> 1f2f0b3700ea [2020-12-07T18:42:39.303Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T18:42:39.303Z] Removing intermediate container 50090bcd973c [2020-12-07T18:42:39.303Z] ---> f78580093f28 [2020-12-07T18:42:39.303Z] [2020-12-07T18:42:39.303Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T18:42:39.303Z] ---> Running in 356e38efc06a [2020-12-07T18:42:39.303Z] 3.10: Pulling from library/alpine [2020-12-07T18:42:39.303Z] 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 [2020-12-07T18:42:39.303Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T18:42:39.303Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T18:42:39.303Z] ---> be4e4bea2c2e [2020-12-07T18:42:39.303Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T18:42:39.303Z] ---> Running in d38241fbe5a4 [2020-12-07T18:42:39.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:42:39.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:42:39.303Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T18:42:39.303Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T18:42:39.303Z] OK: 10348 distinct packages available [2020-12-07T18:42:39.303Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T18:42:39.303Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T18:42:39.303Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T18:42:39.303Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T18:42:39.303Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T18:42:39.303Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T18:42:39.303Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T18:42:39.303Z] OK: 7 MiB in 19 packages [2020-12-07T18:42:39.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T18:42:40.930Z] Removing intermediate container 1d4351c9ad75 [2020-12-07T18:42:40.930Z] ---> 615bf20e507f [2020-12-07T18:42:40.930Z] [2020-12-07T18:42:40.930Z] Step 10/24 : FROM scratch [2020-12-07T18:42:40.930Z] ---> [2020-12-07T18:42:40.930Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T18:42:41.252Z] Removing intermediate container 9aae57d36a95 [2020-12-07T18:42:41.252Z] ---> ea4d52efd1bb [2020-12-07T18:42:41.252Z] [2020-12-07T18:42:41.252Z] Step 10/22 : FROM scratch [2020-12-07T18:42:41.252Z] ---> [2020-12-07T18:42:41.252Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:42:41.877Z] Removing intermediate container 356e38efc06a [2020-12-07T18:42:41.877Z] ---> 980bb17a701c [2020-12-07T18:42:41.877Z] [2020-12-07T18:42:41.877Z] Step 11/27 : FROM docker:latest [2020-12-07T18:42:41.877Z] ---> b0757c55a1fd [2020-12-07T18:42:41.877Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T18:42:41.877Z] ---> Running in 539e0edff4d0 [2020-12-07T18:42:41.877Z] ---> Running in 996c44bc105e [2020-12-07T18:42:41.878Z] Removing intermediate container d38241fbe5a4 [2020-12-07T18:42:41.878Z] ---> 3f936b670556 [2020-12-07T18:42:41.878Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T18:42:42.528Z] ---> Running in 1929bdee7349 [2020-12-07T18:42:43.205Z] ---> Running in 29160310581d [2020-12-07T18:42:43.205Z] Removing intermediate container 539e0edff4d0 [2020-12-07T18:42:43.205Z] ---> df0064cf7b59 [2020-12-07T18:42:43.205Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T18:42:43.505Z] Removing intermediate container 996c44bc105e [2020-12-07T18:42:43.505Z] ---> 4580b5fc94d2 [2020-12-07T18:42:43.505Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T18:42:44.169Z] 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 [2020-12-07T18:42:44.587Z] ---> Running in 43bb17f3cfdf [2020-12-07T18:42:44.587Z] ---> Running in 97d56e3aeeed [2020-12-07T18:42:44.890Z] Removing intermediate container 29160310581d [2020-12-07T18:42:44.890Z] ---> 8989790c3d0c [2020-12-07T18:42:44.890Z] Step 13/22 : WORKDIR / [2020-12-07T18:42:45.177Z] Removing intermediate container d486e01a9974 [2020-12-07T18:42:45.177Z] ---> 14e2d91d0e0b [2020-12-07T18:42:45.177Z] [2020-12-07T18:42:45.177Z] Step 10/22 : FROM scratch [2020-12-07T18:42:45.177Z] ---> [2020-12-07T18:42:45.177Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:42:45.177Z] ---> Using cache [2020-12-07T18:42:45.177Z] ---> df0064cf7b59 [2020-12-07T18:42:45.177Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T18:42:45.177Z] ---> Running in 89f9e4e4d696 [2020-12-07T18:42:45.177Z] Removing intermediate container 97d56e3aeeed [2020-12-07T18:42:45.177Z] ---> 84141a590dbb [2020-12-07T18:42:45.177Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T18:42:45.788Z] Removing intermediate container 43bb17f3cfdf [2020-12-07T18:42:45.788Z] ---> e61f07624417 [2020-12-07T18:42:45.788Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T18:42:45.788Z] ---> Running in 79679dd5f599 [2020-12-07T18:42:45.788Z] ---> Running in 69e5f4602310 [2020-12-07T18:42:46.109Z] ---> Running in b277ca46b382 [2020-12-07T18:42:46.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:42:46.403Z] Removing intermediate container 89f9e4e4d696 [2020-12-07T18:42:46.403Z] ---> 5967c3a83a37 [2020-12-07T18:42:46.403Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T18:42:46.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:42:46.403Z] Removing intermediate container 79679dd5f599 [2020-12-07T18:42:46.403Z] ---> 2d98e5f18a97 [2020-12-07T18:42:46.403Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T18:42:46.403Z] Removing intermediate container 69e5f4602310 [2020-12-07T18:42:46.403Z] ---> 9990915639d8 [2020-12-07T18:42:46.403Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T18:42:46.403Z] Removing intermediate container b277ca46b382 [2020-12-07T18:42:46.403Z] ---> 92af965dade1 [2020-12-07T18:42:46.403Z] Step 14/22 : WORKDIR / [2020-12-07T18:42:46.693Z] ---> Running in 36a7c40fa44b [2020-12-07T18:42:46.693Z] ---> Running in 7ba47bd4b325 [2020-12-07T18:42:46.693Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T18:42:46.693Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T18:42:46.993Z] Executing bash-5.0.17-r0.post-install [2020-12-07T18:42:46.993Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:42:46.993Z] OK: 12 MiB in 22 packages [2020-12-07T18:42:46.993Z] ---> 782246f5aa78 [2020-12-07T18:42:46.993Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T18:42:46.993Z] ---> 329574671b1c [2020-12-07T18:42:46.993Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T18:42:47.284Z] Removing intermediate container 7ba47bd4b325 [2020-12-07T18:42:47.284Z] ---> f3c22b7fd0ce [2020-12-07T18:42:47.284Z] Step 14/22 : WORKDIR / [2020-12-07T18:42:47.284Z] Removing intermediate container 36a7c40fa44b [2020-12-07T18:42:47.284Z] ---> 4d1d45e426d1 [2020-12-07T18:42:47.284Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T18:42:47.563Z] ---> Running in a2be0029bc24 [2020-12-07T18:42:48.466Z] 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 [2020-12-07T18:42:48.575Z] Removing intermediate container a2be0029bc24 [2020-12-07T18:42:48.576Z] ---> 15f07f59f3e9 [2020-12-07T18:42:48.576Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T18:42:48.576Z] ---> 43fbbbbed913 [2020-12-07T18:42:48.576Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T18:42:48.930Z] ---> 6930e8d5cac1 [2020-12-07T18:42:48.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T18:42:49.263Z] ---> 1bc9e2a0ebe8 [2020-12-07T18:42:49.263Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T18:42:49.263Z] ---> 3d6e52761df3 [2020-12-07T18:42:49.263Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T18:42:49.263Z] Removing intermediate container 1929bdee7349 [2020-12-07T18:42:49.263Z] ---> 59b9095a9882 [2020-12-07T18:42:49.263Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T18:42:49.870Z] ---> Running in da69cf12f5bb [2020-12-07T18:42:50.141Z] ---> 516ee8e45f8e [2020-12-07T18:42:50.141Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T18:42:50.141Z] ---> 8af7206c70da [2020-12-07T18:42:50.141Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T18:42:50.465Z] ---> 1820d80af359 [2020-12-07T18:42:50.465Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T18:42:51.168Z] ---> 2e760dfd5839 [2020-12-07T18:42:51.168Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T18:42:51.168Z] ---> 0887d0d4a469 [2020-12-07T18:42:51.168Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T18:42:51.449Z] ---> 57085eba5370 [2020-12-07T18:42:51.449Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T18:42:51.449Z] ---> 2daaf2849c26 [2020-12-07T18:42:51.449Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T18:42:51.450Z] ---> Running in d46aa6d339b4 [2020-12-07T18:42:51.782Z] ---> Running in 83e39bb645e5 [2020-12-07T18:42:52.491Z] ---> ebfb8455e4e9 [2020-12-07T18:42:52.491Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T18:42:52.771Z] 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 [2020-12-07T18:42:52.778Z] ---> Running in 6f4e8df09d61 [2020-12-07T18:42:52.778Z] Removing intermediate container 83e39bb645e5 [2020-12-07T18:42:52.778Z] ---> dd12a428fb65 [2020-12-07T18:42:52.778Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:42:53.399Z] ---> Running in e83f01aa7ba9 [2020-12-07T18:42:53.399Z] ---> 3dde30e0aaf0 [2020-12-07T18:42:53.399Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T18:42:53.712Z] Removing intermediate container 6f4e8df09d61 [2020-12-07T18:42:53.712Z] ---> 408caa9f07eb [2020-12-07T18:42:53.712Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:42:53.712Z] Removing intermediate container da69cf12f5bb [2020-12-07T18:42:53.712Z] ---> 5aaed7ed534b [2020-12-07T18:42:53.712Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T18:42:54.021Z] ---> Running in d8a5598022d1 [2020-12-07T18:42:54.021Z] ---> Running in ff5464fb2289 [2020-12-07T18:42:54.341Z] Removing intermediate container e83f01aa7ba9 [2020-12-07T18:42:54.341Z] ---> 146b4ccccd68 [2020-12-07T18:42:54.341Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T18:42:54.341Z] ---> Running in 71abb79419d5 [2020-12-07T18:42:54.609Z] ---> 71ae4eb44e84 [2020-12-07T18:42:54.609Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T18:42:54.609Z] Removing intermediate container d8a5598022d1 [2020-12-07T18:42:54.609Z] ---> 343d4c965fb3 [2020-12-07T18:42:54.609Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T18:42:54.876Z] Removing intermediate container ff5464fb2289 [2020-12-07T18:42:54.876Z] ---> f82e931ab871 [2020-12-07T18:42:54.876Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T18:42:55.150Z] Removing intermediate container d46aa6d339b4 [2020-12-07T18:42:55.150Z] ---> c61f2e3d0eb5 [2020-12-07T18:42:55.150Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T18:42:55.150Z] ---> Running in 9333575aa6bb [2020-12-07T18:42:55.446Z] ---> Running in c7441df32d55 [2020-12-07T18:42:55.446Z] ---> Running in 377038056a23 [2020-12-07T18:42:55.446Z] ---> Running in 593593a221f0 [2020-12-07T18:42:55.446Z] Removing intermediate container 71abb79419d5 [2020-12-07T18:42:55.446Z] ---> eef0f4963cd3 [2020-12-07T18:42:55.446Z] Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:42:55.711Z] ---> Running in a73b85af1c35 [2020-12-07T18:42:55.711Z] Removing intermediate container 9333575aa6bb [2020-12-07T18:42:55.711Z] ---> 0befdbca25c7 [2020-12-07T18:42:55.711Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:42:55.711Z] Removing intermediate container 377038056a23 [2020-12-07T18:42:55.711Z] ---> cbce01a237ac [2020-12-07T18:42:55.711Z] Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:42:55.711Z] Removing intermediate container c7441df32d55 [2020-12-07T18:42:55.711Z] ---> ac2bf895989e [2020-12-07T18:42:55.711Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T18:42:55.993Z] Removing intermediate container 593593a221f0 [2020-12-07T18:42:55.993Z] ---> dc64175d1bb6 [2020-12-07T18:42:55.993Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T18:42:55.993Z] ---> Running in e181c9e5a9fa [2020-12-07T18:42:55.993Z] ---> Running in d3534a8f6aa3 [2020-12-07T18:42:55.993Z] ---> Running in 3fcf52c93bb5 [2020-12-07T18:42:55.993Z] Removing intermediate container a73b85af1c35 [2020-12-07T18:42:55.993Z] ---> 7e1f1424ec9f [2020-12-07T18:42:55.993Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T18:42:55.993Z] ---> Running in 403c56062a7b [2020-12-07T18:42:56.156Z] 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 [2020-12-07T18:42:56.274Z] ---> Running in 33b130f2ad53 [2020-12-07T18:42:56.781Z] Removing intermediate container d3534a8f6aa3 [2020-12-07T18:42:56.781Z] ---> a073c5137402 [2020-12-07T18:42:56.781Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T18:42:56.781Z] Removing intermediate container e181c9e5a9fa [2020-12-07T18:42:56.781Z] ---> 8822bdb58d91 [2020-12-07T18:42:56.781Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T18:42:56.781Z] Removing intermediate container 3fcf52c93bb5 [2020-12-07T18:42:56.781Z] ---> 7ff2aa5f6374 [2020-12-07T18:42:56.781Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T18:42:56.781Z] Removing intermediate container 403c56062a7b [2020-12-07T18:42:56.781Z] ---> 68277b432ce7 [2020-12-07T18:42:56.781Z] Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:42:56.781Z] ---> Running in 529de613c0c8 [2020-12-07T18:42:56.781Z] ---> Running in f45873f72b55 [2020-12-07T18:42:56.781Z] ---> Running in 40812b718e6e [2020-12-07T18:42:56.781Z] Removing intermediate container 33b130f2ad53 [2020-12-07T18:42:56.781Z] ---> 01c523e0b016 [2020-12-07T18:42:56.781Z] [2020-12-07T18:42:57.393Z] Removing intermediate container f45873f72b55 [2020-12-07T18:42:57.393Z] ---> fa496a6f0c8c [2020-12-07T18:42:57.393Z] Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:42:57.393Z] Removing intermediate container 40812b718e6e [2020-12-07T18:42:57.393Z] ---> ca13635fbdc4 [2020-12-07T18:42:57.393Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T18:42:57.393Z] Successfully built 01c523e0b016 [2020-12-07T18:42:57.393Z] Removing intermediate container 529de613c0c8 [2020-12-07T18:42:57.393Z] ---> 134916cbb706 [2020-12-07T18:42:57.393Z] [2020-12-07T18:42:57.393Z] Successfully tagged docker-core-command-go:latest [2020-12-07T18:42:57.672Z] Building docker-core-data-go [2020-12-07T18:42:57.672Z]  Building docker-core-command-go ... done  ---> Running in 61f4e2dc870a [2020-12-07T18:42:57.672Z] ---> Running in 1835ca1abf4c [2020-12-07T18:42:57.672Z] ---> a526a7115a58 [2020-12-07T18:42:57.672Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T18:42:57.672Z] Successfully built 134916cbb706 [2020-12-07T18:42:57.958Z] Successfully tagged docker-core-metadata-go:latest [2020-12-07T18:42:57.958Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-12-07T18:42:57.958Z] Removing intermediate container 61f4e2dc870a [2020-12-07T18:42:57.958Z] ---> c2a1ce67208b [2020-12-07T18:42:57.958Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T18:42:57.958Z] Removing intermediate container 1835ca1abf4c [2020-12-07T18:42:57.958Z] ---> 37596a878cda [2020-12-07T18:42:57.958Z] [2020-12-07T18:42:58.249Z] ---> Running in b4b531502195 [2020-12-07T18:42:58.524Z] Successfully built 37596a878cda [2020-12-07T18:42:58.524Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-07T18:42:58.524Z] Building docker-support-scheduler-go [2020-12-07T18:42:58.524Z]  Building docker-security-bootstrap-redis-go ... done  ---> 094120b435bc [2020-12-07T18:42:58.524Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T18:42:58.524Z] Removing intermediate container b4b531502195 [2020-12-07T18:42:58.524Z] ---> dc5f3a6fd0ad [2020-12-07T18:42:58.524Z] [2020-12-07T18:42:58.818Z] Successfully built dc5f3a6fd0ad [2020-12-07T18:42:58.818Z] Successfully tagged docker-support-notifications-go:latest [2020-12-07T18:42:58.818Z] Building docker-security-secretstore-setup-go [2020-12-07T18:42:59.104Z]  Building docker-support-notifications-go ... done  ---> fec4a7ce6fa3 [2020-12-07T18:42:59.104Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T18:42:59.413Z] ---> Running in aaeed73d38d2 [2020-12-07T18:42:59.549Z] 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 [2020-12-07T18:43:00.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:00.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:01.021Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T18:43:01.021Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T18:43:01.021Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T18:43:01.021Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T18:43:01.631Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T18:43:01.631Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T18:43:01.631Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] } [2020-12-07T18:43:03.005Z] $ docker stop --time=1 6ad339199bc0e469da2fd2753627e1f7d62f1b11de9efdb55c12d04e10ce51d3 [2020-12-07T18:43:05.582Z] $ docker rm -f 6ad339199bc0e469da2fd2753627e1f7d62f1b11de9efdb55c12d04e10ce51d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:43:07.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T18:43:07.574Z] [2020-12-07T18:43:07.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:43:08.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T18:43:08.232Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-07T18:43:08.232Z] 29e5d40040c1: Pulling fs layer [2020-12-07T18:43:08.232Z] 1ce36da41761: Pulling fs layer [2020-12-07T18:43:08.232Z] 25b303627fd3: Pulling fs layer [2020-12-07T18:43:08.471Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T18:43:08.471Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T18:43:08.471Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T18:43:08.471Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T18:43:08.471Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T18:43:08.471Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T18:43:08.471Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T18:43:08.471Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T18:43:08.471Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T18:43:08.471Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T18:43:08.471Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T18:43:08.741Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T18:43:08.825Z] 29e5d40040c1: Verifying Checksum [2020-12-07T18:43:08.825Z] 29e5d40040c1: Download complete [2020-12-07T18:43:09.023Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T18:43:09.289Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T18:43:09.430Z] 1ce36da41761: Verifying Checksum [2020-12-07T18:43:09.430Z] 1ce36da41761: Download complete [2020-12-07T18:43:09.430Z] 29e5d40040c1: Pull complete [2020-12-07T18:43:09.911Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T18:43:09.911Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T18:43:10.194Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T18:43:10.194Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T18:43:10.194Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T18:43:10.799Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T18:43:10.865Z] 1ce36da41761: Pull complete [2020-12-07T18:43:10.865Z] 25b303627fd3: Verifying Checksum [2020-12-07T18:43:10.865Z] 25b303627fd3: Download complete [2020-12-07T18:43:11.407Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T18:43:11.407Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T18:43:11.407Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T18:43:11.684Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T18:43:11.684Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T18:43:11.684Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T18:43:11.983Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:43:11.983Z] OK: 71 MiB in 55 packages [2020-12-07T18:43:21.005Z] 25b303627fd3: Pull complete [2020-12-07T18:43:21.005Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-07T18:43:21.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T18:43:21.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-07T18:43:21.229Z] prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container [2020-12-07T18:43:21.310Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-07T18:43:24.279Z] $ docker top 534886d1b6e0a9fbb9982df3e1e8f4ef5d3a1682738e294f20ceb838eb54b01c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:43:25.295Z] + docker-compose build --help [2020-12-07T18:43:25.295Z] + grep parallel [2020-12-07T18:43:28.673Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T18:43:28.699Z] $ docker stop --time=1 534886d1b6e0a9fbb9982df3e1e8f4ef5d3a1682738e294f20ceb838eb54b01c [2020-12-07T18:43:30.611Z] $ docker rm -f 534886d1b6e0a9fbb9982df3e1e8f4ef5d3a1682738e294f20ceb838eb54b01c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:43:31.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T18:43:31.418Z] . [Pipeline] withDockerContainer [2020-12-07T18:43:31.683Z] prd-ubuntu18.04-docker-arm64-4c-16g-14928 does not seem to be running inside a container [2020-12-07T18:43:31.768Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:43:33.101Z] $ docker top cda740b9f3067c428fe66e04f4cdcfc27a36586e4be168a7306837de740bb731 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:43:34.119Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T18:43:38.409Z] Building docker-core-command-go ... [2020-12-07T18:43:38.409Z] Building docker-core-data-go ... [2020-12-07T18:43:38.409Z] Building docker-core-metadata-go ... [2020-12-07T18:43:38.409Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T18:43:38.409Z] Building docker-security-proxy-setup-go ... [2020-12-07T18:43:38.409Z] Building docker-security-secrets-setup-go ... [2020-12-07T18:43:38.409Z] Building docker-security-secretstore-setup-go ... [2020-12-07T18:43:38.409Z] Building docker-support-notifications-go ... [2020-12-07T18:43:38.409Z] Building docker-support-scheduler-go ... [2020-12-07T18:43:38.409Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T18:43:38.409Z] Building docker-security-bootstrap-redis-go [2020-12-07T18:43:38.409Z] Building docker-security-proxy-setup-go [2020-12-07T18:43:38.409Z] Building docker-security-secretstore-setup-go [2020-12-07T18:43:38.409Z] Building docker-core-command-go [2020-12-07T18:43:38.409Z] Building docker-support-notifications-go [2020-12-07T18:43:44.647Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:43:44.648Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T18:43:44.648Z] ---> 64df8caef132 [2020-12-07T18:43:44.648Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T18:43:44.648Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:43:44.648Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:43:44.648Z] ---> 64df8caef132 [2020-12-07T18:43:44.648Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> 73d97cc0e74b [2020-12-07T18:43:44.648Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> 73d97cc0e74b [2020-12-07T18:43:44.648Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> cc68c4c0e09f [2020-12-07T18:43:44.648Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T18:43:44.648Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:43:44.648Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:43:44.648Z] ---> 64df8caef132 [2020-12-07T18:43:44.648Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> 73d97cc0e74b [2020-12-07T18:43:44.648Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> cc68c4c0e09f [2020-12-07T18:43:44.648Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T18:43:44.648Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:43:44.648Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:43:44.648Z] ---> 64df8caef132 [2020-12-07T18:43:44.648Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> 73d97cc0e74b [2020-12-07T18:43:44.648Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:43:44.648Z] ---> Using cache [2020-12-07T18:43:44.648Z] ---> cc68c4c0e09f [2020-12-07T18:43:44.648Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T18:43:44.648Z] ---> Running in 20339800b4c6 [2020-12-07T18:43:44.648Z] ---> Running in 491ea726b4fa [2020-12-07T18:43:44.648Z] ---> Running in 6584a3100951 [2020-12-07T18:43:44.648Z] ---> Running in b105398b3d64 [2020-12-07T18:43:44.648Z] Removing intermediate container aaeed73d38d2 [2020-12-07T18:43:44.648Z] ---> ccc26cc59a0a [2020-12-07T18:43:44.648Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T18:43:44.648Z] ---> Running in c13b8dd99b8b [2020-12-07T18:43:44.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:44.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:44.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:44.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:45.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:45.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:46.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:46.516Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:43:46.516Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:43:46.516Z] OK: 12745 distinct packages available [2020-12-07T18:43:46.516Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:43:46.516Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:43:46.516Z] OK: 12745 distinct packages available [2020-12-07T18:43:46.788Z] OK: 233 MiB in 51 packages [2020-12-07T18:43:46.788Z] OK: 233 MiB in 51 packages [2020-12-07T18:43:47.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:43:47.663Z] Removing intermediate container 6584a3100951 [2020-12-07T18:43:47.663Z] ---> 6925cb81caf8 [2020-12-07T18:43:47.663Z] Step 5/29 : COPY go.mod . [2020-12-07T18:43:48.001Z] Removing intermediate container 491ea726b4fa [2020-12-07T18:43:48.001Z] ---> b482c71a2089 [2020-12-07T18:43:48.001Z] Step 6/21 : COPY go.mod . [2020-12-07T18:43:48.328Z] ---> 1bc43cc9bd58 [2020-12-07T18:43:48.328Z] Step 6/29 : RUN go mod download [2020-12-07T18:43:48.328Z] Collecting docker-compose==1.23.2 [2020-12-07T18:43:48.328Z] ---> ae78f2e7a58b [2020-12-07T18:43:48.328Z] Step 7/21 : RUN go mod download [2020-12-07T18:43:48.328Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T18:43:48.328Z] ---> Running in 2a5dae2fe08f [2020-12-07T18:43:48.328Z] ---> Running in 6421fe2f1273 [2020-12-07T18:43:48.597Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:43:48.597Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:43:48.597Z] OK: 12745 distinct packages available [2020-12-07T18:43:48.893Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T18:43:48.893Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T18:43:48.893Z] OK: 233 MiB in 51 packages [2020-12-07T18:43:49.192Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T18:43:49.192Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T18:43:49.459Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T18:43:49.459Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T18:43:49.744Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T18:43:49.744Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T18:43:50.361Z] Removing intermediate container 20339800b4c6 [2020-12-07T18:43:50.361Z] ---> b575001d499d [2020-12-07T18:43:50.361Z] Step 6/24 : COPY go.mod . [2020-12-07T18:43:50.638Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:43:50.638Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:43:50.638Z] OK: 12745 distinct packages available [2020-12-07T18:43:50.939Z] OK: 233 MiB in 51 packages [2020-12-07T18:43:50.939Z] ---> 9a5361156844 [2020-12-07T18:43:50.939Z] Step 7/24 : RUN go mod download [2020-12-07T18:43:50.939Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T18:43:50.939Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T18:43:51.284Z] ---> Running in 58d18da3efb6 [2020-12-07T18:43:51.615Z] Collecting PyYAML<4,>=3.10 [2020-12-07T18:43:51.615Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T18:43:53.232Z] Removing intermediate container 2a5dae2fe08f [2020-12-07T18:43:53.232Z] ---> ffe82c360c47 [2020-12-07T18:43:53.232Z] Step 7/29 : COPY . . [2020-12-07T18:43:53.232Z] Removing intermediate container b105398b3d64 [2020-12-07T18:43:53.232Z] ---> 359a96d347d8 [2020-12-07T18:43:53.232Z] Step 6/23 : COPY go.mod . [2020-12-07T18:43:53.536Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T18:43:53.536Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T18:43:53.536Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-07T18:43:53.804Z] Removing intermediate container 6421fe2f1273 [2020-12-07T18:43:53.804Z] ---> 72a16836c80a [2020-12-07T18:43:53.804Z] Step 8/21 : COPY . . [2020-12-07T18:43:53.804Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T18:43:53.804Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T18:43:54.796Z] ---> 1524bd99a156 [2020-12-07T18:43:54.796Z] Step 7/23 : RUN go mod download [2020-12-07T18:43:54.796Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T18:43:54.796Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T18:43:57.622Z] ---> Running in 8e5471480d5a [2020-12-07T18:43:57.906Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T18:43:57.906Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T18:43:59.956Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T18:43:59.956Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T18:43:59.956Z] Removing intermediate container 58d18da3efb6 [2020-12-07T18:43:59.956Z] ---> 47863b522a8f [2020-12-07T18:43:59.956Z] Step 8/24 : COPY . . [2020-12-07T18:43:59.956Z] 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) [2020-12-07T18:44:00.231Z] Collecting idna<2.8,>=2.5 [2020-12-07T18:44:00.231Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T18:44:00.231Z] 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) [2020-12-07T18:44:00.231Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T18:44:00.231Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T18:44:00.231Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T18:44:00.231Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T18:44:00.856Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose [2020-12-07T18:44:02.958Z] Attempting uninstall: urllib3 [2020-12-07T18:44:02.958Z] Found existing installation: urllib3 1.25.9 [2020-12-07T18:44:02.958Z] Uninstalling urllib3-1.25.9: [2020-12-07T18:44:03.568Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T18:44:05.605Z] Attempting uninstall: idna [2020-12-07T18:44:05.605Z] Found existing installation: idna 2.9 [2020-12-07T18:44:05.605Z] Uninstalling idna-2.9: [2020-12-07T18:44:06.191Z] Successfully uninstalled idna-2.9 [2020-12-07T18:44:07.214Z] Attempting uninstall: requests [2020-12-07T18:44:07.214Z] Found existing installation: requests 2.23.0 [2020-12-07T18:44:07.214Z] Uninstalling requests-2.23.0: [2020-12-07T18:44:07.518Z] Successfully uninstalled requests-2.23.0 [2020-12-07T18:44:07.518Z] Removing intermediate container 8e5471480d5a [2020-12-07T18:44:07.518Z] ---> 74bf32b38600 [2020-12-07T18:44:07.518Z] Step 8/23 : COPY . . [2020-12-07T18:44:13.092Z] Running setup.py install for docopt: started [2020-12-07T18:44:17.577Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T18:44:17.577Z] Running setup.py install for PyYAML: started [2020-12-07T18:44:23.489Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T18:44:23.489Z] Running setup.py install for texttable: started [2020-12-07T18:44:24.487Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T18:44:24.487Z] Running setup.py install for dockerpty: started [2020-12-07T18:44:26.628Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T18:44:28.219Z] 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 [2020-12-07T18:44:41.050Z] ---> 59503e5116a0 [2020-12-07T18:44:41.050Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T18:44:41.050Z] ---> Running in ae50f7588e54 [2020-12-07T18:44:41.050Z] ---> 23d5e8cf1095 [2020-12-07T18:44:41.050Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T18:44:41.050Z] Removing intermediate container c13b8dd99b8b [2020-12-07T18:44:41.050Z] ---> f2ea54bd72ae [2020-12-07T18:44:41.050Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T18:44:41.704Z] ---> Running in 43fe4363684d [2020-12-07T18:44:41.704Z] ---> Running in df34e18c2a3c [2020-12-07T18:44:43.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T18:44:43.676Z] ---> de19b848a7a2 [2020-12-07T18:44:43.676Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T18:44:43.957Z] ---> Running in 99b16533849b [2020-12-07T18:44:45.396Z] 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 [2020-12-07T18:44:45.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:44:45.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:44:45.685Z] 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 [2020-12-07T18:44:45.685Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T18:44:45.974Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T18:44:45.975Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T18:44:45.975Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:44:45.975Z] OK: 72 MiB in 58 packages [2020-12-07T18:44:49.443Z] ---> bc22010dd7a0 [2020-12-07T18:44:49.443Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T18:44:49.443Z] Removing intermediate container df34e18c2a3c [2020-12-07T18:44:49.443Z] ---> 872b8ea3f832 [2020-12-07T18:44:49.443Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T18:44:49.443Z] ---> Running in af39eb105c1e [2020-12-07T18:44:49.720Z] ---> Running in b5af8818ccd6 [2020-12-07T18:44:50.364Z] Removing intermediate container b5af8818ccd6 [2020-12-07T18:44:50.364Z] ---> 8b53ea3af815 [2020-12-07T18:44:50.364Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:44:50.668Z] ---> Running in cba4834fec3f [2020-12-07T18:44:51.276Z] 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 [2020-12-07T18:44:51.276Z] Removing intermediate container cba4834fec3f [2020-12-07T18:44:51.276Z] ---> e27874163ddb [2020-12-07T18:44:51.276Z] Step 25/27 : LABEL arch=x86_64 [2020-12-07T18:44:51.276Z] ---> Running in b4341c93b051 [2020-12-07T18:44:51.883Z] Removing intermediate container b4341c93b051 [2020-12-07T18:44:51.883Z] ---> 2a39b540c670 [2020-12-07T18:44:51.883Z] Step 26/27 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:44:52.172Z] ---> Running in 64c595448c9b [2020-12-07T18:44:53.409Z] Removing intermediate container 64c595448c9b [2020-12-07T18:44:53.409Z] ---> cf02d058c068 [2020-12-07T18:44:53.409Z] Step 27/27 : LABEL version=0.0.0 [2020-12-07T18:44:54.077Z] ---> Running in af75ee1f0058 [2020-12-07T18:44:54.771Z] Removing intermediate container af75ee1f0058 [2020-12-07T18:44:54.771Z] ---> 9ac0cd83d74c [2020-12-07T18:44:54.771Z] [2020-12-07T18:44:55.966Z] Successfully built 9ac0cd83d74c [2020-12-07T18:44:55.966Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-07T18:44:55.966Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-12-07T18:45:00.163Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:45:00.163Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:45:00.163Z] ---> 57556b77a651 [2020-12-07T18:45:00.163Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T18:45:00.163Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:45:00.163Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:45:00.163Z] ---> 57556b77a651 [2020-12-07T18:45:00.163Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T18:45:00.163Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:45:00.163Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:45:00.163Z] ---> 57556b77a651 [2020-12-07T18:45:00.163Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T18:45:00.163Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:45:00.163Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:45:00.163Z] ---> 57556b77a651 [2020-12-07T18:45:00.163Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T18:45:00.163Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:45:00.163Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:45:00.163Z] ---> 57556b77a651 [2020-12-07T18:45:00.163Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T18:45:00.163Z] ---> Running in 231a4cd8495a [2020-12-07T18:45:00.163Z] ---> Running in d366a872bca0 [2020-12-07T18:45:00.163Z] ---> Running in b8d0450475a1 [2020-12-07T18:45:00.163Z] ---> Running in 8595d4b1bf8b [2020-12-07T18:45:00.163Z] ---> Running in 8bedb55c4ace [2020-12-07T18:45:00.163Z] Removing intermediate container 8595d4b1bf8b [2020-12-07T18:45:00.163Z] ---> 2f0184639ade [2020-12-07T18:45:00.163Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:45:00.163Z] Removing intermediate container b8d0450475a1 [2020-12-07T18:45:00.163Z] ---> 1d0804355ada [2020-12-07T18:45:00.163Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:45:00.163Z] Removing intermediate container 231a4cd8495a [2020-12-07T18:45:00.163Z] ---> 2fc58e3ce04c [2020-12-07T18:45:00.163Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:45:00.163Z] Removing intermediate container d366a872bca0 [2020-12-07T18:45:00.163Z] ---> cc5e1dc53c90 [2020-12-07T18:45:00.163Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:45:00.163Z] Removing intermediate container 8bedb55c4ace [2020-12-07T18:45:00.163Z] ---> 7d8c98d5fb4c [2020-12-07T18:45:00.163Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:45:00.163Z] ---> Running in 1053a6e74576 [2020-12-07T18:45:00.163Z] ---> Running in 6fc3e6e30d34 [2020-12-07T18:45:00.163Z] ---> Running in 826ae222c3bf [2020-12-07T18:45:00.163Z] ---> Running in 39d06093043a [2020-12-07T18:45:00.163Z] ---> Running in 081fba875bb9 [2020-12-07T18:45:00.163Z] Removing intermediate container 6fc3e6e30d34 [2020-12-07T18:45:00.163Z] ---> 27611f87d7a9 [2020-12-07T18:45:00.163Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T18:45:00.163Z] ---> Running in 53ee560cd89d [2020-12-07T18:45:00.163Z] Removing intermediate container 39d06093043a [2020-12-07T18:45:00.163Z] ---> 21795508de5f [2020-12-07T18:45:00.163Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T18:45:00.163Z] ---> Running in ac576372f9d6 [2020-12-07T18:45:00.163Z] Removing intermediate container 1053a6e74576 [2020-12-07T18:45:00.163Z] ---> 681256ed9726 [2020-12-07T18:45:00.163Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T18:45:00.163Z] ---> Running in b146b1584aef [2020-12-07T18:45:00.163Z] Removing intermediate container 826ae222c3bf [2020-12-07T18:45:00.163Z] ---> d8af560f62b9 [2020-12-07T18:45:00.163Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T18:45:00.163Z] Removing intermediate container 081fba875bb9 [2020-12-07T18:45:00.163Z] ---> a62b51d780b4 [2020-12-07T18:45:00.163Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T18:45:00.163Z] ---> Running in a613c31c42f9 [2020-12-07T18:45:00.163Z] ---> Running in 6c4c5f78515c [2020-12-07T18:45:00.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.436Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:45:00.436Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:45:00.436Z] OK: 12616 distinct packages available [2020-12-07T18:45:00.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:45:00.984Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:45:00.984Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:45:00.984Z] OK: 12616 distinct packages available [2020-12-07T18:45:01.262Z] OK: 217 MiB in 51 packages [2020-12-07T18:45:01.262Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:45:01.262Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:45:01.262Z] OK: 12616 distinct packages available [2020-12-07T18:45:01.864Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:45:01.864Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:45:01.864Z] OK: 12616 distinct packages available [2020-12-07T18:45:01.864Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:45:01.864Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:45:01.864Z] OK: 12616 distinct packages available [2020-12-07T18:45:02.140Z] OK: 217 MiB in 51 packages [2020-12-07T18:45:02.418Z] OK: 217 MiB in 51 packages [2020-12-07T18:45:03.040Z] OK: 217 MiB in 51 packages [2020-12-07T18:45:03.040Z] OK: 217 MiB in 51 packages [2020-12-07T18:45:03.637Z] Removing intermediate container 53ee560cd89d [2020-12-07T18:45:03.637Z] ---> e101081a59e8 [2020-12-07T18:45:03.637Z] Step 6/22 : COPY go.mod . [2020-12-07T18:45:03.921Z] Removing intermediate container ac576372f9d6 [2020-12-07T18:45:03.921Z] ---> 6cda5b24534a [2020-12-07T18:45:03.921Z] Step 6/21 : COPY go.mod . [2020-12-07T18:45:04.199Z] Removing intermediate container b146b1584aef [2020-12-07T18:45:04.199Z] ---> f81830c62f83 [2020-12-07T18:45:04.199Z] Step 6/24 : COPY go.mod . [2020-12-07T18:45:04.801Z] Removing intermediate container 6c4c5f78515c [2020-12-07T18:45:04.801Z] ---> 58773b2bdf2c [2020-12-07T18:45:04.801Z] Step 6/22 : COPY go.mod . [2020-12-07T18:45:04.801Z] ---> 2e6b61b5dfed [2020-12-07T18:45:04.801Z] Step 7/22 : RUN go mod download [2020-12-07T18:45:04.801Z] Removing intermediate container a613c31c42f9 [2020-12-07T18:45:04.801Z] ---> 35b29c7af4b9 [2020-12-07T18:45:04.801Z] Step 6/24 : COPY go.mod . [2020-12-07T18:45:04.801Z] ---> 15b188ac4910 [2020-12-07T18:45:04.801Z] Step 7/21 : RUN go mod download [2020-12-07T18:45:05.079Z] ---> Running in a367cab0c970 [2020-12-07T18:45:05.368Z] ---> Running in b73ff725bd71 [2020-12-07T18:45:05.368Z] ---> 6d726739a626 [2020-12-07T18:45:05.368Z] Step 7/24 : RUN go mod download [2020-12-07T18:45:05.640Z] ---> Running in 57efb3d8d742 [2020-12-07T18:45:05.926Z] ---> 4c9d7bbfbedc [2020-12-07T18:45:05.927Z] Step 7/24 : RUN go mod download [2020-12-07T18:45:05.927Z] ---> 3b0f36e8b151 [2020-12-07T18:45:05.927Z] Step 7/22 : RUN go mod download [2020-12-07T18:45:06.207Z] ---> Running in 265da8c39118 [2020-12-07T18:45:06.207Z] ---> Running in d3ab340c3de4 [2020-12-07T18:45:10.565Z] Removing intermediate container a367cab0c970 [2020-12-07T18:45:10.565Z] ---> 65e5dd34b73d [2020-12-07T18:45:10.565Z] Step 8/22 : COPY . . [2020-12-07T18:45:10.565Z] Removing intermediate container b73ff725bd71 [2020-12-07T18:45:10.565Z] ---> 1c18afb73487 [2020-12-07T18:45:10.565Z] Step 8/21 : COPY . . [2020-12-07T18:45:10.565Z] Removing intermediate container 57efb3d8d742 [2020-12-07T18:45:10.565Z] ---> 299b5788c1a4 [2020-12-07T18:45:10.565Z] Step 8/24 : COPY . . [2020-12-07T18:45:10.565Z] Removing intermediate container d3ab340c3de4 [2020-12-07T18:45:10.565Z] ---> 64b20d817cd5 [2020-12-07T18:45:10.565Z] Step 8/22 : COPY . . [2020-12-07T18:45:10.848Z] Removing intermediate container 265da8c39118 [2020-12-07T18:45:10.848Z] ---> 2f1f46a59257 [2020-12-07T18:45:10.848Z] Step 8/24 : COPY . . [2020-12-07T18:45:28.750Z] 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 [2020-12-07T18:45:29.906Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:45:29.906Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:45:29.906Z] ---> 64df8caef132 [2020-12-07T18:45:29.906Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T18:45:29.906Z] ---> Using cache [2020-12-07T18:45:29.906Z] ---> 73d97cc0e74b [2020-12-07T18:45:29.906Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:45:30.200Z] ---> Using cache [2020-12-07T18:45:30.200Z] ---> cc68c4c0e09f [2020-12-07T18:45:30.200Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T18:45:30.200Z] ---> Using cache [2020-12-07T18:45:30.200Z] ---> b575001d499d [2020-12-07T18:45:30.200Z] Step 6/21 : COPY go.mod . [2020-12-07T18:45:30.200Z] ---> Using cache [2020-12-07T18:45:30.200Z] ---> 9a5361156844 [2020-12-07T18:45:30.200Z] Step 7/21 : RUN go mod download [2020-12-07T18:45:30.200Z] ---> Using cache [2020-12-07T18:45:30.200Z] ---> 47863b522a8f [2020-12-07T18:45:30.200Z] Step 8/21 : COPY . . [2020-12-07T18:45:30.200Z] ---> Using cache [2020-12-07T18:45:30.200Z] ---> de19b848a7a2 [2020-12-07T18:45:30.200Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T18:45:31.731Z] ---> Running in 7141d158c8b3 [2020-12-07T18:45:32.351Z] Removing intermediate container ae50f7588e54 [2020-12-07T18:45:32.351Z] ---> 716b9265ec8f [2020-12-07T18:45:32.351Z] [2020-12-07T18:45:32.351Z] Step 9/29 : FROM alpine:latest [2020-12-07T18:45:32.351Z] latest: Pulling from library/alpine [2020-12-07T18:45:32.700Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T18:45:32.700Z] Status: Downloaded newer image for alpine:latest [2020-12-07T18:45:32.700Z] ---> d6e46aa2470d [2020-12-07T18:45:32.700Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T18:45:33.008Z] ---> Running in 171182ccc7f6 [2020-12-07T18:45:33.290Z] 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 [2020-12-07T18:45:33.591Z] Removing intermediate container 171182ccc7f6 [2020-12-07T18:45:33.591Z] ---> c747e317fe74 [2020-12-07T18:45:33.591Z] Step 11/29 : USER root [2020-12-07T18:45:33.920Z] ---> Running in 61d7f885b7d5 [2020-12-07T18:45:34.677Z] Removing intermediate container 61d7f885b7d5 [2020-12-07T18:45:34.678Z] ---> aab9183a2ef5 [2020-12-07T18:45:34.678Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T18:45:35.005Z] ---> Running in 9ae1f2fbb182 [2020-12-07T18:45:36.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:45:36.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:45:37.493Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:45:37.493Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:45:37.493Z] OK: 12746 distinct packages available [2020-12-07T18:45:37.781Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T18:45:37.884Z] ---> af8e034e9ff7 [2020-12-07T18:45:37.884Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T18:45:37.884Z] ---> 487dfa8f295f [2020-12-07T18:45:37.884Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T18:45:37.884Z] ---> 13f1f2577c45 [2020-12-07T18:45:37.884Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T18:45:37.884Z] ---> Running in 77124a23a5f1 [2020-12-07T18:45:37.884Z] ---> af8fd9578660 [2020-12-07T18:45:37.884Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T18:45:37.884Z] ---> 7c994dbd241d [2020-12-07T18:45:37.884Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T18:45:37.884Z] ---> Running in f6002c917590 [2020-12-07T18:45:37.884Z] ---> Running in 3d3cdd684d0c [2020-12-07T18:45:37.884Z] ---> Running in f6128fb55177 [2020-12-07T18:45:37.884Z] ---> Running in a516b7a7ef93 [2020-12-07T18:45:38.131Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T18:45:38.131Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:45:38.131Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T18:45:38.159Z] 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 [2020-12-07T18:45:38.509Z] OK: 6 MiB in 16 packages [2020-12-07T18:45:38.766Z] 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 [2020-12-07T18:45:38.767Z] 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 [2020-12-07T18:45:38.823Z] Removing intermediate container 43fe4363684d [2020-12-07T18:45:38.823Z] ---> d987fea77c53 [2020-12-07T18:45:38.823Z] [2020-12-07T18:45:38.823Z] Step 10/21 : FROM scratch [2020-12-07T18:45:38.823Z] ---> [2020-12-07T18:45:38.823Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:45:39.048Z] 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 [2020-12-07T18:45:39.324Z] 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 [2020-12-07T18:45:41.608Z] ---> Using cache [2020-12-07T18:45:41.608Z] ---> df0064cf7b59 [2020-12-07T18:45:41.608Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T18:45:41.910Z] ---> Running in 9aa45a88b796 [2020-12-07T18:45:41.910Z] Removing intermediate container 9ae1f2fbb182 [2020-12-07T18:45:41.910Z] ---> 868d1ecc6e9f [2020-12-07T18:45:41.910Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T18:45:42.191Z] Removing intermediate container 99b16533849b [2020-12-07T18:45:42.191Z] ---> df9623d05412 [2020-12-07T18:45:42.191Z] [2020-12-07T18:45:42.191Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T18:45:42.191Z] ---> be4e4bea2c2e [2020-12-07T18:45:42.191Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T18:45:42.191Z] ---> Using cache [2020-12-07T18:45:42.191Z] ---> 3f936b670556 [2020-12-07T18:45:42.191Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T18:45:43.208Z] Removing intermediate container 9aa45a88b796 [2020-12-07T18:45:43.208Z] ---> 1a813ae1c3a5 [2020-12-07T18:45:43.208Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T18:45:43.208Z] ---> Running in b3818b10f831 [2020-12-07T18:45:43.208Z] ---> Running in 9e5b1072788b [2020-12-07T18:45:43.208Z] ---> Running in b78b4ec54b11 [2020-12-07T18:45:43.517Z] Removing intermediate container b3818b10f831 [2020-12-07T18:45:43.517Z] ---> 198bfe01f7d8 [2020-12-07T18:45:43.517Z] Step 13/24 : WORKDIR / [2020-12-07T18:45:43.517Z] Removing intermediate container 9e5b1072788b [2020-12-07T18:45:43.517Z] ---> e4dee7e90b8e [2020-12-07T18:45:43.517Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T18:45:43.791Z] Removing intermediate container b78b4ec54b11 [2020-12-07T18:45:43.791Z] ---> 8eb2ee07b50f [2020-12-07T18:45:43.791Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T18:45:43.791Z] ---> Running in 8e4e74c4bc6b [2020-12-07T18:45:43.791Z] ---> Running in 65900bfc335a [2020-12-07T18:45:44.865Z] ---> d34c57119755 [2020-12-07T18:45:44.865Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T18:45:44.865Z] Removing intermediate container 8e4e74c4bc6b [2020-12-07T18:45:44.865Z] ---> 618fca5df6e1 [2020-12-07T18:45:44.865Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T18:45:44.865Z] Removing intermediate container 65900bfc335a [2020-12-07T18:45:44.865Z] ---> a034ef424efe [2020-12-07T18:45:44.865Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-07T18:45:45.183Z] ---> Running in d659e9beb3be [2020-12-07T18:45:47.263Z] ---> 6835eae54d9a [2020-12-07T18:45:47.263Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-07T18:45:47.900Z] ---> 0ad6c7366710 [2020-12-07T18:45:47.900Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T18:45:48.176Z] ---> e125760bf054 [2020-12-07T18:45:48.176Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T18:45:48.517Z] ---> c3f0606c5810 [2020-12-07T18:45:48.517Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T18:45:48.814Z] ---> Running in 0ddf53c930d4 [2020-12-07T18:45:49.136Z] ---> 3775a9977133 [2020-12-07T18:45:49.136Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T18:45:49.779Z] Removing intermediate container 0ddf53c930d4 [2020-12-07T18:45:49.779Z] ---> 518402abdc42 [2020-12-07T18:45:49.779Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:45:50.083Z] Removing intermediate container d659e9beb3be [2020-12-07T18:45:50.083Z] ---> ed75687c921c [2020-12-07T18:45:50.083Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T18:45:50.815Z] ---> Running in 181c31476182 [2020-12-07T18:45:51.130Z] ---> d2a935e8552d [2020-12-07T18:45:51.130Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T18:45:51.440Z] Removing intermediate container 181c31476182 [2020-12-07T18:45:51.440Z] ---> 4e94566c3415 [2020-12-07T18:45:51.440Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T18:45:52.265Z] ---> Running in 3c132f7d7f17 [2020-12-07T18:45:52.265Z] ---> 57e1110d4593 [2020-12-07T18:45:52.265Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T18:45:53.407Z] Removing intermediate container 3c132f7d7f17 [2020-12-07T18:45:53.407Z] ---> dd223419d51c [2020-12-07T18:45:53.407Z] Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:45:53.407Z] ---> 0e56273605a3 [2020-12-07T18:45:53.407Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T18:45:53.692Z] ---> da56204bdd2b [2020-12-07T18:45:53.692Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T18:45:53.692Z] ---> Running in 9f5473cc6567 [2020-12-07T18:45:54.717Z] Removing intermediate container 9f5473cc6567 [2020-12-07T18:45:54.717Z] ---> 8da98bc24449 [2020-12-07T18:45:54.717Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T18:45:55.160Z] ---> c32d7f62fe54 [2020-12-07T18:45:55.161Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T18:45:55.161Z] ---> Running in ae988e9fcd64 [2020-12-07T18:45:55.161Z] ---> bb78c012cb75 [2020-12-07T18:45:55.161Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T18:45:55.161Z] ---> Running in 6fdc80b917ff [2020-12-07T18:45:57.275Z] 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 [2020-12-07T18:45:57.275Z] Removing intermediate container ae988e9fcd64 [2020-12-07T18:45:57.275Z] ---> 5912c203a6fb [2020-12-07T18:45:57.275Z] [2020-12-07T18:45:57.275Z] ---> 20206e1a645a [2020-12-07T18:45:57.275Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T18:45:57.275Z] Removing intermediate container af39eb105c1e [2020-12-07T18:45:57.275Z] ---> 12916ffcf253 [2020-12-07T18:45:57.275Z] [2020-12-07T18:45:57.275Z] Step 10/23 : FROM alpine [2020-12-07T18:45:57.275Z] ---> d6e46aa2470d [2020-12-07T18:45:57.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:45:57.928Z] ---> Running in 01aa8c4e9c80 [2020-12-07T18:45:58.267Z] Successfully built 5912c203a6fb [2020-12-07T18:45:58.656Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-07T18:45:58.656Z]  Building docker-support-scheduler-go ... done  ---> 401ba6209dce [2020-12-07T18:45:58.656Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T18:45:58.656Z] Removing intermediate container 01aa8c4e9c80 [2020-12-07T18:45:58.656Z] ---> b9d3e045ffba [2020-12-07T18:45:58.656Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T18:45:58.656Z] ---> Running in fcde7549d7b6 [2020-12-07T18:45:59.019Z] ---> Running in 2c2c11f90233 [2020-12-07T18:46:00.515Z] Removing intermediate container 2c2c11f90233 [2020-12-07T18:46:00.515Z] ---> 7ebc77313190 [2020-12-07T18:46:00.515Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T18:46:00.515Z] ---> Running in 22160fe12376 [2020-12-07T18:46:01.233Z] Removing intermediate container 6fdc80b917ff [2020-12-07T18:46:01.233Z] ---> 9bb663bde662 [2020-12-07T18:46:01.233Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T18:46:01.233Z] Removing intermediate container 22160fe12376 [2020-12-07T18:46:01.233Z] ---> d8c5848971b4 [2020-12-07T18:46:01.233Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:46:01.233Z] ---> Running in a3492e64a3c0 [2020-12-07T18:46:01.233Z] ---> Running in 43a722aa291c [2020-12-07T18:46:01.825Z] Removing intermediate container a3492e64a3c0 [2020-12-07T18:46:01.825Z] ---> c35a63921652 [2020-12-07T18:46:01.825Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T18:46:02.152Z] ---> Running in 990c7d752a90 [2020-12-07T18:46:02.152Z] Removing intermediate container fcde7549d7b6 [2020-12-07T18:46:02.152Z] ---> 89891facc56d [2020-12-07T18:46:02.152Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T18:46:02.837Z] Removing intermediate container 990c7d752a90 [2020-12-07T18:46:02.837Z] ---> 46e012962276 [2020-12-07T18:46:02.837Z] Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:46:02.837Z] ---> Running in 7a3de70d14ad [2020-12-07T18:46:03.167Z] ---> 9411ab2afb48 [2020-12-07T18:46:03.167Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T18:46:03.456Z] ---> Running in 85109bcd1cab [2020-12-07T18:46:03.456Z] Removing intermediate container 7a3de70d14ad [2020-12-07T18:46:03.456Z] ---> 16031b82b9dc [2020-12-07T18:46:03.456Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T18:46:04.547Z] ---> Running in f122081e9bc0 [2020-12-07T18:46:05.667Z] Removing intermediate container 7141d158c8b3 [2020-12-07T18:46:05.667Z] ---> 6ccba225c020 [2020-12-07T18:46:05.667Z] [2020-12-07T18:46:05.667Z] Step 10/21 : FROM alpine [2020-12-07T18:46:05.667Z] ---> d6e46aa2470d [2020-12-07T18:46:05.667Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T18:46:05.667Z] Removing intermediate container f122081e9bc0 [2020-12-07T18:46:05.667Z] ---> 941d6a44ec68 [2020-12-07T18:46:05.667Z] [2020-12-07T18:46:05.667Z] Removing intermediate container 43a722aa291c [2020-12-07T18:46:05.667Z] ---> a52202af88de [2020-12-07T18:46:05.667Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T18:46:05.667Z] ---> Running in 7ec03bca339d [2020-12-07T18:46:05.970Z] ---> Running in 07ff5acaf2c2 [2020-12-07T18:46:06.248Z] Successfully built 941d6a44ec68 [2020-12-07T18:46:07.296Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-07T18:46:07.906Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 85109bcd1cab [2020-12-07T18:46:07.906Z] ---> 2b2547233624 [2020-12-07T18:46:07.906Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T18:46:07.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:46:08.191Z] ---> Running in a3875ffe7c19 [2020-12-07T18:46:08.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:46:08.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T18:46:08.483Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:46:08.483Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:46:08.483Z] OK: 12746 distinct packages available [2020-12-07T18:46:08.776Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T18:46:09.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T18:46:09.096Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T18:46:09.096Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T18:46:09.096Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T18:46:09.096Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:46:09.096Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T18:46:09.096Z] OK: 7 MiB in 18 packages [2020-12-07T18:46:09.710Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T18:46:09.710Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T18:46:09.710Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T18:46:10.005Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T18:46:10.005Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T18:46:10.299Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:46:10.299Z] OK: 8 MiB in 19 packages [2020-12-07T18:46:10.571Z] Removing intermediate container a3875ffe7c19 [2020-12-07T18:46:10.571Z] ---> cdcb1445d213 [2020-12-07T18:46:10.571Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T18:46:10.571Z] Removing intermediate container 7ec03bca339d [2020-12-07T18:46:10.571Z] ---> 3a792eccb301 [2020-12-07T18:46:10.571Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T18:46:10.571Z] ---> Running in 2b97ffbaed87 [2020-12-07T18:46:10.855Z] ---> Running in 269c5ef0866b [2020-12-07T18:46:10.855Z] Removing intermediate container 2b97ffbaed87 [2020-12-07T18:46:10.855Z] ---> 4fac650ecb6e [2020-12-07T18:46:10.855Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T18:46:11.136Z] Removing intermediate container 07ff5acaf2c2 [2020-12-07T18:46:11.136Z] ---> 97a011ebd1a7 [2020-12-07T18:46:11.136Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T18:46:11.136Z] Removing intermediate container 269c5ef0866b [2020-12-07T18:46:11.136Z] ---> 188c0f3ae9a5 [2020-12-07T18:46:11.136Z] Step 13/21 : WORKDIR /edgex [2020-12-07T18:46:11.136Z] ---> Running in 772102011d56 [2020-12-07T18:46:11.413Z] ---> Running in b69bb30cf961 [2020-12-07T18:46:11.413Z] Removing intermediate container 772102011d56 [2020-12-07T18:46:11.413Z] ---> ad5e650ec9ef [2020-12-07T18:46:11.413Z] Step 27/29 : LABEL arch=x86_64 [2020-12-07T18:46:11.692Z] ---> 21acaab95d7c [2020-12-07T18:46:11.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T18:46:11.973Z] ---> Running in 5acd5e2f491a [2020-12-07T18:46:11.973Z] Removing intermediate container b69bb30cf961 [2020-12-07T18:46:11.973Z] ---> 2a978bce3794 [2020-12-07T18:46:11.973Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T18:46:12.239Z] Removing intermediate container 5acd5e2f491a [2020-12-07T18:46:12.239Z] ---> c687d3f1ef86 [2020-12-07T18:46:12.239Z] Step 28/29 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:46:12.515Z] ---> Running in e668dabc2884 [2020-12-07T18:46:12.792Z] ---> 041f8a8c72c1 [2020-12-07T18:46:12.792Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T18:46:12.792Z] Removing intermediate container e668dabc2884 [2020-12-07T18:46:12.792Z] ---> 73c9c7a17966 [2020-12-07T18:46:12.792Z] Step 29/29 : LABEL version=0.0.0 [2020-12-07T18:46:12.792Z] ---> d0f6790c4c3a [2020-12-07T18:46:12.792Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T18:46:13.123Z] ---> Running in f74468383639 [2020-12-07T18:46:13.417Z] Removing intermediate container f74468383639 [2020-12-07T18:46:13.417Z] ---> 6e0cb6a18396 [2020-12-07T18:46:13.417Z] [2020-12-07T18:46:13.697Z] ---> 141b8ee76535 [2020-12-07T18:46:13.697Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T18:46:14.294Z] Successfully built 6e0cb6a18396 [2020-12-07T18:46:14.294Z] ---> Running in 00820d994299 [2020-12-07T18:46:14.294Z] ---> d3c9714c67ce [2020-12-07T18:46:14.294Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T18:46:14.294Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-07T18:46:14.887Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 00820d994299 [2020-12-07T18:46:14.887Z] ---> d2f5d188fe88 [2020-12-07T18:46:14.887Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:46:14.887Z] ---> Running in 558a692e2243 [2020-12-07T18:46:15.152Z] ---> 7ebd8ac69d11 [2020-12-07T18:46:15.152Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T18:46:15.430Z] Removing intermediate container 558a692e2243 [2020-12-07T18:46:15.430Z] ---> 1ea5eda0eed0 [2020-12-07T18:46:15.430Z] Step 21/23 : LABEL arch=x86_64 [2020-12-07T18:46:15.430Z] ---> Running in f9de64e68064 [2020-12-07T18:46:15.430Z] ---> Running in 289088d39416 [2020-12-07T18:46:15.698Z] Removing intermediate container 289088d39416 [2020-12-07T18:46:15.698Z] ---> 4493f183822b [2020-12-07T18:46:15.698Z] Step 22/23 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:46:15.698Z] Removing intermediate container f9de64e68064 [2020-12-07T18:46:15.698Z] ---> 63d24a1eaa87 [2020-12-07T18:46:15.698Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T18:46:15.978Z] ---> Running in 3c7555870468 [2020-12-07T18:46:15.978Z] ---> Running in 86a28ef7ba96 [2020-12-07T18:46:16.262Z] Removing intermediate container 3c7555870468 [2020-12-07T18:46:16.262Z] ---> b0bc3050d9af [2020-12-07T18:46:16.262Z] Step 23/23 : LABEL version=0.0.0 [2020-12-07T18:46:16.262Z] Removing intermediate container 86a28ef7ba96 [2020-12-07T18:46:16.262Z] ---> f762e6b75500 [2020-12-07T18:46:16.262Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T18:46:16.262Z] ---> Running in c0eac4385a95 [2020-12-07T18:46:16.547Z] ---> Running in 6908c2a336cc [2020-12-07T18:46:16.826Z] Removing intermediate container c0eac4385a95 [2020-12-07T18:46:16.826Z] ---> 0ed3a6ccd758 [2020-12-07T18:46:16.826Z] [2020-12-07T18:46:16.826Z] Removing intermediate container 6908c2a336cc [2020-12-07T18:46:16.826Z] ---> 69cbee34f3e3 [2020-12-07T18:46:16.826Z] Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:46:16.826Z] Successfully built 0ed3a6ccd758 [2020-12-07T18:46:17.113Z] ---> Running in fa9d1e09f432 [2020-12-07T18:46:17.113Z] Successfully tagged docker-core-data-go:latest [2020-12-07T18:46:17.113Z]  Building docker-core-data-go ... done Removing intermediate container fa9d1e09f432 [2020-12-07T18:46:17.113Z] ---> e1ad8f18c6f9 [2020-12-07T18:46:17.113Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T18:46:17.476Z] ---> Running in 677e5814adc3 [2020-12-07T18:46:17.775Z] Removing intermediate container 677e5814adc3 [2020-12-07T18:46:17.775Z] ---> 7e8c83171380 [2020-12-07T18:46:17.775Z] [2020-12-07T18:46:17.775Z] Successfully built 7e8c83171380 [2020-12-07T18:46:17.775Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-07T18:46:18.144Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-07T18:46:18.252Z] $ docker stop --time=1 a42eb864f61d0bbc4de9a73bbf9ae8d7d6dbe378f569bda680e96a80328dfab9 [2020-12-07T18:46:20.764Z] $ docker rm -f a42eb864f61d0bbc4de9a73bbf9ae8d7d6dbe378f569bda680e96a80328dfab9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T18:46:21.461Z] + grep docker [2020-12-07T18:46:21.461Z] + docker images [2020-12-07T18:46:21.738Z] docker-security-proxy-setup-go latest 7e8c83171380 4 seconds ago 24.6MB [2020-12-07T18:46:21.738Z] docker-core-data-go latest 0ed3a6ccd758 5 seconds ago 23.7MB [2020-12-07T18:46:21.738Z] docker-security-secrets-setup-go latest 6e0cb6a18396 8 seconds ago 23.9MB [2020-12-07T18:46:21.738Z] docker-security-secretstore-setup-go latest 941d6a44ec68 17 seconds ago 24.7MB [2020-12-07T18:46:21.738Z] docker-support-scheduler-go latest 5912c203a6fb 25 seconds ago 12.3MB [2020-12-07T18:46:21.738Z] docker-sys-mgmt-agent-go latest 9ac0cd83d74c About a minute ago 293MB [2020-12-07T18:46:21.738Z] docker-support-notifications-go latest dc5f3a6fd0ad 3 minutes ago 13.6MB [2020-12-07T18:46:21.738Z] docker-core-metadata-go latest 134916cbb706 3 minutes ago 14.5MB [2020-12-07T18:46:21.738Z] docker-security-bootstrap-redis-go latest 37596a878cda 3 minutes ago 15.8MB [2020-12-07T18:46:21.738Z] docker-core-command-go latest 01c523e0b016 3 minutes ago 12.2MB [2020-12-07T18:46:21.738Z] docker latest b0757c55a1fd 5 days ago 220MB [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 [2020-12-07T18:46:37.660Z] Still waiting to schedule task [2020-12-07T18:46:37.660Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-14932’ [2020-12-07T18:47:01.210Z] 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 [2020-12-07T18:47:01.210Z] 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 [2020-12-07T18:47:06.694Z] Removing intermediate container 3d3cdd684d0c [2020-12-07T18:47:06.694Z] ---> a2d0016ba6d1 [2020-12-07T18:47:06.694Z] [2020-12-07T18:47:06.694Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T18:47:06.694Z] 3.10: Pulling from library/alpine [2020-12-07T18:47:07.679Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T18:47:07.679Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T18:47:07.679Z] ---> 536a684cf733 [2020-12-07T18:47:07.679Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T18:47:07.955Z] ---> Running in 7432df09c7fc [2020-12-07T18:47:10.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:47:10.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:47:11.235Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T18:47:11.235Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T18:47:11.235Z] OK: 10169 distinct packages available [2020-12-07T18:47:12.218Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T18:47:12.219Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T18:47:12.219Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T18:47:12.219Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T18:47:12.219Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T18:47:12.219Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T18:47:12.219Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T18:47:12.824Z] OK: 7 MiB in 19 packages [2020-12-07T18:47:14.813Z] Removing intermediate container a516b7a7ef93 [2020-12-07T18:47:14.813Z] ---> 5692b30744e3 [2020-12-07T18:47:14.813Z] [2020-12-07T18:47:14.813Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T18:47:14.813Z] ---> 536a684cf733 [2020-12-07T18:47:14.813Z] Removing intermediate container f6128fb55177 [2020-12-07T18:47:14.813Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T18:47:14.813Z] ---> 178203a07323 [2020-12-07T18:47:14.813Z] [2020-12-07T18:47:14.813Z] Step 10/21 : FROM alpine [2020-12-07T18:47:15.088Z] latest: Pulling from library/alpine [2020-12-07T18:47:15.088Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T18:47:15.088Z] Status: Downloaded newer image for alpine:latest [2020-12-07T18:47:15.088Z] ---> 2e77e061c27f [2020-12-07T18:47:15.088Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T18:47:15.088Z] ---> Running in 56ce420a8a9e [2020-12-07T18:47:15.687Z] ---> Running in ea9051569e18 [2020-12-07T18:47:17.143Z] Removing intermediate container 7432df09c7fc [2020-12-07T18:47:17.143Z] ---> e1fcc2d1994b [2020-12-07T18:47:17.143Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T18:47:17.143Z] ---> Running in 25ebed776eb9 [2020-12-07T18:47:17.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:47:17.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:47:17.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:47:17.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:47:17.713Z] Removing intermediate container 25ebed776eb9 [2020-12-07T18:47:17.713Z] ---> 0e1c2711d609 [2020-12-07T18:47:17.713Z] Step 13/22 : WORKDIR / [2020-12-07T18:47:17.988Z] ---> Running in 801d497c96de [2020-12-07T18:47:18.265Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T18:47:18.265Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T18:47:18.265Z] OK: 10169 distinct packages available [2020-12-07T18:47:18.556Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:47:18.556Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:47:18.556Z] OK: 12617 distinct packages available [2020-12-07T18:47:18.556Z] Removing intermediate container 801d497c96de [2020-12-07T18:47:18.556Z] ---> 07f34820e0c2 [2020-12-07T18:47:18.556Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T18:47:18.840Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T18:47:19.116Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T18:47:19.116Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T18:47:19.116Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T18:47:19.116Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T18:47:19.116Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T18:47:19.116Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T18:47:19.397Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T18:47:19.397Z] OK: 7 MiB in 19 packages [2020-12-07T18:47:19.674Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T18:47:19.674Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T18:47:19.674Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T18:47:19.674Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:47:19.674Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T18:47:19.957Z] OK: 7 MiB in 18 packages [2020-12-07T18:47:20.239Z] ---> 70be385cb8d8 [2020-12-07T18:47:20.239Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T18:47:22.332Z] ---> bab9ba4f3b79 [2020-12-07T18:47:22.332Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T18:47:22.609Z] Removing intermediate container 56ce420a8a9e [2020-12-07T18:47:22.609Z] ---> cda760dd58a4 [2020-12-07T18:47:22.609Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T18:47:22.891Z] Removing intermediate container ea9051569e18 [2020-12-07T18:47:22.891Z] ---> 9f12a024ed47 [2020-12-07T18:47:22.891Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T18:47:22.891Z] ---> Running in de3d013953f8 [2020-12-07T18:47:23.168Z] ---> Running in 4f174e3570ae [2020-12-07T18:47:23.767Z] ---> a017fe171a97 [2020-12-07T18:47:23.767Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T18:47:24.370Z] Removing intermediate container 4f174e3570ae [2020-12-07T18:47:24.370Z] ---> d2af25803546 [2020-12-07T18:47:24.370Z] Step 13/21 : WORKDIR /edgex [2020-12-07T18:47:24.370Z] Removing intermediate container de3d013953f8 [2020-12-07T18:47:24.370Z] ---> b38df3570b8b [2020-12-07T18:47:24.370Z] Step 13/24 : WORKDIR / [2020-12-07T18:47:24.645Z] ---> Running in 9db89c45ae3c [2020-12-07T18:47:24.645Z] ---> Running in 355e00bc4ca2 [2020-12-07T18:47:25.246Z] ---> 9cd4d701792d [2020-12-07T18:47:25.246Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T18:47:25.523Z] Removing intermediate container 77124a23a5f1 [2020-12-07T18:47:25.523Z] ---> 2360f374b5ab [2020-12-07T18:47:25.523Z] [2020-12-07T18:47:25.523Z] Step 10/22 : FROM scratch [2020-12-07T18:47:25.523Z] ---> [2020-12-07T18:47:25.523Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:47:25.798Z] ---> Running in bd4eba1c80d0 [2020-12-07T18:47:25.798Z] Removing intermediate container f6002c917590 [2020-12-07T18:47:25.798Z] ---> 9a8dc554d38a [2020-12-07T18:47:25.798Z] [2020-12-07T18:47:25.798Z] Step 10/24 : FROM scratch [2020-12-07T18:47:25.798Z] ---> [2020-12-07T18:47:25.798Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T18:47:25.798Z] Removing intermediate container 9db89c45ae3c [2020-12-07T18:47:25.798Z] ---> 55587a108c49 [2020-12-07T18:47:25.798Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-07T18:47:25.798Z] Removing intermediate container 355e00bc4ca2 [2020-12-07T18:47:25.798Z] ---> 7352b759ceb4 [2020-12-07T18:47:25.798Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T18:47:26.085Z] ---> Running in 1ff7e617dbd5 [2020-12-07T18:47:26.085Z] ---> Running in fb6dccdbe257 [2020-12-07T18:47:26.688Z] Removing intermediate container 1ff7e617dbd5 [2020-12-07T18:47:26.688Z] ---> 57b21f940acd [2020-12-07T18:47:26.688Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T18:47:26.962Z] ---> Running in 05519b3953a8 [2020-12-07T18:47:27.242Z] Removing intermediate container fb6dccdbe257 [2020-12-07T18:47:27.242Z] ---> bc94fd1a52f1 [2020-12-07T18:47:27.242Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T18:47:27.242Z] ---> 795c0c1b47c6 [2020-12-07T18:47:27.242Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-07T18:47:27.242Z] ---> f413fcc6b598 [2020-12-07T18:47:27.242Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T18:47:27.242Z] ---> Running in 4fcf0cadcd76 [2020-12-07T18:47:27.516Z] Removing intermediate container 05519b3953a8 [2020-12-07T18:47:27.516Z] ---> facdf89c5eb8 [2020-12-07T18:47:27.516Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T18:47:27.516Z] ---> Running in 740615a4072a [2020-12-07T18:47:28.122Z] Removing intermediate container 4fcf0cadcd76 [2020-12-07T18:47:28.122Z] ---> b679986caec1 [2020-12-07T18:47:28.122Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T18:47:28.122Z] ---> Running in 1886384a396b [2020-12-07T18:47:28.724Z] ---> 93ba6f65d058 [2020-12-07T18:47:28.724Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T18:47:28.724Z] Removing intermediate container 740615a4072a [2020-12-07T18:47:28.724Z] ---> fc8fb0fd3448 [2020-12-07T18:47:28.724Z] Step 14/22 : WORKDIR / [2020-12-07T18:47:28.997Z] ---> Running in c9c2cc6c6989 [2020-12-07T18:47:28.997Z] Removing intermediate container 1886384a396b [2020-12-07T18:47:28.997Z] ---> e6bd29ef4e7f [2020-12-07T18:47:28.997Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T18:47:29.275Z] ---> 6a5c6a9bd52b [2020-12-07T18:47:29.275Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T18:47:29.275Z] Removing intermediate container bd4eba1c80d0 [2020-12-07T18:47:29.275Z] ---> bbd21a594790 [2020-12-07T18:47:29.275Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T18:47:29.275Z] ---> Running in e07961eb7f79 [2020-12-07T18:47:29.556Z] ---> 0e72f4dc2b39 [2020-12-07T18:47:29.556Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T18:47:29.835Z] Removing intermediate container c9c2cc6c6989 [2020-12-07T18:47:29.835Z] ---> 05ed930b373d [2020-12-07T18:47:29.835Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T18:47:30.110Z] Removing intermediate container e07961eb7f79 [2020-12-07T18:47:30.110Z] ---> 5fa12d7472db [2020-12-07T18:47:30.110Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T18:47:30.382Z] ---> cfe954972298 [2020-12-07T18:47:30.382Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T18:47:30.656Z] ---> Running in 10ec6584d7c8 [2020-12-07T18:47:30.930Z] ---> 7280807cfbe8 [2020-12-07T18:47:30.930Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T18:47:30.930Z] ---> 0869e902c5b2 [2020-12-07T18:47:30.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T18:47:31.206Z] ---> c82741a71670 [2020-12-07T18:47:31.207Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T18:47:31.207Z] ---> Running in fc6f617182c6 [2020-12-07T18:47:31.207Z] Removing intermediate container 10ec6584d7c8 [2020-12-07T18:47:31.207Z] ---> 178ed23af301 [2020-12-07T18:47:31.207Z] Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:47:31.810Z] ---> Running in 392fb6db3cf9 [2020-12-07T18:47:32.089Z] ---> 983286083734 [2020-12-07T18:47:32.089Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T18:47:32.089Z] Removing intermediate container fc6f617182c6 [2020-12-07T18:47:32.089Z] ---> f98166b3cbc6 [2020-12-07T18:47:32.089Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T18:47:32.360Z] Removing intermediate container 392fb6db3cf9 [2020-12-07T18:47:32.360Z] ---> 54acb18c8dd2 [2020-12-07T18:47:32.360Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T18:47:32.360Z] ---> Running in e4bd84c000c9 [2020-12-07T18:47:32.634Z] ---> Running in eb5c1ae9ff43 [2020-12-07T18:47:32.912Z] ---> 7452b90be42b [2020-12-07T18:47:32.912Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T18:47:33.192Z] ---> 8f3da11a8aca [2020-12-07T18:47:33.192Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T18:47:33.192Z] Removing intermediate container e4bd84c000c9 [2020-12-07T18:47:33.192Z] ---> 34b683bb7e35 [2020-12-07T18:47:33.192Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T18:47:33.468Z] ---> Running in 72a11c28ac6c [2020-12-07T18:47:33.744Z] Removing intermediate container eb5c1ae9ff43 [2020-12-07T18:47:33.744Z] ---> ae44869904b2 [2020-12-07T18:47:33.744Z] [2020-12-07T18:47:33.744Z] ---> c020805eb9f2 [2020-12-07T18:47:33.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T18:47:34.023Z] ---> bf7e1bd6a6a5 [2020-12-07T18:47:34.023Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T18:47:34.303Z] Successfully built ae44869904b2 [2020-12-07T18:47:34.303Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-07T18:47:34.303Z] Building docker-core-data-go [2020-12-07T18:47:34.303Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in bdb737938ca8 [2020-12-07T18:47:34.303Z] ---> 02a557cff71f [2020-12-07T18:47:34.303Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T18:47:34.303Z] Removing intermediate container 72a11c28ac6c [2020-12-07T18:47:34.303Z] ---> 0e561dc27169 [2020-12-07T18:47:34.303Z] Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:47:34.900Z] ---> Running in 585753171f0e [2020-12-07T18:47:34.900Z] ---> Running in 096b4a4b7552 [2020-12-07T18:47:34.900Z] ---> 6c5a9c2c4ecf [2020-12-07T18:47:34.900Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T18:47:35.502Z] Removing intermediate container 585753171f0e [2020-12-07T18:47:35.502Z] ---> 0425ac292ac7 [2020-12-07T18:47:35.502Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:47:36.099Z] Removing intermediate container 096b4a4b7552 [2020-12-07T18:47:36.099Z] ---> 121f07fcfa5b [2020-12-07T18:47:36.099Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T18:47:36.701Z] ---> Running in 5a2217f5625b [2020-12-07T18:47:36.974Z] ---> Running in 84670c4f755d [2020-12-07T18:47:36.974Z] ---> 73fd2387cb27 [2020-12-07T18:47:36.974Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T18:47:37.571Z] Removing intermediate container 5a2217f5625b [2020-12-07T18:47:37.571Z] ---> a30ad432ceb6 [2020-12-07T18:47:37.571Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T18:47:37.852Z] Removing intermediate container 84670c4f755d [2020-12-07T18:47:37.852Z] ---> cff9350464dc [2020-12-07T18:47:37.852Z] [2020-12-07T18:47:37.852Z] ---> Running in 5b3ef42f1e41 [2020-12-07T18:47:38.136Z] Successfully built cff9350464dc [2020-12-07T18:47:38.412Z] ---> ed5399d9ae1a [2020-12-07T18:47:38.412Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T18:47:38.412Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-07T18:47:38.412Z] Building docker-sys-mgmt-agent-go [2020-12-07T18:47:38.412Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bdb737938ca8 [2020-12-07T18:47:38.412Z] ---> 7adacc08d645 [2020-12-07T18:47:38.412Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T18:47:38.922Z] ---> Running in a505868d130d [2020-12-07T18:47:38.922Z] ---> Running in dfb9a10957ce [2020-12-07T18:47:38.922Z] Removing intermediate container 5b3ef42f1e41 [2020-12-07T18:47:38.922Z] ---> 220281c1539a [2020-12-07T18:47:38.922Z] Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:47:38.922Z] ---> Running in 68071205869b [2020-12-07T18:47:39.197Z] Removing intermediate container dfb9a10957ce [2020-12-07T18:47:39.197Z] ---> da6a38cbef24 [2020-12-07T18:47:39.197Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T18:47:39.197Z] Removing intermediate container a505868d130d [2020-12-07T18:47:39.197Z] ---> 228c95cfcb62 [2020-12-07T18:47:39.197Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:47:39.473Z] ---> Running in a70e047a94c5 [2020-12-07T18:47:39.748Z] ---> Running in 70ba6527a5e4 [2020-12-07T18:47:40.029Z] Removing intermediate container 68071205869b [2020-12-07T18:47:40.029Z] ---> 0ec4bd0af297 [2020-12-07T18:47:40.029Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T18:47:40.632Z] Removing intermediate container a70e047a94c5 [2020-12-07T18:47:40.632Z] ---> 0b2f3cb26917 [2020-12-07T18:47:40.632Z] Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:47:41.232Z] ---> Running in b71aaf46a113 [2020-12-07T18:47:41.232Z] Removing intermediate container 70ba6527a5e4 [2020-12-07T18:47:41.232Z] ---> ae9fef2291b3 [2020-12-07T18:47:41.232Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T18:47:41.830Z] ---> Running in c27dd8b1488a [2020-12-07T18:47:41.830Z] ---> Running in 2c1501df23b9 [2020-12-07T18:47:42.106Z] Removing intermediate container b71aaf46a113 [2020-12-07T18:47:42.106Z] ---> 367345c8f2a1 [2020-12-07T18:47:42.106Z] [2020-12-07T18:47:42.383Z] Removing intermediate container c27dd8b1488a [2020-12-07T18:47:42.383Z] ---> 6e63039c7f0e [2020-12-07T18:47:42.383Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T18:47:42.383Z] Successfully built 367345c8f2a1 [2020-12-07T18:47:42.654Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-07T18:47:42.655Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-12-07T18:47:42.655Z] ---> Running in 89cb0b9f1235 [2020-12-07T18:47:42.655Z] Removing intermediate container 2c1501df23b9 [2020-12-07T18:47:42.655Z] ---> 594e9b458a37 [2020-12-07T18:47:42.655Z] Step 23/24 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:47:42.926Z] ---> Running in a2e652a112ac [2020-12-07T18:47:43.194Z] Removing intermediate container 89cb0b9f1235 [2020-12-07T18:47:43.195Z] ---> 8fe84258832a [2020-12-07T18:47:43.195Z] [2020-12-07T18:47:43.467Z] Successfully built 8fe84258832a [2020-12-07T18:47:43.739Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-07T18:47:43.739Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-12-07T18:47:43.739Z] Removing intermediate container a2e652a112ac [2020-12-07T18:47:43.739Z] ---> 027e529eb537 [2020-12-07T18:47:43.739Z] Step 24/24 : LABEL version=0.0.0 [2020-12-07T18:47:44.011Z] ---> Running in c54617e921df [2020-12-07T18:47:44.287Z] Removing intermediate container c54617e921df [2020-12-07T18:47:44.287Z] ---> 7d4f91bbb30c [2020-12-07T18:47:44.287Z] [2020-12-07T18:47:44.882Z] Successfully built 7d4f91bbb30c [2020-12-07T18:47:44.882Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-07T18:47:44.882Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-12-07T18:48:20.410Z] Running on prd-ubuntu18.04-docker-8c-8g-14934 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-07T18:48:20.484Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-12-07T18:48:23.494Z] using credential edgex-jenkins-ssh [2020-12-07T18:48:23.617Z] Cloning the remote Git repository [2020-12-07T18:48:23.644Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T18:48:23.707Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-12-07T18:48:23.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T18:48:23.747Z] > git --version # timeout=10 [2020-12-07T18:48:23.756Z] > git --version # 'git version 2.17.1' [2020-12-07T18:48:23.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T18:48:23.779Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T18:48:29.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T18:48:29.536Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T18:48:29.545Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T18:48:29.556Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T18:48:29.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T18:48:29.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T18:48:30.106Z] Merging remotes/origin/master commit 7f9dd25f9d981fc062fb35c9729d56f5b41711bb into PR head commit 05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:48:30.273Z] Merge succeeded, producing 05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:48:30.274Z] Checking out Revision 05c74b819efbe47d36e2ce0e241fd573970fd385 (PR-2898) [2020-12-07T18:48:30.118Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T18:48:30.122Z] > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 [2020-12-07T18:48:30.250Z] > git remote # timeout=10 [2020-12-07T18:48:30.256Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T18:48:30.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T18:48:30.265Z] > git merge 7f9dd25f9d981fc062fb35c9729d56f5b41711bb # timeout=10 [2020-12-07T18:48:30.273Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T18:48:30.281Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T18:48:30.287Z] > git checkout -f 05c74b819efbe47d36e2ce0e241fd573970fd385 # timeout=10 [2020-12-07T18:48:33.951Z] Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:48:35.014Z] + echo snap-build.sh [2020-12-07T18:48:35.014Z] snap-build.sh [2020-12-07T18:48:35.014Z] + SNAP_BASE_DIR=. [2020-12-07T18:48:35.014Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2020-12-07T18:48:35.014Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2020-12-07T18:48:35.014Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2020-12-07T18:48:35.014Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2020-12-07T18:48:35.014Z] + cd /w/workspace/edgex-go/10 [2020-12-07T18:48:35.014Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-07T18:48:35.014Z] Reading package lists... [2020-12-07T18:48:35.014Z] Building dependency tree... [2020-12-07T18:48:35.014Z] Reading state information... [2020-12-07T18:48:35.276Z] The following packages were automatically installed and are no longer required: [2020-12-07T18:48:35.276Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-07T18:48:35.276Z] uidmap xdelta3 [2020-12-07T18:48:35.276Z] Use 'sudo apt autoremove' to remove them. [2020-12-07T18:48:35.276Z] The following packages will be REMOVED: [2020-12-07T18:48:35.276Z] lxd* lxd-client* [2020-12-07T18:48:35.849Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-07T18:48:35.849Z] After this operation, 31.7 MB disk space will be freed. [2020-12-07T18:48:36.897Z] (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.) [2020-12-07T18:48:36.897Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-07T18:48:37.842Z] Removing lxd dnsmasq configuration [2020-12-07T18:48:37.842Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-07T18:48:38.104Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-07T18:48:38.677Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-07T18:48:39.204Z] (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.) [2020-12-07T18:48:39.204Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-07T18:48:40.592Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-07T18:48:40.592Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-07T18:48:41.447Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:48:41.447Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:48:41.448Z] ---> 57556b77a651 [2020-12-07T18:48:41.448Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T18:48:41.448Z] ---> Using cache [2020-12-07T18:48:41.448Z] ---> 7d8c98d5fb4c [2020-12-07T18:48:41.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:48:41.448Z] ---> Using cache [2020-12-07T18:48:41.448Z] ---> a62b51d780b4 [2020-12-07T18:48:41.448Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T18:48:41.448Z] ---> Running in 15c00105789b [2020-12-07T18:48:41.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:48:41.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:48:41.978Z] + sudo snap remove --purge lxd [2020-12-07T18:48:42.239Z] snap "lxd" is not installed [2020-12-07T18:48:42.239Z] + sudo groupadd --force --system lxd [2020-12-07T18:48:42.239Z] ++ whoami [2020-12-07T18:48:42.239Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-07T18:48:42.239Z] + newgrp - lxd [2020-12-07T18:48:42.239Z] + sudo snap install lxd [2020-12-07T18:48:42.713Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:48:42.713Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:48:42.713Z] OK: 12616 distinct packages available [2020-12-07T18:48:43.311Z] OK: 217 MiB in 51 packages [2020-12-07T18:48:44.299Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:48:44.299Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:48:44.299Z] ---> 57556b77a651 [2020-12-07T18:48:44.299Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T18:48:44.299Z] ---> Using cache [2020-12-07T18:48:44.299Z] ---> 7d8c98d5fb4c [2020-12-07T18:48:44.299Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:48:44.299Z] ---> Using cache [2020-12-07T18:48:44.299Z] ---> a62b51d780b4 [2020-12-07T18:48:44.299Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T18:48:47.700Z] ---> Running in 0605e7c65b81 [2020-12-07T18:48:47.976Z] Removing intermediate container 15c00105789b [2020-12-07T18:48:47.976Z] ---> e5da9fc624ec [2020-12-07T18:48:47.976Z] Step 6/23 : COPY go.mod . [2020-12-07T18:48:48.250Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:48:48.250Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:48:48.250Z] ---> 57556b77a651 [2020-12-07T18:48:48.250Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T18:48:48.250Z] ---> Using cache [2020-12-07T18:48:48.250Z] ---> 7d8c98d5fb4c [2020-12-07T18:48:48.250Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:48:48.250Z] ---> Using cache [2020-12-07T18:48:48.250Z] ---> a62b51d780b4 [2020-12-07T18:48:48.250Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T18:48:48.250Z] ---> Using cache [2020-12-07T18:48:48.250Z] ---> 58773b2bdf2c [2020-12-07T18:48:48.250Z] Step 6/21 : COPY go.mod . [2020-12-07T18:48:48.250Z] ---> Using cache [2020-12-07T18:48:48.250Z] ---> 3b0f36e8b151 [2020-12-07T18:48:48.250Z] Step 7/21 : RUN go mod download [2020-12-07T18:48:48.250Z] ---> Using cache [2020-12-07T18:48:48.250Z] ---> 64b20d817cd5 [2020-12-07T18:48:48.250Z] Step 8/21 : COPY . . [2020-12-07T18:48:48.538Z] ---> Using cache [2020-12-07T18:48:48.538Z] ---> af8fd9578660 [2020-12-07T18:48:48.538Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T18:48:48.814Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:48:48.815Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T18:48:48.815Z] ---> 57556b77a651 [2020-12-07T18:48:48.815Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T18:48:48.815Z] ---> Using cache [2020-12-07T18:48:48.815Z] ---> 7d8c98d5fb4c [2020-12-07T18:48:48.815Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T18:48:48.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:48:49.091Z] ---> Running in 95c4ab393c80 [2020-12-07T18:48:49.091Z] ---> Running in d505790d882d [2020-12-07T18:48:49.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T18:48:49.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T18:48:49.091Z] ---> 57556b77a651 [2020-12-07T18:48:49.091Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T18:48:49.091Z] ---> Using cache [2020-12-07T18:48:49.091Z] ---> 7d8c98d5fb4c [2020-12-07T18:48:49.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:48:49.091Z] ---> Using cache [2020-12-07T18:48:49.091Z] ---> a62b51d780b4 [2020-12-07T18:48:49.091Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T18:48:49.091Z] ---> Using cache [2020-12-07T18:48:49.091Z] ---> 58773b2bdf2c [2020-12-07T18:48:49.091Z] Step 6/22 : COPY go.mod . [2020-12-07T18:48:49.091Z] ---> Using cache [2020-12-07T18:48:49.091Z] ---> 3b0f36e8b151 [2020-12-07T18:48:49.091Z] Step 7/22 : RUN go mod download [2020-12-07T18:48:49.091Z] ---> Using cache [2020-12-07T18:48:49.091Z] ---> 64b20d817cd5 [2020-12-07T18:48:49.091Z] Step 8/22 : COPY . . [2020-12-07T18:48:49.364Z] ---> Using cache [2020-12-07T18:48:49.364Z] ---> af8fd9578660 [2020-12-07T18:48:49.364Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T18:48:49.364Z] ---> 07fa8a8c78ea [2020-12-07T18:48:49.364Z] Step 7/23 : RUN go mod download [2020-12-07T18:48:49.637Z] ---> Running in 848b368c26f9 [2020-12-07T18:48:49.637Z] ---> Running in 9e1b255eabaf [2020-12-07T18:48:49.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:48:50.385Z] 2020-12-07T18:48:47Z INFO Waiting for automatic snapd restart... [2020-12-07T18:48:50.619Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:48:50.619Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:48:50.619Z] OK: 12616 distinct packages available [2020-12-07T18:48:51.225Z] 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 [2020-12-07T18:48:51.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:48:51.502Z] 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 [2020-12-07T18:48:51.502Z] OK: 217 MiB in 51 packages [2020-12-07T18:48:52.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:48:53.554Z] Removing intermediate container 0605e7c65b81 [2020-12-07T18:48:53.554Z] ---> 8328d17c2178 [2020-12-07T18:48:53.554Z] Step 6/27 : COPY go.mod . [2020-12-07T18:48:53.554Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:48:53.554Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:48:53.554Z] OK: 12616 distinct packages available [2020-12-07T18:48:53.858Z] Removing intermediate container 9e1b255eabaf [2020-12-07T18:48:53.858Z] ---> 3c4cd0a7476e [2020-12-07T18:48:53.858Z] Step 8/23 : COPY . . [2020-12-07T18:48:54.455Z] OK: 217 MiB in 51 packages [2020-12-07T18:48:54.455Z] ---> 195d7f3fa1fa [2020-12-07T18:48:54.455Z] Step 7/27 : RUN go mod download [2020-12-07T18:48:54.735Z] ---> Running in 4e7b0c0be246 [2020-12-07T18:48:58.136Z] Removing intermediate container d505790d882d [2020-12-07T18:48:58.136Z] ---> 630b9cbb8c79 [2020-12-07T18:48:58.136Z] Step 5/29 : COPY go.mod . [2020-12-07T18:48:59.600Z] ---> 133fbeb09e3e [2020-12-07T18:48:59.600Z] Step 6/29 : RUN go mod download [2020-12-07T18:49:00.204Z] ---> Running in c234c108cd19 [2020-12-07T18:49:00.204Z] Removing intermediate container 4e7b0c0be246 [2020-12-07T18:49:00.204Z] ---> 8b2ccbf57f35 [2020-12-07T18:49:00.204Z] Step 8/27 : COPY . . [2020-12-07T18:49:06.938Z] Removing intermediate container c234c108cd19 [2020-12-07T18:49:06.938Z] ---> be57f5ab038f [2020-12-07T18:49:06.938Z] Step 7/29 : COPY . . [2020-12-07T18:49:08.552Z] lxd 4.8 from Canonical* installed [2020-12-07T18:49:08.552Z] + sudo lxd init --auto [2020-12-07T18:49:15.144Z] + sudo snap install --classic snapcraft [2020-12-07T18:49:20.448Z] snapcraft 4.4.4 from Canonical* installed [2020-12-07T18:49:20.448Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-07T18:49:20.448Z] + patch --verbose -p1 [2020-12-07T18:49:20.448Z] Hmm... Looks like a unified diff to me... [2020-12-07T18:49:20.448Z] The text leading up to this was: [2020-12-07T18:49:20.448Z] -------------------------- [2020-12-07T18:49:20.448Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-07T18:49:20.448Z] |From: Tony Espy [2020-12-07T18:49:20.448Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-07T18:49:20.448Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-07T18:49:20.448Z] | [2020-12-07T18:49:20.448Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-07T18:49:20.448Z] |optimize the snap CI check run for pull requests. When [2020-12-07T18:49:20.448Z] |applied, it essentially strips out everything (apps and [2020-12-07T18:49:20.448Z] |parts) from the snapcraft.yaml file except those required [2020-12-07T18:49:20.448Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-07T18:49:20.448Z] |catch changes to edgex-go that break the snap build. [2020-12-07T18:49:20.448Z] | [2020-12-07T18:49:20.448Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-07T18:49:20.448Z] |to update this patch file, otherwise it may fail to apply, [2020-12-07T18:49:20.448Z] |resulting in a failed snap build CI check in the associated [2020-12-07T18:49:20.448Z] |pull request. [2020-12-07T18:49:20.448Z] | [2020-12-07T18:49:20.448Z] |Note - in addition to applying this patch, the pipeline also [2020-12-07T18:49:20.448Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-07T18:49:20.448Z] |need to build the finally binary .snap file (and it won't [2020-12-07T18:49:20.448Z] |work with the patch applied). This further reduces the build [2020-12-07T18:49:20.448Z] |time. [2020-12-07T18:49:20.448Z] |--- [2020-12-07T18:49:20.448Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-07T18:49:20.448Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-07T18:49:20.448Z] | [2020-12-07T18:49:20.448Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-07T18:49:20.448Z] |index b265277c..d7e1de37 100644 [2020-12-07T18:49:20.448Z] |--- a/snap/snapcraft.yaml [2020-12-07T18:49:20.448Z] |+++ b/snap/snapcraft.yaml [2020-12-07T18:49:20.448Z] -------------------------- [2020-12-07T18:49:20.448Z] patching file snap/snapcraft.yaml [2020-12-07T18:49:20.448Z] Using Plan A... [2020-12-07T18:49:20.448Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-07T18:49:20.448Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-07T18:49:20.448Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-07T18:49:20.448Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-07T18:49:20.448Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-07T18:49:20.448Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-07T18:49:20.448Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-07T18:49:20.449Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-07T18:49:20.449Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-07T18:49:20.449Z] Hmm... Ignoring the trailing garbage. [2020-12-07T18:49:20.449Z] done [2020-12-07T18:49:20.449Z] + sudo snapcraft prime --use-lxd [2020-12-07T18:49:21.393Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-07T18:49:21.393Z] 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: [2020-12-07T18:49:21.393Z] - README.md [2020-12-07T18:49:21.393Z] - snapcraft.yaml.orig [2020-12-07T18:49:21.393Z] [2020-12-07T18:49:21.393Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-07T18:49:22.338Z] Launching a container. [2020-12-07T18:49:33.805Z] ---> 9f7c738b08b8 [2020-12-07T18:49:33.805Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T18:49:33.805Z] ---> Running in 03843b78aaef [2020-12-07T18:49:34.583Z] Waiting for container to be ready [2020-12-07T18:49:34.583Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-07T18:49:34.583Z] [2020-12-07T18:49:34.789Z] 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 [2020-12-07T18:49:37.421Z] ---> 5d902a154a07 [2020-12-07T18:49:37.421Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T18:49:37.698Z] ---> Running in dd6bba8e5f19 [2020-12-07T18:49:37.889Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-07T18:49:37.889Z] Waiting for network to be ready... [2020-12-07T18:49:38.149Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-07T18:49:38.410Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-07T18:49:38.410Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-07T18:49:38.410Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-07T18:49:38.410Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-07T18:49:38.410Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-07T18:49:38.410Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-07T18:49:38.410Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-07T18:49:38.410Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] [2020-12-07T18:49:38.670Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-07T18:49:38.930Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-07T18:49:38.931Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-07T18:49:39.191Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-07T18:49:39.191Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-07T18:49:39.191Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-07T18:49:39.191Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-07T18:49:39.191Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-07T18:49:39.191Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-07T18:49:39.764Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-07T18:49:40.026Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-07T18:49:40.026Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-07T18:49:40.026Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-07T18:49:40.026Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-07T18:49:40.026Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-07T18:49:40.026Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-07T18:49:40.026Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] [2020-12-07T18:49:40.286Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-07T18:49:40.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T18:49:41.345Z] ---> b48193f70f35 [2020-12-07T18:49:41.345Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T18:49:41.622Z] ---> Running in 2f2244c24009 [2020-12-07T18:49:43.588Z] Fetched 23.5 MB in 5s (4741 kB/s) [2020-12-07T18:49:43.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T18:49:44.161Z] Reading package lists... [2020-12-07T18:49:44.682Z] Reading package lists... [2020-12-07T18:49:44.682Z] Building dependency tree... [2020-12-07T18:49:44.682Z] Reading state information... [2020-12-07T18:49:44.943Z] The following additional packages will be installed: [2020-12-07T18:49:44.943Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-07T18:49:44.943Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-07T18:49:44.943Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-07T18:49:44.943Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-07T18:49:44.943Z] Suggested packages: [2020-12-07T18:49:44.943Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-07T18:49:44.943Z] Recommended packages: [2020-12-07T18:49:44.943Z] gnupg libsasl2-modules [2020-12-07T18:49:44.943Z] The following NEW packages will be installed: [2020-12-07T18:49:44.943Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-07T18:49:44.943Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-07T18:49:44.943Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-07T18:49:44.943Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-07T18:49:44.943Z] The following packages will be upgraded: [2020-12-07T18:49:44.943Z] gpg gpg-agent gpgconf libudev1 [2020-12-07T18:49:45.205Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-07T18:49:45.205Z] Need to get 3531 kB of archives. [2020-12-07T18:49:45.205Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-07T18:49:45.205Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-07T18:49:45.205Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-07T18:49:45.467Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-07T18:49:45.729Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-07T18:49:45.729Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-07T18:49:45.729Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-07T18:49:45.729Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-07T18:49:45.729Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-07T18:49:45.729Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-07T18:49:45.729Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-07T18:49:45.729Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-07T18:49:45.729Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-07T18:49:45.729Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-07T18:49:45.729Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-07T18:49:45.729Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-07T18:49:45.729Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-07T18:49:45.729Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-07T18:49:45.991Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-07T18:49:45.992Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-07T18:49:45.992Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-07T18:49:45.992Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-07T18:49:45.992Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-07T18:49:46.253Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-07T18:49:46.253Z] Fetched 3531 kB in 1s (3449 kB/s) [2020-12-07T18:49:46.253Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-07T18:49:46.253Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-07T18:49:46.253Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-07T18:49:46.253Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-07T18:49:46.522Z] Selecting previously unselected package udev. [2020-12-07T18:49:46.522Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-07T18:49:46.522Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-07T18:49:46.522Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-07T18:49:46.785Z] Selecting previously unselected package libfuse2:amd64. [2020-12-07T18:49:46.785Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-07T18:49:46.785Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-07T18:49:47.046Z] Selecting previously unselected package fuse. [2020-12-07T18:49:47.046Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-07T18:49:47.046Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-07T18:49:47.046Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-07T18:49:47.046Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-07T18:49:47.309Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-07T18:49:47.309Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-07T18:49:47.309Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-07T18:49:47.572Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-07T18:49:47.572Z] Selecting previously unselected package libksba8:amd64. [2020-12-07T18:49:47.572Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-07T18:49:47.572Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-07T18:49:47.572Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-07T18:49:47.572Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:47.572Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:47.835Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-07T18:49:47.835Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:47.835Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:47.835Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-07T18:49:47.835Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:47.835Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:47.835Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-07T18:49:47.835Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:47.835Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:48.097Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-07T18:49:48.097Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:48.097Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:48.097Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-07T18:49:48.097Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:48.097Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:48.097Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-07T18:49:48.097Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:48.097Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:48.358Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-07T18:49:48.358Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:48.358Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:48.358Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-07T18:49:48.358Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-07T18:49:48.358Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:48.358Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-07T18:49:48.358Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-07T18:49:48.358Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-07T18:49:48.619Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-07T18:49:48.619Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-07T18:49:48.619Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-07T18:49:48.619Z] Selecting previously unselected package libldap-common. [2020-12-07T18:49:48.619Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-07T18:49:48.619Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-07T18:49:48.880Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-07T18:49:48.880Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-07T18:49:48.880Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-07T18:49:48.880Z] Selecting previously unselected package dirmngr. [2020-12-07T18:49:48.880Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-07T18:49:48.880Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-07T18:49:49.142Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-07T18:49:49.142Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-07T18:49:49.142Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-07T18:49:49.142Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-07T18:49:49.142Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-07T18:49:49.142Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-07T18:49:49.142Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:49.142Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-07T18:49:49.142Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-07T18:49:49.404Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-07T18:49:49.666Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-07T18:49:49.666Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:49.929Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-07T18:49:49.929Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-07T18:49:49.929Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-07T18:49:49.929Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:49.929Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:49.929Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:49.929Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:49.929Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:50.191Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:50.191Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-07T18:49:50.191Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-07T18:49:50.191Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-07T18:49:50.191Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-07T18:49:50.765Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-07T18:49:50.765Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-07T18:49:50.765Z] This means they are not meant to be enabled using systemctl. [2020-12-07T18:49:50.765Z] Possible reasons for having this kind of units are: [2020-12-07T18:49:50.765Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-07T18:49:50.765Z] .wants/ or .requires/ directory. [2020-12-07T18:49:50.765Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-07T18:49:50.765Z] a requirement dependency on it. [2020-12-07T18:49:50.765Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-07T18:49:50.765Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-07T18:49:50.765Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-07T18:49:50.765Z] instance name specified. [2020-12-07T18:49:51.026Z] Reading package lists... [2020-12-07T18:49:51.286Z] Building dependency tree... [2020-12-07T18:49:51.286Z] Reading state information... [2020-12-07T18:49:51.286Z] The following additional packages will be installed: [2020-12-07T18:49:51.286Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-07T18:49:51.286Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-07T18:49:51.286Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-07T18:49:51.286Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-07T18:49:51.286Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-07T18:49:51.286Z] Suggested packages: [2020-12-07T18:49:51.286Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-07T18:49:51.286Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-07T18:49:51.286Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-07T18:49:51.286Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-07T18:49:51.286Z] systemd-container policykit-1 [2020-12-07T18:49:51.286Z] Recommended packages: [2020-12-07T18:49:51.286Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-07T18:49:51.286Z] The following NEW packages will be installed: [2020-12-07T18:49:51.286Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-07T18:49:51.286Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-07T18:49:51.286Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-07T18:49:51.286Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-07T18:49:51.286Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-07T18:49:51.286Z] The following packages will be upgraded: [2020-12-07T18:49:51.286Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-07T18:49:51.286Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-07T18:49:51.286Z] Need to get 35.2 MB of archives. [2020-12-07T18:49:51.286Z] After this operation, 141 MB of additional disk space will be used. [2020-12-07T18:49:51.286Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] [2020-12-07T18:49:51.550Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] [2020-12-07T18:49:51.550Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-07T18:49:51.550Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1301 kB] [2020-12-07T18:49:51.550Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-07T18:49:51.550Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-07T18:49:51.550Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-07T18:49:51.550Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-07T18:49:51.811Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-07T18:49:51.811Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-07T18:49:51.811Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-07T18:49:51.811Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-07T18:49:51.811Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-07T18:49:51.811Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-07T18:49:51.811Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-07T18:49:51.811Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.4 [1088 kB] [2020-12-07T18:49:51.811Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-07T18:49:52.752Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-07T18:49:52.752Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-07T18:49:52.752Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-07T18:49:52.752Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-07T18:49:52.752Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-07T18:49:52.752Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-07T18:49:52.752Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-07T18:49:52.752Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-07T18:49:52.752Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-07T18:49:52.752Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-07T18:49:52.752Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-07T18:49:52.752Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-07T18:49:52.753Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-07T18:49:53.695Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-07T18:49:53.695Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2020-12-07T18:49:53.695Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-07T18:49:53.695Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-07T18:49:54.265Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-07T18:49:54.835Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-07T18:49:54.835Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-07T18:49:54.835Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-07T18:49:55.096Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-07T18:49:55.096Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... [2020-12-07T18:49:55.096Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-07T18:49:55.096Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... [2020-12-07T18:49:55.356Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-07T18:49:55.357Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... [2020-12-07T18:49:55.357Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-07T18:49:55.616Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-07T18:49:55.616Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-07T18:49:56.188Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-07T18:49:56.188Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-07T18:49:56.188Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-12-07T18:49:56.188Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-07T18:49:56.449Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-07T18:49:56.449Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-07T18:49:56.449Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:49:56.709Z] Selecting previously unselected package libexpat1:amd64. [2020-12-07T18:49:56.709Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-07T18:49:56.709Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-07T18:49:56.709Z] Selecting previously unselected package python3.6-minimal. [2020-12-07T18:49:56.710Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-07T18:49:56.710Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:49:56.976Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-07T18:49:57.237Z] Checking for services that may need to be restarted...done. [2020-12-07T18:49:57.237Z] Checking for services that may need to be restarted...done. [2020-12-07T18:49:57.237Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:49:57.237Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-07T18:49:57.237Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:49:57.811Z] Selecting previously unselected package python3-minimal. [2020-12-07T18:49:57.811Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-07T18:49:57.811Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-07T18:49:57.811Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-07T18:49:57.811Z] Selecting previously unselected package mime-support. [2020-12-07T18:49:57.811Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-07T18:49:58.072Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-07T18:49:58.072Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-07T18:49:58.072Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-07T18:49:58.072Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-07T18:49:58.072Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-07T18:49:58.072Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-07T18:49:58.072Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:49:58.333Z] Selecting previously unselected package python3.6. [2020-12-07T18:49:58.333Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-07T18:49:58.333Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:49:58.595Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-07T18:49:58.595Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-07T18:49:58.595Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-07T18:49:58.595Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-07T18:49:58.855Z] Selecting previously unselected package python3. [2020-12-07T18:49:58.855Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-07T18:49:58.855Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-07T18:49:58.855Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-07T18:49:58.855Z] Selecting previously unselected package multiarch-support. [2020-12-07T18:49:58.855Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T18:49:58.855Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-07T18:49:58.855Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-07T18:49:59.120Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-07T18:49:59.120Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-07T18:49:59.120Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-07T18:49:59.120Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-07T18:49:59.120Z] Selecting previously unselected package libbsd0:amd64. [2020-12-07T18:49:59.120Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-07T18:49:59.120Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-07T18:49:59.120Z] Selecting previously unselected package sudo. [2020-12-07T18:49:59.120Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-07T18:49:59.120Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-07T18:50:00.068Z] Selecting previously unselected package apparmor. [2020-12-07T18:50:00.068Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-07T18:50:00.068Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-07T18:50:00.068Z] Selecting previously unselected package libedit2:amd64. [2020-12-07T18:50:00.068Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-07T18:50:00.068Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-07T18:50:00.068Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-07T18:50:00.068Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-07T18:50:00.068Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:00.068Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-07T18:50:00.329Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-07T18:50:00.329Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:00.329Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-07T18:50:00.329Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-07T18:50:00.329Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-07T18:50:00.329Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-07T18:50:00.329Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-07T18:50:00.329Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:00.591Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-07T18:50:00.591Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-07T18:50:00.591Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:00.591Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-07T18:50:00.591Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb ... [2020-12-07T18:50:00.591Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... [2020-12-07T18:50:00.853Z] Selecting previously unselected package openssh-client. [2020-12-07T18:50:00.853Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-07T18:50:00.853Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-07T18:50:01.115Z] Selecting previously unselected package squashfs-tools. [2020-12-07T18:50:01.115Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-07T18:50:01.115Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-07T18:50:01.115Z] Selecting previously unselected package snapd. [2020-12-07T18:50:01.115Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-07T18:50:01.115Z] Unpacking snapd (2.48+18.04) ... [2020-12-07T18:50:03.658Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-07T18:50:03.659Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... [2020-12-07T18:50:03.659Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-07T18:50:03.659Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-07T18:50:03.659Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-07T18:50:03.659Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:03.659Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-07T18:50:03.659Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-07T18:50:03.659Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-07T18:50:04.600Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-07T18:50:04.600Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-07T18:50:04.600Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-07T18:50:04.600Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:50:04.600Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:04.600Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-07T18:50:05.546Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-07T18:50:05.546Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:05.546Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-07T18:50:05.546Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-07T18:50:05.546Z] running python rtupdate hooks for python3.6... [2020-12-07T18:50:05.546Z] running python post-rtupdate hooks for python3.6... [2020-12-07T18:50:05.546Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-07T18:50:06.931Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-07T18:50:06.932Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-07T18:50:06.932Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-07T18:50:07.193Z] Setting up snapd (2.48+18.04) ... [2020-12-07T18:50:07.765Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-07T18:50:07.765Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-07T18:50:08.028Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-07T18:50:08.293Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-07T18:50:08.554Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-07T18:50:08.554Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-07T18:50:08.815Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-07T18:50:09.076Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-07T18:50:09.076Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-07T18:50:09.337Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-07T18:50:09.599Z] /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' [2020-12-07T18:50:09.599Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-07T18:50:09.599Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-07T18:50:10.545Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-07T18:50:10.545Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-07T18:50:10.806Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-07T18:50:12.193Z] Reading package lists... [2020-12-07T18:50:12.454Z] Reading package lists... [2020-12-07T18:50:12.454Z] Building dependency tree... [2020-12-07T18:50:12.454Z] Reading state information... [2020-12-07T18:50:12.716Z] Calculating upgrade... [2020-12-07T18:50:12.979Z] The following packages will be upgraded: [2020-12-07T18:50:12.979Z] advancecomp base-files bash binutils binutils-common [2020-12-07T18:50:12.979Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-07T18:50:12.979Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-07T18:50:12.979Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-07T18:50:12.979Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-07T18:50:12.979Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-07T18:50:12.979Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-07T18:50:12.979Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-07T18:50:12.979Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-07T18:50:12.979Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-07T18:50:12.979Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-07T18:50:12.979Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-07T18:50:12.979Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-07T18:50:12.979Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-07T18:50:12.979Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-07T18:50:12.979Z] Need to get 63.5 MB of archives. [2020-12-07T18:50:12.979Z] After this operation, 5192 kB of additional disk space will be used. [2020-12-07T18:50:12.979Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-07T18:50:12.979Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-07T18:50:13.923Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-07T18:50:13.923Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-07T18:50:13.923Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-07T18:50:13.923Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-07T18:50:13.923Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-07T18:50:13.923Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-07T18:50:13.923Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-07T18:50:13.923Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-07T18:50:13.923Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-07T18:50:13.923Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-07T18:50:13.923Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-07T18:50:13.923Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-07T18:50:13.923Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-07T18:50:13.923Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-07T18:50:13.923Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-07T18:50:13.923Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-07T18:50:13.923Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-07T18:50:13.923Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-07T18:50:13.923Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-07T18:50:13.923Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-07T18:50:13.923Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-07T18:50:14.183Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-07T18:50:14.183Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-07T18:50:14.183Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-07T18:50:14.183Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-07T18:50:14.183Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-07T18:50:14.183Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-07T18:50:14.183Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-07T18:50:14.183Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-07T18:50:14.183Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-07T18:50:14.183Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-07T18:50:14.183Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-07T18:50:14.183Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-07T18:50:14.183Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-07T18:50:14.183Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-07T18:50:14.183Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-07T18:50:14.444Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-07T18:50:14.444Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-07T18:50:14.444Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-07T18:50:14.444Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-07T18:50:14.444Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-07T18:50:14.444Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-07T18:50:14.444Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-07T18:50:14.444Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-07T18:50:14.444Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-07T18:50:14.444Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-07T18:50:14.444Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-07T18:50:14.444Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-07T18:50:14.444Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-07T18:50:14.444Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-07T18:50:14.704Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-07T18:50:14.704Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-07T18:50:14.704Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-07T18:50:14.704Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-07T18:50:14.704Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-07T18:50:14.704Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-07T18:50:14.704Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-07T18:50:14.704Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-07T18:50:14.704Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-07T18:50:14.704Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-07T18:50:14.704Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-07T18:50:14.704Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-07T18:50:14.704Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-07T18:50:14.704Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-07T18:50:14.704Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-07T18:50:14.704Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-07T18:50:14.704Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] [2020-12-07T18:50:14.704Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-07T18:50:14.704Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-07T18:50:14.704Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-07T18:50:14.704Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-07T18:50:14.964Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-07T18:50:14.964Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-07T18:50:14.964Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-07T18:50:14.964Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-07T18:50:14.964Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-07T18:50:14.964Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-07T18:50:14.964Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-07T18:50:14.964Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-07T18:50:15.225Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-07T18:50:15.225Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-07T18:50:15.225Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-07T18:50:15.225Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-07T18:50:15.225Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-07T18:50:15.225Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-07T18:50:15.800Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-07T18:50:16.373Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-07T18:50:16.373Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-07T18:50:16.634Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-07T18:50:16.897Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-07T18:50:16.897Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-07T18:50:16.897Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-07T18:50:16.897Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-07T18:50:16.897Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-07T18:50:16.897Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-07T18:50:17.161Z] Fetched 63.5 MB in 4s (16.1 MB/s) [2020-12-07T18:50:17.161Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:17.161Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T18:50:17.161Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-07T18:50:17.762Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T18:50:18.024Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-07T18:50:18.024Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-07T18:50:18.024Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-07T18:50:18.963Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:18.963Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:18.963Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:18.963Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:18.963Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:19.223Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:19.223Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:19.223Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:19.224Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:19.487Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:19.487Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:19.487Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:19.487Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:19.487Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:19.747Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:19.747Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-07T18:50:19.747Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:19.747Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-07T18:50:20.007Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:20.007Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-07T18:50:20.007Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:20.007Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:20.007Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:20.269Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:20.269Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:20.269Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-07T18:50:20.529Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:20.529Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-07T18:50:20.529Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T18:50:20.789Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-07T18:50:21.361Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-07T18:50:21.361Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-07T18:50:21.361Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-07T18:50:21.361Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-07T18:50:21.361Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-07T18:50:21.621Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-07T18:50:21.622Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-07T18:50:21.882Z] Installing new version of config file /etc/issue ... [2020-12-07T18:50:21.882Z] Installing new version of config file /etc/issue.net ... [2020-12-07T18:50:21.882Z] Installing new version of config file /etc/lsb-release ... [2020-12-07T18:50:21.882Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-07T18:50:22.142Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-07T18:50:22.142Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-07T18:50:22.142Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-07T18:50:22.403Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:22.403Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-07T18:50:22.403Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-07T18:50:22.403Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-07T18:50:22.403Z] 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 [2020-12-07T18:50:22.662Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:22.662Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:22.662Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:22.662Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:22.662Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:22.662Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-07T18:50:22.923Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-07T18:50:22.923Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-07T18:50:22.923Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:22.923Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-07T18:50:23.200Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-07T18:50:23.467Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-07T18:50:23.467Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:23.467Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-07T18:50:23.467Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-07T18:50:23.731Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-07T18:50:23.731Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:23.731Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-07T18:50:23.731Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-07T18:50:24.018Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-07T18:50:24.018Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:24.018Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-07T18:50:24.018Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-07T18:50:24.279Z] Setting up grep (3.1-2build1) ... [2020-12-07T18:50:24.279Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:24.279Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-07T18:50:24.279Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-07T18:50:24.539Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-07T18:50:24.540Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:24.540Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-07T18:50:24.540Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-07T18:50:24.540Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-07T18:50:24.800Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:24.800Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-07T18:50:24.800Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-07T18:50:25.370Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-07T18:50:25.630Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-07T18:50:25.630Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-07T18:50:25.630Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-07T18:50:26.572Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-07T18:50:26.572Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:26.572Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-07T18:50:26.572Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-07T18:50:27.954Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-07T18:50:27.954Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-07T18:50:27.954Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-07T18:50:27.954Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-07T18:50:27.954Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-07T18:50:27.955Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:27.955Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-07T18:50:27.955Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-07T18:50:28.215Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-07T18:50:28.215Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:28.215Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:28.215Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:28.215Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:28.476Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:28.477Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:28.477Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:28.477Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:28.477Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:28.477Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:28.737Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:28.737Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:28.737Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:28.737Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:28.737Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:28.997Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:28.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:28.997Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-07T18:50:28.997Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-07T18:50:28.997Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-07T18:50:28.997Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-07T18:50:29.259Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-07T18:50:29.259Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:29.259Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-07T18:50:29.259Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-07T18:50:29.259Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-07T18:50:29.521Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:29.521Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:29.521Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:29.521Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:29.521Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:29.521Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:29.521Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:29.783Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:29.783Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:29.783Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:29.783Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:30.356Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:30.617Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-07T18:50:30.638Z] Removing intermediate container 95c4ab393c80 [2020-12-07T18:50:30.638Z] ---> ae3765ab16b8 [2020-12-07T18:50:30.638Z] [2020-12-07T18:50:30.638Z] Step 10/21 : FROM scratch [2020-12-07T18:50:30.638Z] ---> [2020-12-07T18:50:30.638Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:50:30.638Z] ---> Using cache [2020-12-07T18:50:30.638Z] ---> 57b21f940acd [2020-12-07T18:50:30.638Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T18:50:30.638Z] ---> Running in 424cff5ba227 [2020-12-07T18:50:30.638Z] Removing intermediate container 424cff5ba227 [2020-12-07T18:50:30.638Z] ---> d2764d3fd04e [2020-12-07T18:50:30.638Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T18:50:30.638Z] ---> Running in 2d7ce8cd364f [2020-12-07T18:50:30.638Z] Removing intermediate container 2d7ce8cd364f [2020-12-07T18:50:30.638Z] ---> f99ab4d89b90 [2020-12-07T18:50:30.638Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T18:50:30.638Z] ---> c5d9ab744727 [2020-12-07T18:50:30.638Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T18:50:30.638Z] ---> 29e794d2b257 [2020-12-07T18:50:30.638Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T18:50:30.638Z] ---> b46185a6c177 [2020-12-07T18:50:30.638Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T18:50:30.638Z] ---> Running in a4bdf3595e4a [2020-12-07T18:50:30.638Z] Removing intermediate container a4bdf3595e4a [2020-12-07T18:50:30.638Z] ---> a1dfd9a81cea [2020-12-07T18:50:30.638Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:50:30.638Z] ---> Running in e59d93727437 [2020-12-07T18:50:30.879Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-07T18:50:31.140Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:31.140Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-07T18:50:31.140Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-07T18:50:31.236Z] Removing intermediate container e59d93727437 [2020-12-07T18:50:31.236Z] ---> f41e14402e50 [2020-12-07T18:50:31.236Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T18:50:31.400Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-07T18:50:31.512Z] ---> Running in 28ee92d2c6fc [2020-12-07T18:50:31.661Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-07T18:50:31.661Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-07T18:50:31.661Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-07T18:50:31.661Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-07T18:50:31.922Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:31.922Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-07T18:50:31.922Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-07T18:50:31.922Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-07T18:50:32.118Z] Removing intermediate container 28ee92d2c6fc [2020-12-07T18:50:32.119Z] ---> b02ef32d2807 [2020-12-07T18:50:32.119Z] Step 20/21 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:50:32.183Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:32.183Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-07T18:50:32.183Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-07T18:50:32.396Z] ---> Running in 3eb9d038e0f9 [2020-12-07T18:50:32.445Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-07T18:50:32.445Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:32.445Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-07T18:50:32.445Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-07T18:50:32.705Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-07T18:50:32.705Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:32.705Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-07T18:50:32.705Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-07T18:50:32.969Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-07T18:50:32.969Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:32.969Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-07T18:50:33.004Z] Removing intermediate container 3eb9d038e0f9 [2020-12-07T18:50:33.004Z] ---> 91f52305c0f3 [2020-12-07T18:50:33.004Z] Step 21/21 : LABEL version=0.0.0 [2020-12-07T18:50:33.231Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-07T18:50:33.231Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-07T18:50:33.231Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-07T18:50:33.231Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-07T18:50:33.282Z] ---> Running in daa47b3d0c75 [2020-12-07T18:50:33.493Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-07T18:50:33.493Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-07T18:50:33.493Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:33.493Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-07T18:50:33.493Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-07T18:50:33.753Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-07T18:50:33.753Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:33.753Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-07T18:50:33.753Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-07T18:50:33.879Z] Removing intermediate container daa47b3d0c75 [2020-12-07T18:50:33.879Z] ---> c397ad9c8e60 [2020-12-07T18:50:33.879Z] [2020-12-07T18:50:34.013Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-07T18:50:34.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:34.274Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-07T18:50:34.274Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-07T18:50:34.274Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-07T18:50:34.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:34.274Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-07T18:50:34.274Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-07T18:50:34.477Z] Successfully built c397ad9c8e60 [2020-12-07T18:50:34.477Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-07T18:50:34.535Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-07T18:50:34.535Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:34.535Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-07T18:50:34.535Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-07T18:50:34.796Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-07T18:50:35.058Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:35.058Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-07T18:50:35.058Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-07T18:50:35.058Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-07T18:50:35.321Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:35.321Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-07T18:50:35.321Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-07T18:50:35.321Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-07T18:50:35.582Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:35.582Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-07T18:50:35.582Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-07T18:50:35.582Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-07T18:50:35.582Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:35.582Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-07T18:50:35.842Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-07T18:50:35.842Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-07T18:50:35.842Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:35.842Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-07T18:50:36.104Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-07T18:50:36.104Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-07T18:50:36.104Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-07T18:50:36.104Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-07T18:50:36.104Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-07T18:50:36.365Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-07T18:50:36.937Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-07T18:50:36.937Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-07T18:50:36.937Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-07T18:50:36.937Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-07T18:50:37.199Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-07T18:50:37.199Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-12-07T18:50:37.199Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-07T18:50:37.459Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-07T18:50:37.459Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-07T18:50:37.725Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-07T18:50:37.725Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-07T18:50:37.725Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-07T18:50:37.725Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-07T18:50:37.985Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-07T18:50:37.985Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-07T18:50:37.985Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-07T18:50:37.985Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-07T18:50:38.246Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-07T18:50:38.246Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-07T18:50:38.246Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-07T18:50:38.246Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-07T18:50:38.507Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-07T18:50:38.507Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-07T18:50:38.507Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-07T18:50:38.507Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-07T18:50:39.451Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-07T18:50:39.451Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-07T18:50:39.712Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-07T18:50:39.712Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-07T18:50:39.712Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T18:50:39.712Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-07T18:50:40.294Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T18:50:40.294Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-07T18:50:40.294Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T18:50:40.294Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-07T18:50:40.556Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-07T18:50:40.556Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-07T18:50:40.556Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:40.556Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:40.818Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:40.818Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:40.818Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:40.818Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:40.818Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:41.079Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:42.088Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:42.088Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:43.083Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:43.083Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:43.698Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:43.698Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:44.274Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:44.274Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:45.213Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-07T18:50:45.213Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-07T18:50:45.213Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T18:50:45.213Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-07T18:50:45.213Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-07T18:50:45.213Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-07T18:50:45.473Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-07T18:50:45.473Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-07T18:50:45.473Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-07T18:50:45.473Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-07T18:50:45.733Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T18:50:45.733Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-07T18:50:45.733Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-07T18:50:45.733Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-07T18:50:46.000Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-07T18:50:46.000Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-07T18:50:46.000Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:46.261Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-07T18:50:46.261Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:46.261Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:46.261Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:46.261Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-07T18:50:46.261Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-07T18:50:46.261Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-07T18:50:46.520Z] [2020-12-07T18:50:46.520Z] Current default time zone: 'Etc/UTC' [2020-12-07T18:50:46.520Z] Local time is now: Mon Dec 7 18:50:46 UTC 2020. [2020-12-07T18:50:46.520Z] Universal Time is now: Mon Dec 7 18:50:46 UTC 2020. [2020-12-07T18:50:46.520Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-07T18:50:46.520Z] [2020-12-07T18:50:46.520Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-07T18:50:46.520Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:46.520Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-07T18:50:46.848Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-07T18:50:46.848Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-07T18:50:46.848Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-07T18:50:46.848Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-07T18:50:46.848Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-07T18:50:46.848Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-07T18:50:47.108Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-07T18:50:47.108Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:47.108Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-07T18:50:47.369Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:47.369Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-07T18:50:47.369Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:47.369Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-07T18:50:47.629Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-07T18:50:47.629Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-07T18:50:47.629Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-07T18:50:47.629Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-07T18:50:47.629Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-07T18:50:47.629Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-07T18:50:47.629Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-07T18:50:49.541Z] Updating certificates in /etc/ssl/certs... [2020-12-07T18:50:50.111Z] 22 added, 17 removed; done. [2020-12-07T18:50:50.111Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-07T18:50:50.378Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-07T18:50:50.378Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-07T18:50:50.378Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-07T18:50:50.378Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-07T18:50:50.378Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.378Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-07T18:50:50.378Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.378Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.638Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.638Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.638Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.638Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-07T18:50:50.638Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-07T18:50:50.638Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-07T18:50:50.638Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-07T18:50:50.898Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-07T18:50:50.898Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.898Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-07T18:50:50.898Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-07T18:50:50.898Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-07T18:50:50.898Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-07T18:50:51.159Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-07T18:50:51.159Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-07T18:50:51.159Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-07T18:50:51.159Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-07T18:50:51.159Z] Updating certificates in /etc/ssl/certs... [2020-12-07T18:50:51.728Z] 0 added, 0 removed; done. [2020-12-07T18:50:51.728Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-07T18:50:51.728Z] done. [2020-12-07T18:50:52.307Z] Reading package lists... [2020-12-07T18:50:52.566Z] Building dependency tree... [2020-12-07T18:50:52.566Z] Reading state information... [2020-12-07T18:50:52.566Z] The following NEW packages will be installed: [2020-12-07T18:50:52.566Z] apt-transport-https [2020-12-07T18:50:52.826Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-07T18:50:52.826Z] Need to get 1692 B of archives. [2020-12-07T18:50:52.826Z] After this operation, 153 kB of additional disk space will be used. [2020-12-07T18:50:52.826Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-07T18:50:53.087Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-07T18:50:53.087Z] Fetched 1692 B in 0s (8461 B/s) [2020-12-07T18:50:53.087Z] Selecting previously unselected package apt-transport-https. [2020-12-07T18:50:53.087Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-07T18:50:53.087Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-07T18:50:53.087Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-07T18:50:53.087Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-07T18:50:53.346Z] Waiting for network to be ready... [2020-12-07T18:50:56.679Z]  Building docker-support-scheduler-go ... done Removing intermediate container 848b368c26f9 [2020-12-07T18:50:56.679Z] ---> 5e3b3a8cdf50 [2020-12-07T18:50:56.679Z] [2020-12-07T18:50:56.679Z] Step 10/22 : FROM scratch [2020-12-07T18:50:56.679Z] ---> [2020-12-07T18:50:56.679Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:50:56.679Z] ---> Using cache [2020-12-07T18:50:56.679Z] ---> 57b21f940acd [2020-12-07T18:50:56.679Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T18:50:56.679Z] ---> Running in 404a15f310a2 [2020-12-07T18:50:56.679Z] Removing intermediate container 404a15f310a2 [2020-12-07T18:50:56.679Z] ---> 11b72fed280b [2020-12-07T18:50:56.679Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T18:50:56.679Z] ---> Running in 0d92de59f874 [2020-12-07T18:50:56.679Z] Removing intermediate container 0d92de59f874 [2020-12-07T18:50:56.679Z] ---> a8fe6662f511 [2020-12-07T18:50:56.679Z] Step 14/22 : WORKDIR / [2020-12-07T18:50:56.679Z] ---> Running in 2bb1ec7602cf [2020-12-07T18:50:56.679Z] Removing intermediate container 2bb1ec7602cf [2020-12-07T18:50:56.679Z] ---> 5ee130ad4511 [2020-12-07T18:50:56.679Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T18:50:57.281Z] ---> 71cded39c4d0 [2020-12-07T18:50:57.281Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T18:50:59.926Z] 2020-12-07T18:50:57Z INFO Waiting for automatic snapd restart... [2020-12-07T18:50:59.926Z] snapd 2.48.1 from Canonical* installed [2020-12-07T18:51:00.677Z] Removing intermediate container 2f2244c24009 [2020-12-07T18:51:00.678Z] ---> 5667dc7179b0 [2020-12-07T18:51:00.678Z] [2020-12-07T18:51:00.678Z] Step 9/29 : FROM alpine:latest [2020-12-07T18:51:00.678Z] ---> 2e77e061c27f [2020-12-07T18:51:00.678Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T18:51:00.678Z] ---> 01edfb6d6f21 [2020-12-07T18:51:00.678Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T18:51:00.678Z] ---> Running in 5c57523d26ea [2020-12-07T18:51:00.867Z] "snapd" switched to the "latest/stable" channel [2020-12-07T18:51:00.867Z] [2020-12-07T18:51:01.280Z] Removing intermediate container 5c57523d26ea [2020-12-07T18:51:01.280Z] ---> 3f0f9de4e8d6 [2020-12-07T18:51:01.280Z] Step 11/29 : USER root [2020-12-07T18:51:01.563Z] ---> Running in f7d4912bdbe6 [2020-12-07T18:51:01.841Z] ---> f59c2ae842d5 [2020-12-07T18:51:01.841Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T18:51:02.121Z] ---> Running in 31cd187e7cdc [2020-12-07T18:51:02.721Z] Removing intermediate container f7d4912bdbe6 [2020-12-07T18:51:02.721Z] ---> fc37a7b1293a [2020-12-07T18:51:02.721Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T18:51:02.721Z] Removing intermediate container 31cd187e7cdc [2020-12-07T18:51:02.721Z] ---> d4fa3d0c634f [2020-12-07T18:51:02.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:51:02.995Z] ---> Running in ac59b70b6bff [2020-12-07T18:51:03.270Z] ---> Running in 98446896461e [2020-12-07T18:51:03.877Z] Removing intermediate container 98446896461e [2020-12-07T18:51:03.877Z] ---> dc5aa9270426 [2020-12-07T18:51:03.877Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T18:51:04.478Z] ---> Running in 02299140b69b [2020-12-07T18:51:05.068Z] core18 20200929 from Canonical* installed [2020-12-07T18:51:05.329Z] "core18" switched to the "latest/stable" channel [2020-12-07T18:51:05.329Z] [2020-12-07T18:51:05.472Z] Removing intermediate container 02299140b69b [2020-12-07T18:51:05.472Z] ---> 01d4f15d80bd [2020-12-07T18:51:05.472Z] Step 21/22 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:51:05.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:05.472Z] ---> Running in f5399e23a018 [2020-12-07T18:51:05.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:06.744Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T18:51:06.744Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T18:51:06.744Z] OK: 12617 distinct packages available [2020-12-07T18:51:06.744Z] Removing intermediate container f5399e23a018 [2020-12-07T18:51:06.744Z] ---> c69bf51bad5b [2020-12-07T18:51:06.744Z] Step 22/22 : LABEL version=0.0.0 [2020-12-07T18:51:07.023Z] ---> Running in 0b5e9162d3cb [2020-12-07T18:51:07.634Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T18:51:07.634Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T18:51:07.634Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:51:07.634Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T18:51:07.911Z] OK: 6 MiB in 16 packages [2020-12-07T18:51:07.911Z] Removing intermediate container 0b5e9162d3cb [2020-12-07T18:51:07.911Z] ---> b9a87b2de894 [2020-12-07T18:51:07.911Z] [2020-12-07T18:51:08.198Z] Removing intermediate container dd6bba8e5f19 [2020-12-07T18:51:08.198Z] ---> 69fad5133b6c [2020-12-07T18:51:08.199Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T18:51:08.475Z] Successfully built b9a87b2de894 [2020-12-07T18:51:08.475Z] ---> Running in 420b34f2c541 [2020-12-07T18:51:08.475Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-07T18:51:11.120Z]  Building docker-core-metadata-go ... done 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 [2020-12-07T18:51:11.120Z] Removing intermediate container ac59b70b6bff [2020-12-07T18:51:11.120Z] ---> e8e6c2a99747 [2020-12-07T18:51:11.120Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T18:51:11.120Z] ---> Running in adbb372ede2f [2020-12-07T18:51:11.910Z] snapcraft 4.4.4 from Canonical* installed [2020-12-07T18:51:11.910Z] "snapcraft" switched to the "latest/stable" channel [2020-12-07T18:51:11.910Z] [2020-12-07T18:51:12.127Z] Removing intermediate container adbb372ede2f [2020-12-07T18:51:12.127Z] ---> ba4dd1f6e3cf [2020-12-07T18:51:12.127Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T18:51:12.127Z] ---> Running in c346e1bbc767 [2020-12-07T18:51:12.739Z] Removing intermediate container c346e1bbc767 [2020-12-07T18:51:12.739Z] ---> 81c207f2030a [2020-12-07T18:51:12.739Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T18:51:13.020Z] ---> Running in 675dc88cb2d1 [2020-12-07T18:51:14.455Z] 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: [2020-12-07T18:51:14.455Z] - README.md [2020-12-07T18:51:14.455Z] - snapcraft.yaml.orig [2020-12-07T18:51:14.455Z] [2020-12-07T18:51:14.455Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-07T18:51:15.643Z] Removing intermediate container 420b34f2c541 [2020-12-07T18:51:15.643Z] ---> 340033b07d49 [2020-12-07T18:51:15.643Z] [2020-12-07T18:51:15.643Z] Step 11/27 : FROM docker:latest [2020-12-07T18:51:15.643Z] ---> 84e3a507c27b [2020-12-07T18:51:15.643Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T18:51:15.643Z] ---> Running in 7aff6242d424 [2020-12-07T18:51:15.915Z] Removing intermediate container 675dc88cb2d1 [2020-12-07T18:51:15.915Z] ---> a3c62412a2bf [2020-12-07T18:51:15.915Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T18:51:16.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:17.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:17.454Z] ---> 19ffb09b9150 [2020-12-07T18:51:17.454Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T18:51:18.058Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T18:51:18.058Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T18:51:18.058Z] Executing bash-5.0.17-r0.post-install [2020-12-07T18:51:18.058Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:51:18.058Z] OK: 12 MiB in 22 packages [2020-12-07T18:51:18.333Z] ---> d1ca587b0067 [2020-12-07T18:51:18.333Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T18:51:19.321Z] ---> 49749e35ac87 [2020-12-07T18:51:19.321Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T18:51:19.606Z] Removing intermediate container 7aff6242d424 [2020-12-07T18:51:19.606Z] ---> c862f5304006 [2020-12-07T18:51:19.606Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T18:51:19.606Z] ---> Running in 9a0af36f775a [2020-12-07T18:51:19.887Z] ---> 6300bed69275 [2020-12-07T18:51:19.887Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T18:51:21.039Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-07T18:51:21.039Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-07T18:51:21.301Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-07T18:51:21.301Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-07T18:51:21.301Z] Fetched 88.7 kB in 0s (213 kB/s) [2020-12-07T18:51:21.334Z] ---> 6ffcd07d5bb7 [2020-12-07T18:51:21.334Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T18:51:21.334Z] ---> Running in 1e30ab6befb3 [2020-12-07T18:51:22.315Z] Removing intermediate container 9a0af36f775a [2020-12-07T18:51:22.315Z] ---> fc380c062b86 [2020-12-07T18:51:22.315Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T18:51:22.599Z] ---> Running in 86ff45d8bc0f [2020-12-07T18:51:22.687Z] Reading package lists... [2020-12-07T18:51:23.213Z] Removing intermediate container 86ff45d8bc0f [2020-12-07T18:51:23.214Z] ---> b43890f0c22e [2020-12-07T18:51:23.214Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T18:51:23.258Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 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 [2020-12-07T18:51:23.499Z] ---> Running in e2c1fa382fdc [2020-12-07T18:51:24.124Z] Removing intermediate container e2c1fa382fdc [2020-12-07T18:51:24.124Z] ---> 542fac410e0d [2020-12-07T18:51:24.124Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T18:51:24.124Z] Removing intermediate container 1e30ab6befb3 [2020-12-07T18:51:24.124Z] ---> 0f397476eb6b [2020-12-07T18:51:24.124Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T18:51:24.124Z] ---> Running in 4098282a22e2 [2020-12-07T18:51:24.723Z] Removing intermediate container 4098282a22e2 [2020-12-07T18:51:24.723Z] ---> 98ce2a7a2a03 [2020-12-07T18:51:24.723Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T18:51:24.998Z] ---> 27cc3877b677 [2020-12-07T18:51:24.998Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T18:51:25.276Z] ---> Running in 64c7f2287889 [2020-12-07T18:51:26.272Z] ---> 97cf97b5b1a2 [2020-12-07T18:51:26.272Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T18:51:26.882Z] ---> afe79c180f87 [2020-12-07T18:51:26.882Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T18:51:28.327Z] Removing intermediate container 64c7f2287889 [2020-12-07T18:51:28.327Z] ---> b6f52b27d6f3 [2020-12-07T18:51:28.327Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T18:51:28.327Z] ---> f10e900f8e28 [2020-12-07T18:51:28.327Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T18:51:28.327Z] ---> Running in 739dc494615e [2020-12-07T18:51:28.327Z] ---> Running in b81edc7602a4 [2020-12-07T18:51:29.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:29.838Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-07T18:51:29.838Z] Reading package lists... [2020-12-07T18:51:29.838Z] Building dependency tree... [2020-12-07T18:51:29.838Z] Reading state information... [2020-12-07T18:51:29.838Z] Suggested packages: [2020-12-07T18:51:29.838Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-07T18:51:29.838Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-07T18:51:29.838Z] Recommended packages: [2020-12-07T18:51:29.838Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-07T18:51:29.838Z] The following NEW packages will be installed: [2020-12-07T18:51:29.838Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-07T18:51:29.838Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-07T18:51:29.838Z] pkg-config zip [2020-12-07T18:51:29.838Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-07T18:51:29.838Z] Need to get 7656 kB of archives. [2020-12-07T18:51:29.838Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-07T18:51:29.838Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-07T18:51:29.838Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-07T18:51:29.838Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-07T18:51:30.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:30.098Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-07T18:51:30.098Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-07T18:51:30.098Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-07T18:51:30.358Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-07T18:51:30.358Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-07T18:51:30.358Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-07T18:51:30.359Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-07T18:51:30.359Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-07T18:51:30.359Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-07T18:51:30.359Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-07T18:51:30.619Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-07T18:51:30.619Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-07T18:51:30.658Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T18:51:30.659Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T18:51:30.659Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T18:51:30.659Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T18:51:30.659Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T18:51:30.659Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T18:51:30.878Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-07T18:51:30.879Z] Fetched 7656 kB in 1s (7028 kB/s) [2020-12-07T18:51:30.879Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-07T18:51:30.879Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-07T18:51:30.879Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-07T18:51:30.879Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-07T18:51:30.933Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T18:51:31.138Z] Selecting previously unselected package libpsl5:amd64. [2020-12-07T18:51:31.138Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-07T18:51:31.138Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-07T18:51:31.399Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-07T18:51:31.399Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-07T18:51:31.399Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-07T18:51:31.399Z] Selecting previously unselected package librtmp1:amd64. [2020-12-07T18:51:31.399Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-07T18:51:31.399Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-07T18:51:31.399Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-07T18:51:31.399Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-07T18:51:31.399Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-07T18:51:31.659Z] Selecting previously unselected package liberror-perl. [2020-12-07T18:51:31.659Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-07T18:51:31.659Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-07T18:51:31.659Z] Selecting previously unselected package git-man. [2020-12-07T18:51:31.659Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-07T18:51:31.659Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-07T18:51:31.659Z] Selecting previously unselected package git. [2020-12-07T18:51:31.659Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-07T18:51:31.920Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-07T18:51:32.380Z] Removing intermediate container 03843b78aaef [2020-12-07T18:51:32.380Z] ---> cabed6d34c40 [2020-12-07T18:51:32.380Z] [2020-12-07T18:51:32.380Z] Step 10/23 : FROM alpine [2020-12-07T18:51:32.380Z] ---> 2e77e061c27f [2020-12-07T18:51:32.380Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T18:51:32.380Z] Removing intermediate container 739dc494615e [2020-12-07T18:51:32.380Z] ---> 89da2b50e18e [2020-12-07T18:51:32.380Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T18:51:32.861Z] Selecting previously unselected package libnorm1:amd64. [2020-12-07T18:51:32.861Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-07T18:51:32.861Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-07T18:51:32.861Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-07T18:51:32.861Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-07T18:51:32.861Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-07T18:51:32.861Z] Selecting previously unselected package libsodium23:amd64. [2020-12-07T18:51:32.861Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-07T18:51:32.861Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-07T18:51:32.861Z] Selecting previously unselected package libzmq5:amd64. [2020-12-07T18:51:32.861Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-07T18:51:32.861Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T18:51:32.980Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T18:51:32.980Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T18:51:32.980Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T18:51:32.980Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T18:51:32.980Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T18:51:32.980Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T18:51:32.980Z] ---> Running in 851267ee41ed [2020-12-07T18:51:32.980Z] ---> Running in d72b1d014d2d [2020-12-07T18:51:32.980Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T18:51:33.121Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-07T18:51:33.121Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-07T18:51:33.121Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T18:51:33.121Z] Selecting previously unselected package pkg-config. [2020-12-07T18:51:33.121Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-07T18:51:33.121Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-07T18:51:33.255Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T18:51:33.255Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T18:51:33.255Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T18:51:33.255Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T18:51:33.255Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T18:51:33.255Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T18:51:33.255Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T18:51:33.255Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T18:51:33.255Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T18:51:33.383Z] Selecting previously unselected package zip. [2020-12-07T18:51:33.383Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-07T18:51:33.383Z] Unpacking zip (3.0-11build1) ... [2020-12-07T18:51:33.383Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-07T18:51:33.383Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-07T18:51:33.383Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-07T18:51:33.383Z] Setting up liberror-perl (0.17025-1) ... [2020-12-07T18:51:33.383Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-07T18:51:33.383Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-07T18:51:33.535Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T18:51:33.535Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T18:51:33.535Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T18:51:33.535Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T18:51:33.535Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T18:51:33.535Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T18:51:33.535Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T18:51:33.535Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T18:51:33.643Z] No schema files found: doing nothing. [2020-12-07T18:51:33.643Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-07T18:51:33.643Z] Setting up zip (3.0-11build1) ... [2020-12-07T18:51:33.643Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-07T18:51:33.643Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-07T18:51:33.643Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-07T18:51:33.643Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T18:51:33.643Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-07T18:51:33.643Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-07T18:51:33.815Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T18:51:33.815Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T18:51:33.815Z] Removing intermediate container 851267ee41ed [2020-12-07T18:51:33.815Z] ---> f2312e618d84 [2020-12-07T18:51:33.815Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T18:51:33.815Z] Removing intermediate container d72b1d014d2d [2020-12-07T18:51:33.815Z] ---> 1140d8553224 [2020-12-07T18:51:33.815Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T18:51:33.815Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:51:33.815Z] OK: 71 MiB in 55 packages [2020-12-07T18:51:33.903Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-07T18:51:33.903Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-07T18:51:34.094Z] ---> Running in 6affbcce4a25 [2020-12-07T18:51:34.094Z] ---> Running in b22eab297c1c [2020-12-07T18:51:34.709Z] Removing intermediate container 6affbcce4a25 [2020-12-07T18:51:34.709Z] ---> 5f1ceeba3d3b [2020-12-07T18:51:34.709Z] Step 27/29 : LABEL arch=arm64 [2020-12-07T18:51:34.709Z] Removing intermediate container b22eab297c1c [2020-12-07T18:51:34.709Z] ---> 53bbb27824bc [2020-12-07T18:51:34.709Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T18:51:34.984Z] ---> Running in 2b52dacf00c5 [2020-12-07T18:51:34.984Z] ---> Running in 57bb17457a04 [2020-12-07T18:51:35.595Z] Removing intermediate container 2b52dacf00c5 [2020-12-07T18:51:35.595Z] ---> c8445ae8dc46 [2020-12-07T18:51:35.595Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T18:51:35.595Z] Removing intermediate container 57bb17457a04 [2020-12-07T18:51:35.595Z] ---> 81f4f43ceb4f [2020-12-07T18:51:35.596Z] Step 28/29 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:51:35.870Z] ---> Running in 102c248e9bc1 [2020-12-07T18:51:35.870Z] ---> Running in 2b19de6ca916 [2020-12-07T18:51:36.861Z] Removing intermediate container 2b19de6ca916 [2020-12-07T18:51:36.861Z] ---> 3709216c6c41 [2020-12-07T18:51:36.861Z] Step 29/29 : LABEL version=0.0.0 [2020-12-07T18:51:37.138Z] ---> Running in 1ed33ecf8d2c [2020-12-07T18:51:37.752Z] Removing intermediate container 1ed33ecf8d2c [2020-12-07T18:51:37.752Z] ---> 7dfdb804d231 [2020-12-07T18:51:37.752Z] [2020-12-07T18:51:38.357Z] Successfully built 7dfdb804d231 [2020-12-07T18:51:38.357Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-07T18:51:38.960Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 102c248e9bc1 [2020-12-07T18:51:38.960Z] ---> 243b339680e1 [2020-12-07T18:51:38.960Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T18:51:38.960Z] ---> Running in 68ff33a954b0 [2020-12-07T18:51:40.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:40.484Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-07T18:51:40.485Z] git set to automatically installed. [2020-12-07T18:51:40.485Z] git-man set to automatically installed. [2020-12-07T18:51:40.485Z] libcurl3-gnutls set to automatically installed. [2020-12-07T18:51:40.485Z] liberror-perl set to automatically installed. [2020-12-07T18:51:40.485Z] libglib2.0-0 set to automatically installed. [2020-12-07T18:51:40.485Z] libnghttp2-14 set to automatically installed. [2020-12-07T18:51:40.485Z] libnorm1 set to automatically installed. [2020-12-07T18:51:40.485Z] libpgm-5.2-0 set to automatically installed. [2020-12-07T18:51:40.485Z] libpsl5 set to automatically installed. [2020-12-07T18:51:40.485Z] librtmp1 set to automatically installed. [2020-12-07T18:51:40.485Z] libsodium23 set to automatically installed. [2020-12-07T18:51:40.485Z] libzmq3-dev set to automatically installed. [2020-12-07T18:51:40.485Z] libzmq5 set to automatically installed. [2020-12-07T18:51:40.485Z] pkg-config set to automatically installed. [2020-12-07T18:51:40.485Z] zip set to automatically installed. [2020-12-07T18:51:40.678Z] Removing intermediate container b81edc7602a4 [2020-12-07T18:51:40.678Z] ---> e9bea3f6e309 [2020-12-07T18:51:40.678Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T18:51:40.952Z] ---> Running in f7eaad6ca946 [2020-12-07T18:51:40.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:51:41.942Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T18:51:41.942Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T18:51:41.942Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T18:51:42.218Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T18:51:42.394Z] snapd is not logged in, snap install commands will use sudo [2020-12-07T18:51:42.493Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T18:51:42.493Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:51:42.493Z] OK: 8 MiB in 19 packages [2020-12-07T18:51:43.960Z] Removing intermediate container 68ff33a954b0 [2020-12-07T18:51:43.960Z] ---> c432796d4c0e [2020-12-07T18:51:43.960Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T18:51:44.561Z] ---> a188ea16c915 [2020-12-07T18:51:44.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T18:51:46.010Z] ---> 2fa9781d7080 [2020-12-07T18:51:46.010Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T18:51:46.284Z] Collecting docker-compose==1.23.2 [2020-12-07T18:51:46.558Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T18:51:46.558Z] ---> 70899d7e2c9e [2020-12-07T18:51:46.558Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T18:51:46.835Z] ---> Running in 93ab84ea6ea2 [2020-12-07T18:51:47.109Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-07T18:51:47.109Z] Removing intermediate container 93ab84ea6ea2 [2020-12-07T18:51:47.109Z] ---> f22fa66b7677 [2020-12-07T18:51:47.109Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:51:47.385Z] ---> Running in e6b9f23e44e7 [2020-12-07T18:51:47.385Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T18:51:47.385Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T18:51:47.996Z] Removing intermediate container e6b9f23e44e7 [2020-12-07T18:51:47.996Z] ---> f01309d4f5d5 [2020-12-07T18:51:47.996Z] Step 21/23 : LABEL arch=arm64 [2020-12-07T18:51:47.996Z] ---> Running in a0558e2e38aa [2020-12-07T18:51:47.996Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T18:51:47.996Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T18:51:48.290Z] Removing intermediate container a0558e2e38aa [2020-12-07T18:51:48.290Z] ---> b11a6c30435c [2020-12-07T18:51:48.290Z] Step 22/23 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:51:48.598Z] ---> Running in bdc404bbe29d [2020-12-07T18:51:48.878Z] Removing intermediate container bdc404bbe29d [2020-12-07T18:51:48.878Z] ---> 79d87d3988d3 [2020-12-07T18:51:48.878Z] Step 23/23 : LABEL version=0.0.0 [2020-12-07T18:51:48.983Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-07T18:51:48.983Z] snap "core18" has no updates available [2020-12-07T18:51:49.152Z] ---> Running in 1a9054954b83 [2020-12-07T18:51:49.437Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T18:51:49.437Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T18:51:49.437Z] Removing intermediate container 1a9054954b83 [2020-12-07T18:51:49.437Z] ---> 3636659abc7f [2020-12-07T18:51:49.437Z] [2020-12-07T18:51:49.555Z] Pulling config-common [2020-12-07T18:51:49.712Z] Successfully built 3636659abc7f [2020-12-07T18:51:49.987Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-07T18:51:50.261Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2020-12-07T18:51:50.261Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T18:51:50.497Z] Pulling go-build-helper [2020-12-07T18:51:53.649Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T18:51:53.649Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T18:51:55.083Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T18:51:55.083Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T18:51:57.052Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T18:51:57.052Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T18:51:57.648Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T18:51:57.648Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T18:51:57.919Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T18:51:57.919Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T18:51:59.889Z] 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) [2020-12-07T18:51:59.889Z] Collecting idna<2.8,>=2.5 [2020-12-07T18:51:59.889Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T18:52:00.483Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T18:52:00.483Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T18:52:00.483Z] 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) [2020-12-07T18:52:00.758Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T18:52:00.758Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T18:52:00.758Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T18:52:00.758Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T18:52:00.758Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T18:52:00.758Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T18:52:01.739Z] Installing collected packages: websocket-client, cached-property, idna, urllib3, requests, PyYAML, texttable, dockerpty, docker-pycreds, docker, jsonschema, docopt, docker-compose [2020-12-07T18:52:02.014Z] Attempting uninstall: idna [2020-12-07T18:52:02.014Z] Found existing installation: idna 2.9 [2020-12-07T18:52:02.014Z] Uninstalling idna-2.9: [2020-12-07T18:52:02.014Z] Successfully uninstalled idna-2.9 [2020-12-07T18:52:02.611Z] Attempting uninstall: urllib3 [2020-12-07T18:52:02.611Z] Found existing installation: urllib3 1.25.9 [2020-12-07T18:52:02.611Z] Uninstalling urllib3-1.25.9: [2020-12-07T18:52:02.884Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T18:52:03.480Z] Attempting uninstall: requests [2020-12-07T18:52:03.480Z] Found existing installation: requests 2.23.0 [2020-12-07T18:52:03.480Z] Uninstalling requests-2.23.0: [2020-12-07T18:52:03.480Z] Successfully uninstalled requests-2.23.0 [2020-12-07T18:52:03.755Z] Running setup.py install for PyYAML: started [2020-12-07T18:52:05.732Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T18:52:05.732Z] Running setup.py install for texttable: started [2020-12-07T18:52:07.711Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T18:52:07.711Z] Running setup.py install for dockerpty: started [2020-12-07T18:52:09.147Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T18:52:10.123Z] Running setup.py install for docopt: started [2020-12-07T18:52:12.102Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T18:52:12.698Z] 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 [2020-12-07T18:52:17.012Z] Removing intermediate container f7eaad6ca946 [2020-12-07T18:52:17.012Z] ---> 07ebf99f341d [2020-12-07T18:52:17.012Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T18:52:17.012Z] ---> Running in 15928328af40 [2020-12-07T18:52:17.179Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-07T18:52:17.179Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-07T18:52:17.179Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-07T18:52:17.179Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-07T18:52:17.179Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-07T18:52:17.179Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-07T18:52:17.179Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-07T18:52:17.179Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-07T18:52:17.179Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] [2020-12-07T18:52:17.179Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-07T18:52:17.179Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-07T18:52:17.179Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-07T18:52:17.179Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-07T18:52:17.179Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-07T18:52:17.179Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-07T18:52:17.179Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-07T18:52:17.179Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-07T18:52:17.179Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-07T18:52:17.179Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-07T18:52:17.179Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-07T18:52:17.179Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-07T18:52:17.179Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-07T18:52:17.179Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-07T18:52:17.179Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-07T18:52:17.179Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-07T18:52:17.179Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] [2020-12-07T18:52:17.179Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-07T18:52:17.179Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-07T18:52:17.179Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-07T18:52:17.179Z] Fetched 279 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-07T18:52:17.179Z] Fetched 122 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-07T18:52:17.179Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-07T18:52:17.179Z] Fetched 8848 B in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-07T18:52:17.179Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-07T18:52:17.179Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-07T18:52:17.179Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-07T18:52:17.179Z] Fetched 214 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-07T18:52:17.179Z] Fetched 155 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-07T18:52:17.179Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-07T18:52:17.179Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-07T18:52:17.179Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-07T18:52:17.179Z] Fetched 499 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-07T18:52:17.179Z] Fetched 111 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-07T18:52:17.179Z] Fetched 240 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-07T18:52:17.179Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-07T18:52:17.179Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-07T18:52:17.179Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-07T18:52:17.179Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-07T18:52:17.179Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-07T18:52:17.179Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-07T18:52:17.179Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-07T18:52:17.179Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-07T18:52:17.179Z] Fetched 8720 B in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-07T18:52:17.179Z] Fetched 137 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-07T18:52:17.179Z] Fetched 119 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-07T18:52:17.179Z] Fetched 109 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-07T18:52:17.179Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-07T18:52:17.179Z] Fetched 645 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-07T18:52:17.179Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-07T18:52:17.179Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-07T18:52:17.179Z] Fetched 368 kB in 0s (0 B/s) [2020-12-07T18:52:17.179Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-07T18:52:17.179Z] Fetched 187 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-07T18:52:17.180Z] Fetched 175 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-07T18:52:17.180Z] Fetched 206 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-12-07T18:52:17.180Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-07T18:52:17.180Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-07T18:52:17.180Z] Fetched 159 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-07T18:52:17.180Z] Fetched 107 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-07T18:52:17.180Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-07T18:52:17.180Z] Pulling static-packages [2020-12-07T18:52:18.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T18:52:18.181Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-07T18:52:18.181Z] Skipping pull go-build-helper (already ran) [2020-12-07T18:52:18.181Z] Skipping pull static-packages (already ran) [2020-12-07T18:52:18.181Z] Building go-build-helper [2020-12-07T18:52:18.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T18:52:18.898Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T18:52:18.898Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T18:52:18.898Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T18:52:18.898Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T18:52:18.898Z] OK: 71 MiB in 58 packages [2020-12-07T18:52:20.345Z] Removing intermediate container 15928328af40 [2020-12-07T18:52:20.345Z] ---> f6c8cd9f540c [2020-12-07T18:52:20.345Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T18:52:20.345Z] ---> Running in c9d96b77c35d [2020-12-07T18:52:21.127Z] Removing intermediate container c9d96b77c35d [2020-12-07T18:52:21.127Z] ---> a165d3db3e85 [2020-12-07T18:52:21.127Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T18:52:21.400Z] ---> Running in 4483648ea220 [2020-12-07T18:52:21.676Z] Removing intermediate container 4483648ea220 [2020-12-07T18:52:21.676Z] ---> 9f2e94847aa1 [2020-12-07T18:52:21.676Z] Step 25/27 : LABEL arch=arm64 [2020-12-07T18:52:21.951Z] ---> Running in 5753640405c5 [2020-12-07T18:52:22.224Z] Removing intermediate container 5753640405c5 [2020-12-07T18:52:22.224Z] ---> d775b73fb20c [2020-12-07T18:52:22.224Z] Step 26/27 : LABEL git_sha=05c74b819efbe47d36e2ce0e241fd573970fd385 [2020-12-07T18:52:22.384Z] Building static-packages [2020-12-07T18:52:22.498Z] ---> Running in ff3f066d0d68 [2020-12-07T18:52:22.773Z] Removing intermediate container ff3f066d0d68 [2020-12-07T18:52:22.773Z] ---> 1963c8247fc5 [2020-12-07T18:52:22.773Z] Step 27/27 : LABEL version=0.0.0 [2020-12-07T18:52:23.047Z] ---> Running in 4e1c1636dde6 [2020-12-07T18:52:23.326Z] Removing intermediate container 4e1c1636dde6 [2020-12-07T18:52:23.326Z] ---> 82bf0839633b [2020-12-07T18:52:23.326Z] [2020-12-07T18:52:23.923Z] Successfully built 82bf0839633b [2020-12-07T18:52:23.923Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-07T18:52:24.215Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-07T18:52:24.235Z] $ docker stop --time=1 cda740b9f3067c428fe66e04f4cdcfc27a36586e4be168a7306837de740bb731 [2020-12-07T18:52:24.294Z] Staging go-build-helper [2020-12-07T18:52:25.677Z] Staging static-packages [2020-12-07T18:52:26.174Z] $ docker rm -f cda740b9f3067c428fe66e04f4cdcfc27a36586e4be168a7306837de740bb731 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T18:52:26.617Z] Pulling go115 [2020-12-07T18:52:26.912Z] + docker images+ [2020-12-07T18:52:26.912Z] grep docker [2020-12-07T18:52:27.182Z] docker-sys-mgmt-agent-go-arm64 latest 82bf0839633b 4 seconds ago 273MB [2020-12-07T18:52:27.182Z] docker-core-data-go-arm64 latest 3636659abc7f 38 seconds ago 22.3MB [2020-12-07T18:52:27.182Z] docker-security-secrets-setup-go-arm64 latest 7dfdb804d231 50 seconds ago 22.7MB [2020-12-07T18:52:27.182Z] docker-core-metadata-go-arm64 latest b9a87b2de894 About a minute ago 13.6MB [2020-12-07T18:52:27.182Z] docker-support-scheduler-go-arm64 latest c397ad9c8e60 About a minute ago 11.5MB [2020-12-07T18:52:27.182Z] docker-support-notifications-go-arm64 latest 7d4f91bbb30c 4 minutes ago 12.9MB [2020-12-07T18:52:27.182Z] docker-security-secretstore-setup-go-arm64 latest 8fe84258832a 4 minutes ago 23.5MB [2020-12-07T18:52:27.182Z] docker-core-command-go-arm64 latest 367345c8f2a1 4 minutes ago 11.4MB [2020-12-07T18:52:27.182Z] docker-security-proxy-setup-go-arm64 latest cff9350464dc 4 minutes ago 23.4MB [2020-12-07T18:52:27.182Z] docker-security-bootstrap-redis-go-arm64 latest ae44869904b2 4 minutes ago 15.2MB [2020-12-07T18:52:27.182Z] docker latest 84e3a507c27b 5 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-12-07T18:52:28.027Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-07T18:52:28.027Z] Skipping pull go115 (already ran) [2020-12-07T18:52:28.027Z] Building go115 [2020-12-07T18:52:28.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T18:52:28.027Z] Dload Upload Total Spent Left Speed [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-07T18:52:30.986Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 235k 0 0 1133k 0 0:01:44 --:--:-- 0:01:44 1127k 32 115M 32 37.7M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 65 115M 65 75.7M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 99 115M 99 114M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M [2020-12-07T18:52:31.929Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-07T18:52:37.220Z] Staging go115 [2020-12-07T18:52:43.800Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-07T18:52:43.800Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-07T18:52:43.800Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-07T18:52:43.800Z] Fetched 0 B in 0s (0 B/s) [2020-12-07T18:52:43.800Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-07T18:52:43.800Z] Fetched 224 kB in 0s (0 B/s) [2020-12-07T18:52:43.800Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-07T18:52:43.800Z] Fetched 157 kB in 0s (0 B/s) [2020-12-07T18:52:43.800Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-07T18:52:43.800Z] Fetched 221 kB in 0s (0 B/s) [2020-12-07T18:52:43.800Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-07T18:52:43.800Z] Fetched 143 kB in 0s (0 B/s) [2020-12-07T18:52:43.800Z] Pulling edgex-go [2020-12-07T18:52:44.745Z] Pulling version [2020-12-07T18:52:45.683Z] Building config-common [2020-12-07T18:52:48.227Z] Skipping build go-build-helper (already ran) [2020-12-07T18:52:48.227Z] Skipping build static-packages (already ran) [2020-12-07T18:52:48.227Z] Skipping build go115 (already ran) [2020-12-07T18:52:48.487Z] Building edgex-go [2020-12-07T18:52:49.431Z] 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 [2020-12-07T18:52:50.372Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-07T18:52:50.373Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-07T18:52:50.373Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-07T18:52:50.373Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-07T18:52:50.373Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-07T18:52:50.373Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-07T18:52:50.373Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-07T18:52:50.373Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-07T18:52:50.646Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-07T18:52:50.646Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-07T18:52:50.646Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-07T18:52:50.646Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-07T18:52:50.646Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-07T18:52:50.646Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-07T18:52:50.646Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-07T18:52:50.646Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-07T18:52:50.646Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-07T18:52:50.646Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-07T18:52:50.646Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-07T18:52:50.646Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-07T18:52:50.646Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-07T18:52:50.646Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-07T18:52:50.646Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-07T18:52:50.646Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-07T18:52:50.646Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-07T18:52:50.646Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-07T18:52:50.909Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-07T18:52:50.909Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-07T18:52:51.171Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-07T18:52:51.171Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-07T18:53:01.175Z] 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 [2020-12-07T18:53:05.403Z] 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 [2020-12-07T18:53:05.989Z] 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 [2020-12-07T18:53:07.398Z] 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 [2020-12-07T18:53:07.658Z] 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 [2020-12-07T18:53:07.658Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-07T18:53:07.919Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-07T18:53:07.919Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-07T18:53:09.318Z] 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 [2020-12-07T18:53:09.318Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-07T18:53:09.318Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-07T18:53:10.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T18:53:11.665Z] 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 [2020-12-07T18:53:11.665Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-07T18:53:12.608Z] 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 [2020-12-07T18:53:12.608Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-07T18:53:13.999Z] 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 [2020-12-07T18:53:14.940Z] 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 [2020-12-07T18:53:15.881Z] 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 [2020-12-07T18:53:18.428Z] Building version [2020-12-07T18:53:20.971Z] Staging config-common [2020-12-07T18:53:21.913Z] Skipping stage go-build-helper (already ran) [2020-12-07T18:53:21.913Z] Skipping stage static-packages (already ran) [2020-12-07T18:53:21.913Z] Skipping stage go115 (already ran) [2020-12-07T18:53:21.913Z] Staging edgex-go [2020-12-07T18:53:23.298Z] Staging version [2020-12-07T18:53:24.239Z] Priming config-common [2020-12-07T18:53:25.623Z] Priming go-build-helper [2020-12-07T18:53:26.564Z] Priming static-packages [2020-12-07T18:53:29.111Z] Priming go115 [2020-12-07T18:53:30.493Z] Priming edgex-go [2020-12-07T18:53:31.879Z] Priming version [2020-12-07T18:53:32.819Z] 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 [2020-12-07T18:53:36.445Z] provisioning config files... [2020-12-07T18:53:36.469Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config9162135654811056083tmp [Pipeline] { [Pipeline] sh [2020-12-07T18:53:36.864Z] + set +x [2020-12-07T18:53:36.864Z] + curl -s https://codecov.io/bash [2020-12-07T18:53:36.864Z] + bash -s -- [2020-12-07T18:53:37.461Z] [2020-12-07T18:53:37.461Z] _____ _ [2020-12-07T18:53:37.461Z] / ____| | | [2020-12-07T18:53:37.461Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T18:53:37.461Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T18:53:37.461Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T18:53:37.461Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T18:53:37.461Z] Bash-20201130-cc6d3fe [2020-12-07T18:53:37.461Z] [2020-12-07T18:53:37.461Z] [2020-12-07T18:53:37.461Z] ==> Jenkins CI detected. [2020-12-07T18:53:37.461Z] project root: . [2020-12-07T18:53:37.461Z] --> token set from env [2020-12-07T18:53:37.461Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T18:53:37.461Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T18:53:37.461Z] ==> Python coveragepy not found [2020-12-07T18:53:37.461Z] ==> Searching for coverage reports in: [2020-12-07T18:53:37.461Z] + . [2020-12-07T18:53:37.461Z] -> Found 1 reports [2020-12-07T18:53:37.461Z] ==> Detecting git/mercurial file structure [2020-12-07T18:53:37.461Z] ==> Reading reports [2020-12-07T18:53:37.730Z] + ./coverage.out bytes=560155 [2020-12-07T18:53:37.730Z] ==> Appending adjustments [2020-12-07T18:53:37.730Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T18:53:43.102Z] + Found adjustments [2020-12-07T18:53:43.102Z] ==> Gzipping contents [2020-12-07T18:53:43.102Z] 88K /tmp/codecov.U1Ez8G.gz [2020-12-07T18:53:43.102Z] ==> Uploading reports [2020-12-07T18:53:43.102Z] url: https://codecov.io [2020-12-07T18:53:43.102Z] query: branch=PR-2898&commit=05c74b819efbe47d36e2ce0e241fd573970fd385&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= [2020-12-07T18:53:43.102Z] -> Pinging Codecov [2020-12-07T18:53:43.102Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2898&commit=05c74b819efbe47d36e2ce0e241fd573970fd385&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= [2020-12-07T18:53:43.369Z] -> Uploading to [2020-12-07T18:53:43.369Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/00271124DB129430A58F1EEE437C3FCB/05c74b819efbe47d36e2ce0e241fd573970fd385/dcec44d0-05d1-4a8e-9dd0-b0a77da694de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T185343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=733a0c454770c6d7569897e6ef6f4b92db6261f14b6be719f887c5301e596812 [2020-12-07T18:53:43.369Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T18:53:43.369Z] Dload Upload Total Spent Left Speed [2020-12-07T18:53:43.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87080 0 0 100 87080 0 148k --:--:-- --:--:-- --:--:-- 148k [2020-12-07T18:53:43.952Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/05c74b819efbe47d36e2ce0e241fd573970fd385 [Pipeline] } [2020-12-07T18:53:43.971Z] 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 [2020-12-07T18:53:46.013Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:53:47.333Z] ---> package-listing.sh [2020-12-07T18:53:47.334Z] ++ facter osfamily [2020-12-07T18:53:47.334Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T18:53:47.602Z] + OS_FAMILY=redhat [2020-12-07T18:53:47.602Z] + workspace=/w/workspace/edgex-go/10 [2020-12-07T18:53:47.602Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T18:53:47.602Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T18:53:47.602Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T18:53:47.602Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T18:53:47.602Z] + '[' /w/workspace/edgex-go/10 ']' [2020-12-07T18:53:47.602Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T18:53:47.602Z] + case "${OS_FAMILY}" in [2020-12-07T18:53:47.602Z] + rpm -qa [2020-12-07T18:53:47.602Z] + sort [2020-12-07T18:53:52.948Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T18:53:52.948Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T18:53:52.948Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T18:53:52.948Z] + '[' /w/workspace/edgex-go/10 ']' [2020-12-07T18:53:52.948Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2020-12-07T18:53:52.948Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2020-12-07T18:53:52.968Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T18:53:53.313Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:53:53.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T18:53:54.222Z] [2020-12-07T18:53:54.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T18:53:54.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T18:53:54.937Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T18:53:54.937Z] df20fa9351a1: Pulling fs layer [2020-12-07T18:53:54.937Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T18:53:54.937Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T18:53:54.937Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T18:53:54.937Z] 93b61091891f: Pulling fs layer [2020-12-07T18:53:54.937Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T18:53:54.937Z] 5e14af77c1be: Pulling fs layer [2020-12-07T18:53:54.937Z] 01666e4c0597: Pulling fs layer [2020-12-07T18:53:54.937Z] aa168da1d23b: Pulling fs layer [2020-12-07T18:53:54.937Z] 46f8f816bc3b: Waiting [2020-12-07T18:53:54.937Z] 93b61091891f: Waiting [2020-12-07T18:53:54.937Z] 93b9cdb0e59b: Waiting [2020-12-07T18:53:54.937Z] 5e14af77c1be: Waiting [2020-12-07T18:53:54.937Z] 01666e4c0597: Waiting [2020-12-07T18:53:54.937Z] aa168da1d23b: Waiting [2020-12-07T18:53:54.937Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T18:53:54.937Z] 36b3adc4ff6f: Download complete [2020-12-07T18:53:54.937Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T18:53:54.937Z] 46f8f816bc3b: Download complete [2020-12-07T18:53:55.205Z] df20fa9351a1: Verifying Checksum [2020-12-07T18:53:55.205Z] df20fa9351a1: Download complete [2020-12-07T18:53:55.205Z] 93b9cdb0e59b: Verifying Checksum [2020-12-07T18:53:55.205Z] 93b9cdb0e59b: Download complete [2020-12-07T18:53:55.205Z] 5e14af77c1be: Verifying Checksum [2020-12-07T18:53:55.205Z] 5e14af77c1be: Download complete [2020-12-07T18:53:55.205Z] 01666e4c0597: Verifying Checksum [2020-12-07T18:53:55.205Z] 01666e4c0597: Download complete [2020-12-07T18:53:55.205Z] 93b61091891f: Verifying Checksum [2020-12-07T18:53:55.205Z] 93b61091891f: Download complete [2020-12-07T18:53:55.811Z] df20fa9351a1: Pull complete [2020-12-07T18:53:56.451Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T18:53:56.451Z] 8ad3a11d3b57: Download complete [2020-12-07T18:53:56.451Z] 36b3adc4ff6f: Pull complete [2020-12-07T18:53:59.117Z] 8ad3a11d3b57: Pull complete [2020-12-07T18:53:59.117Z] 46f8f816bc3b: Pull complete [2020-12-07T18:54:00.137Z] 93b61091891f: Pull complete [2020-12-07T18:54:00.729Z] aa168da1d23b: Verifying Checksum [2020-12-07T18:54:00.729Z] aa168da1d23b: Download complete [2020-12-07T18:54:01.321Z] 93b9cdb0e59b: Pull complete [2020-12-07T18:54:01.935Z] 5e14af77c1be: Pull complete [2020-12-07T18:54:01.935Z] 01666e4c0597: Pull complete [2020-12-07T18:54:14.478Z] aa168da1d23b: Pull complete [2020-12-07T18:54:14.478Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T18:54:14.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T18:54:14.478Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T18:54:15.155Z] prd-centos7-docker-4c-2g-14927 does not seem to be running inside a container [2020-12-07T18:54:15.358Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 [2020-12-07T18:54:19.413Z] $ docker top 496fa40348394d5ea51a8777ec62c5532650418ab512ee6604205c35ea4aa2d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T18:54:20.083Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T18:54:20.462Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T18:54:20.776Z] + ls /var/log/sa-host [2020-12-07T18:54:20.776Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T18:54:20.776Z] file_magic: OK [2020-12-07T18:54:20.776Z] HZ: Using current value: 100 [2020-12-07T18:54:20.776Z] file_header: OK [2020-12-07T18:54:20.776Z] 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 [2020-12-07T18:54:20.776Z] Statistics: [2020-12-07T18:54:20.776Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T18:54:20.776Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T18:54:20.776Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T18:54:20.776Z] file_magic: OK [2020-12-07T18:54:20.776Z] HZ: Using current value: 100 [2020-12-07T18:54:20.776Z] file_header: OK [2020-12-07T18:54:20.776Z] 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 [2020-12-07T18:54:20.776Z] Statistics: [2020-12-07T18:54:20.776Z] Hnuu...uuuununununu... [2020-12-07T18:54:20.776Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T18:54:20.994Z] provisioning config files... [2020-12-07T18:54:21.020Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config5961972043433605392tmp [Pipeline] { [Pipeline] echo [2020-12-07T18:54:21.095Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:54:21.463Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T18:54:21.478Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T18:54:21.585Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:54:21.960Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T18:54:21.990Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:54:22.391Z] ---> sudo-logs.sh [2020-12-07T18:54:22.391Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T18:54:22.408Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:54:22.833Z] ---> job-cost.sh [2020-12-07T18:54:23.098Z] lf-activate-venv: SKIPPING [2020-12-07T18:54:23.098Z] INFO: No Stack... [2020-12-07T18:54:23.692Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T18:54:24.282Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T18:54:24.299Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T18:54:24.947Z] ---> logs-deploy.sh [2020-12-07T18:54:24.947Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/10 [2020-12-07T18:54:24.947Z] INFO: archiving workspace using pattern(s): [2020-12-07T18:54:28.294Z] Archives upload complete. [2020-12-07T18:54:28.294Z] INFO: archiving logs to Nexus