Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c4ac373351ea5959ab24da4a53bf9dc79b98e52+68a8f910767166238b38b7946bcb5bba3869a893 (0c82b384273dbc3805c8ad4b06137774d254d2fc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-17835 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 Merge succeeded, producing 8109a1dab38252af991e68ca473fdeea3b0706f5 Checking out Revision 8109a1dab38252af991e68ca473fdeea3b0706f5 (PR-2970) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8109a1dab38252af991e68ca473fdeea3b0706f5 # timeout=10 Commit message: "Merge commit '68a8f910767166238b38b7946bcb5bba3869a893' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-31T00:30:14.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 [Pipeline] withCredentials [2020-12-31T00:30:15.236Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-31T00:30:15.418Z] ========================================================= [2020-12-31T00:30:15.418Z] EdgeX Global Pipelines Version Info [2020-12-31T00:30:15.418Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:30:17.377Z] ------------------- [2020-12-31T00:30:17.377Z] stable info: [2020-12-31T00:30:17.377Z] ------------------- [2020-12-31T00:30:17.377Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-31T00:30:17.377Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T00:30:17.377Z] Message: update stable to v1.0.173 [2020-12-31T00:30:18.339Z] ------------------- [2020-12-31T00:30:18.339Z] experimental info: [2020-12-31T00:30:18.339Z] ------------------- [2020-12-31T00:30:18.339Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-31T00:30:18.339Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T00:30:18.339Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-31T00:30:18.739Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-31T00:30:18.858Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-31T00:30:18.954Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-31T00:30:19.044Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-31T00:30:19.151Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-31T00:30:19.241Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-31T00:30:19.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-31T00:30:19.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-31T00:30:19.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-31T00:30:19.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-31T00:30:19.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-31T00:30:19.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-31T00:30:20.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-31T00:30:20.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-31T00:30:20.220Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T00:30:20.301Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T00:30:20.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-31T00:30:20.599Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-31T00:30:20.697Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-31T00:30:20.836Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-31T00:30:20.920Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-31T00:30:21.003Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-31T00:30:21.100Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-31T00:30:21.185Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2020-12-31T00:30:21.285Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2020-12-31T00:30:21.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2020-12-31T00:30:21.476Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8109a1dab38252af991e68ca473fdeea3b0706f5 [Pipeline] echo [2020-12-31T00:30:21.606Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8109a1d [Pipeline] echo [2020-12-31T00:30:21.709Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T00:30:21.887Z] provisioning config files... [2020-12-31T00:30:21.957Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4635992778550824045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:30:22.335Z] ---> docker-login.sh [2020-12-31T00:30:22.335Z] nexus3.edgexfoundry.org:10001 [2020-12-31T00:30:22.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:30:22.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:30:22.873Z] Configure a credential helper to remove this warning. See [2020-12-31T00:30:22.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:30:22.873Z] [2020-12-31T00:30:22.873Z] Login Succeeded [2020-12-31T00:30:22.873Z] nexus3.edgexfoundry.org:10002 [2020-12-31T00:30:23.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:30:23.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:30:23.139Z] Configure a credential helper to remove this warning. See [2020-12-31T00:30:23.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:30:23.139Z] [2020-12-31T00:30:23.139Z] Login Succeeded [2020-12-31T00:30:23.139Z] nexus3.edgexfoundry.org:10003 [2020-12-31T00:30:23.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:30:23.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:30:23.406Z] Configure a credential helper to remove this warning. See [2020-12-31T00:30:23.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:30:23.406Z] [2020-12-31T00:30:23.406Z] Login Succeeded [2020-12-31T00:30:23.406Z] nexus3.edgexfoundry.org:10004 [2020-12-31T00:30:23.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:30:23.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:30:23.406Z] Configure a credential helper to remove this warning. See [2020-12-31T00:30:23.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:30:23.406Z] [2020-12-31T00:30:23.406Z] Login Succeeded [2020-12-31T00:30:23.406Z] docker.io [2020-12-31T00:30:23.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:30:23.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:30:23.942Z] Configure a credential helper to remove this warning. See [2020-12-31T00:30:23.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:30:23.942Z] [2020-12-31T00:30:23.942Z] Login Succeeded [2020-12-31T00:30:23.942Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T00:30:23.957Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T00:30:24.516Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/core-command/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/core-data/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-31T00:30:24.516Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T00:30:24.516Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-31T00:30:24.516Z] ++ cut -d/ -f2 [2020-12-31T00:30:24.516Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-31T00:30:24.617Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:30:25.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T00:30:25.538Z] [2020-12-31T00:30:25.538Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:30:25.978Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T00:30:25.978Z] latest: Pulling from edgex-devops/git-semver [2020-12-31T00:30:25.978Z] 31603596830f: Pulling fs layer [2020-12-31T00:30:25.978Z] 2a8b12db71e7: Pulling fs layer [2020-12-31T00:30:25.978Z] 6ca5941a6612: Pulling fs layer [2020-12-31T00:30:25.978Z] ecc8261a40a4: Pulling fs layer [2020-12-31T00:30:25.978Z] ecc8261a40a4: Waiting [2020-12-31T00:30:25.978Z] 2a8b12db71e7: Verifying Checksum [2020-12-31T00:30:25.978Z] 2a8b12db71e7: Download complete [2020-12-31T00:30:26.246Z] 31603596830f: Verifying Checksum [2020-12-31T00:30:26.246Z] 31603596830f: Download complete [2020-12-31T00:30:26.246Z] ecc8261a40a4: Verifying Checksum [2020-12-31T00:30:26.246Z] ecc8261a40a4: Download complete [2020-12-31T00:30:26.246Z] 6ca5941a6612: Verifying Checksum [2020-12-31T00:30:26.246Z] 6ca5941a6612: Download complete [2020-12-31T00:30:26.837Z] 31603596830f: Pull complete [2020-12-31T00:30:27.122Z] 2a8b12db71e7: Pull complete [2020-12-31T00:30:28.160Z] 6ca5941a6612: Pull complete [2020-12-31T00:30:28.433Z] ecc8261a40a4: Pull complete [2020-12-31T00:30:28.433Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-31T00:30:28.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T00:30:28.433Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-31T00:30:28.559Z] prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container [2020-12-31T00:30:28.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:30:31.122Z] $ docker top 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-31T00:30:31.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T00:30:31.448Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T00:30:31.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T00:30:31.823Z] $ docker exec 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent [2020-12-31T00:30:32.059Z] SSH_AUTH_SOCK=/tmp/ssh-wYuG0zJZ8Avw/agent.12 [2020-12-31T00:30:32.059Z] SSH_AGENT_PID=18 [2020-12-31T00:30:32.074Z] Running ssh-add (command line suppressed) [2020-12-31T00:30:32.259Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6081174263653013569.key (/w/workspace/edgex-go/3@tmp/private_key_6081174263653013569.key) [2020-12-31T00:30:32.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T00:30:32.678Z] + git tag --points-at HEAD [Pipeline] } [2020-12-31T00:30:32.703Z] $ docker exec --env ******** --env ******** 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent -k [2020-12-31T00:30:32.875Z] unset SSH_AUTH_SOCK; [2020-12-31T00:30:32.876Z] unset SSH_AGENT_PID; [2020-12-31T00:30:32.876Z] echo Agent pid 18 killed; [2020-12-31T00:30:32.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-31T00:30:33.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T00:30:33.105Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T00:30:33.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T00:30:33.380Z] $ docker exec 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent [2020-12-31T00:30:33.582Z] SSH_AUTH_SOCK=/tmp/ssh-mtXkz5S4zXrE/agent.49 [2020-12-31T00:30:33.582Z] SSH_AGENT_PID=55 [2020-12-31T00:30:33.590Z] Running ssh-add (command line suppressed) [2020-12-31T00:30:33.743Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4934875454363929814.key (/w/workspace/edgex-go/3@tmp/private_key_4934875454363929814.key) [2020-12-31T00:30:33.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T00:30:34.198Z] + git semver init [2020-12-31T00:30:34.198Z] # -> Open(): unable to determine branch for HEAD [2020-12-31T00:30:34.198Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-31T00:30:34.198Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-31T00:30:34.198Z] # $SEMVER_REMOTE_NAME = origin [2020-12-31T00:30:34.198Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-31T00:30:34.198Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-31T00:30:34.198Z] # $SEMVER_BRANCH = PR-2970 [2020-12-31T00:30:34.198Z] # $SEMVER_TEMP = /tmp/semver-545681391 [2020-12-31T00:30:34.198Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-31T00:30:56.380Z] # '/tmp/semver-545681391' -> '/w/workspace/edgex-go/3/.semver' [2020-12-31T00:30:56.969Z] # -> Force: false [2020-12-31T00:30:56.969Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-31T00:30:56.985Z] $ docker exec --env ******** --env ******** 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b ssh-agent -k [2020-12-31T00:30:57.297Z] unset SSH_AUTH_SOCK; [2020-12-31T00:30:57.300Z] unset SSH_AGENT_PID; [2020-12-31T00:30:57.300Z] echo Agent pid 55 killed; [2020-12-31T00:30:57.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T00:30:57.890Z] + git semver [Pipeline] } [2020-12-31T00:30:57.911Z] $ docker stop --time=1 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b [2020-12-31T00:30:59.592Z] $ docker rm -f 6fc43b057d2ab6a258739f0d1cc1daad595e99a56ef78433d93e3bfa97a0db0b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T00:31:00.189Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-31T00:31:00.766Z] Stashed 1 file(s) [Pipeline] echo [2020-12-31T00:31:00.769Z] [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-31T00:31:01.681Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-31T00:31:01.994Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T00:31:02.303Z] + sudo service docker restart [2020-12-31T00:31:02.303Z] + true [2020-12-31T00:31:02.303Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-31T00:31:02.907Z] ========================================================= [2020-12-31T00:31:02.907Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-31T00:31:02.907Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:31:03.259Z] + 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-31T00:31:07.512Z] Sending build context to Docker daemon 326.4MB [2020-12-31T00:31:07.512Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T00:31:07.512Z] Step 2/7 : FROM ${BASE} [2020-12-31T00:31:07.512Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-31T00:31:07.512Z] 188c0c94c7c5: Pulling fs layer [2020-12-31T00:31:07.512Z] 0ef7d3d256c8: Pulling fs layer [2020-12-31T00:31:07.512Z] de9db76c5a1d: Pulling fs layer [2020-12-31T00:31:07.512Z] bca2f99d35d6: Pulling fs layer [2020-12-31T00:31:07.512Z] 93359f2a8cfa: Pulling fs layer [2020-12-31T00:31:07.512Z] 7c6f9722023f: Pulling fs layer [2020-12-31T00:31:07.512Z] a35cf1a2eb13: Pulling fs layer [2020-12-31T00:31:07.512Z] bca2f99d35d6: Waiting [2020-12-31T00:31:07.512Z] 93359f2a8cfa: Waiting [2020-12-31T00:31:07.512Z] 7c6f9722023f: Waiting [2020-12-31T00:31:07.513Z] a35cf1a2eb13: Waiting [2020-12-31T00:31:07.513Z] de9db76c5a1d: Verifying Checksum [2020-12-31T00:31:07.513Z] de9db76c5a1d: Download complete [2020-12-31T00:31:07.513Z] 0ef7d3d256c8: Verifying Checksum [2020-12-31T00:31:07.513Z] 0ef7d3d256c8: Download complete [2020-12-31T00:31:07.513Z] 93359f2a8cfa: Verifying Checksum [2020-12-31T00:31:07.513Z] 93359f2a8cfa: Download complete [2020-12-31T00:31:07.513Z] 7c6f9722023f: Verifying Checksum [2020-12-31T00:31:07.513Z] 7c6f9722023f: Download complete [2020-12-31T00:31:07.513Z] 188c0c94c7c5: Verifying Checksum [2020-12-31T00:31:07.513Z] 188c0c94c7c5: Download complete [2020-12-31T00:31:07.513Z] 188c0c94c7c5: Pull complete [2020-12-31T00:31:08.095Z] 0ef7d3d256c8: Pull complete [2020-12-31T00:31:08.095Z] de9db76c5a1d: Pull complete [2020-12-31T00:31:09.495Z] a35cf1a2eb13: Verifying Checksum [2020-12-31T00:31:09.495Z] a35cf1a2eb13: Download complete [2020-12-31T00:31:10.070Z] bca2f99d35d6: Verifying Checksum [2020-12-31T00:31:10.070Z] bca2f99d35d6: Download complete [2020-12-31T00:31:16.161Z] Still waiting to schedule task [2020-12-31T00:31:16.161Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-17833’ [2020-12-31T00:31:16.743Z] bca2f99d35d6: Pull complete [2020-12-31T00:31:16.743Z] 93359f2a8cfa: Pull complete [2020-12-31T00:31:16.743Z] 7c6f9722023f: Pull complete [2020-12-31T00:31:21.070Z] a35cf1a2eb13: Pull complete [2020-12-31T00:31:21.070Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-31T00:31:21.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-31T00:31:21.070Z] ---> a62c8e92a672 [2020-12-31T00:31:21.070Z] 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-31T00:31:21.373Z] ---> Running in 0fc0712fc087 [2020-12-31T00:31:21.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:31:22.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:31:23.549Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T00:31:23.825Z] (2/12) Installing file (5.38-r0) [2020-12-31T00:31:23.825Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T00:31:23.825Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T00:31:50.527Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T00:31:50.527Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T00:31:50.527Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T00:31:50.527Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T00:31:50.527Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T00:31:50.527Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T00:31:50.527Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T00:31:50.802Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T00:31:51.070Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:31:51.070Z] OK: 233 MiB in 51 packages [2020-12-31T00:31:55.311Z] Removing intermediate container 0fc0712fc087 [2020-12-31T00:31:55.311Z] ---> e3462a1386ff [2020-12-31T00:31:55.311Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T00:31:55.311Z] ---> Running in 1293352ce472 [2020-12-31T00:31:55.311Z] Removing intermediate container 1293352ce472 [2020-12-31T00:31:55.311Z] ---> 16bf47512159 [2020-12-31T00:31:55.311Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T00:31:55.578Z] latest: Pulling from library/docker [2020-12-31T00:31:55.843Z] 801bfaa63ef2: Pulling fs layer [2020-12-31T00:31:55.843Z] 4f7dc993c79e: Pulling fs layer [2020-12-31T00:31:55.843Z] d39d95e4997f: Pulling fs layer [2020-12-31T00:31:55.843Z] 1cda4b703d87: Pulling fs layer [2020-12-31T00:31:55.843Z] 54e5375350ea: Pulling fs layer [2020-12-31T00:31:55.843Z] f08cd1b3bb1b: Pulling fs layer [2020-12-31T00:31:55.843Z] 8e17d04e0c68: Pulling fs layer [2020-12-31T00:31:55.843Z] 1cda4b703d87: Waiting [2020-12-31T00:31:55.843Z] 54e5375350ea: Waiting [2020-12-31T00:31:55.843Z] f08cd1b3bb1b: Waiting [2020-12-31T00:31:55.843Z] 8e17d04e0c68: Waiting [2020-12-31T00:31:55.843Z] 4f7dc993c79e: Verifying Checksum [2020-12-31T00:31:55.843Z] 4f7dc993c79e: Download complete [2020-12-31T00:31:55.843Z] 801bfaa63ef2: Verifying Checksum [2020-12-31T00:31:55.843Z] 801bfaa63ef2: Download complete [2020-12-31T00:31:55.843Z] d39d95e4997f: Verifying Checksum [2020-12-31T00:31:55.843Z] d39d95e4997f: Download complete [2020-12-31T00:31:56.115Z] f08cd1b3bb1b: Verifying Checksum [2020-12-31T00:31:56.115Z] f08cd1b3bb1b: Download complete [2020-12-31T00:31:56.115Z] 54e5375350ea: Verifying Checksum [2020-12-31T00:31:56.115Z] 54e5375350ea: Download complete [2020-12-31T00:31:56.115Z] 801bfaa63ef2: Pull complete [2020-12-31T00:31:56.115Z] 8e17d04e0c68: Verifying Checksum [2020-12-31T00:31:56.115Z] 8e17d04e0c68: Download complete [2020-12-31T00:31:56.700Z] 4f7dc993c79e: Pull complete [2020-12-31T00:31:56.700Z] d39d95e4997f: Pull complete [2020-12-31T00:31:56.966Z] 1cda4b703d87: Verifying Checksum [2020-12-31T00:31:56.966Z] 1cda4b703d87: Download complete [2020-12-31T00:32:00.320Z] 1cda4b703d87: Pull complete [2020-12-31T00:32:00.320Z] 54e5375350ea: Pull complete [2020-12-31T00:32:00.591Z] f08cd1b3bb1b: Pull complete [2020-12-31T00:32:00.591Z] 8e17d04e0c68: Pull complete [2020-12-31T00:32:00.591Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T00:32:00.591Z] Status: Downloaded newer image for docker:latest [2020-12-31T00:32:02.524Z] ---> 0553bd78b3d7 [2020-12-31T00:32:02.524Z] Step 6/7 : COPY go.mod . [2020-12-31T00:32:02.524Z] ---> e2995102ab2f [2020-12-31T00:32:02.524Z] Step 7/7 : RUN go mod download [2020-12-31T00:32:02.524Z] ---> Running in a9cf5e18a869 [2020-12-31T00:32:24.594Z] Removing intermediate container a9cf5e18a869 [2020-12-31T00:32:24.594Z] ---> 9c51b895ed57 [2020-12-31T00:32:24.594Z] Successfully built 9c51b895ed57 [2020-12-31T00:32:24.594Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:32:24.920Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T00:32:24.920Z] . [Pipeline] withDockerContainer [2020-12-31T00:32:25.037Z] prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container [2020-12-31T00:32:25.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:32:25.992Z] $ docker top b28aeda5f1b431e0c55f64a986407b6a0b7e58521193b2f9030c82d96fce9b97 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:32:26.540Z] + go version [2020-12-31T00:32:26.540Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-31T00:32:26.561Z] $ docker stop --time=1 b28aeda5f1b431e0c55f64a986407b6a0b7e58521193b2f9030c82d96fce9b97 [2020-12-31T00:32:27.940Z] $ docker rm -f b28aeda5f1b431e0c55f64a986407b6a0b7e58521193b2f9030c82d96fce9b97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:32:28.972Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T00:32:28.973Z] . [Pipeline] withDockerContainer [2020-12-31T00:32:29.091Z] prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container [2020-12-31T00:32:29.159Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:32:30.052Z] $ docker top 80dd1950f4d5be52f773beffc66dff95ba2fa1a2a4a093c35230e0f71224f465 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T00:32:30.332Z] ========================================================= [2020-12-31T00:32:30.332Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T00:32:30.332Z] ========================================================= [Pipeline] sh [2020-12-31T00:32:30.654Z] + make test [2020-12-31T00:32:30.654Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T00:32:42.989Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T00:32:58.142Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T00:33:06.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T00:33:06.463Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T00:33:06.463Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T00:33:06.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T00:33:09.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2020-12-31T00:33:09.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T00:33:09.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T00:33:09.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T00:33:09.819Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T00:33:09.819Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T00:33:12.432Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T00:33:12.432Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T00:33:12.432Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T00:33:15.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.6% of statements [2020-12-31T00:33:15.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T00:33:15.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T00:33:15.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T00:33:15.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T00:33:15.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T00:33:20.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.0% of statements [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T00:33:20.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T00:33:20.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T00:33:20.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.431s coverage: 74.4% of statements [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T00:33:20.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 83.3% of statements [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T00:33:20.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T00:33:21.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T00:33:21.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T00:33:21.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2020-12-31T00:33:21.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T00:33:22.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2020-12-31T00:33:22.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T00:33:22.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements [2020-12-31T00:33:22.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T00:33:23.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2020-12-31T00:33:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T00:33:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T00:33:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T00:33:23.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T00:33:25.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 93.8% of statements [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T00:33:25.118Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T00:33:25.118Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2020-12-31T00:33:25.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 42.4% of statements [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2020-12-31T00:33:25.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2020-12-31T00:33:25.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.049s coverage: 82.7% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 63.5% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 55.9% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.0% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.763s coverage: 29.1% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T00:33:47.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-31T00:33:47.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements [2020-12-31T00:33:47.343Z] GO111MODULE=on go vet ./... [2020-12-31T00:34:19.720Z] gofmt -l . [2020-12-31T00:34:19.720Z] [ "`gofmt -l .`" = "" ] [2020-12-31T00:34:19.720Z] ./bin/test-go-mod-tidy.sh [2020-12-31T00:34:19.720Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T00:34:21.758Z] + ls -al . [2020-12-31T00:34:21.758Z] total 640 [2020-12-31T00:34:21.758Z] drwxrwxr-x 10 1001 1001 4096 Dec 31 00:34 . [2020-12-31T00:34:21.758Z] drwxr-xr-x 4 root root 28 Dec 31 00:32 .. [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 00:30 .dockerignore [2020-12-31T00:34:21.758Z] drwxrwxr-x 8 1001 1001 179 Dec 31 00:30 .git [2020-12-31T00:34:21.758Z] drwxrwxr-x 3 1001 1001 125 Dec 31 00:30 .github [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 872 Dec 31 00:30 .gitignore [2020-12-31T00:34:21.758Z] drwx------ 3 1001 1001 47 Dec 31 00:30 .semver [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 00:30 .sonarcloud.properties [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 00:30 CONTRIBUTING.md [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 00:30 Dockerfile.build [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 00:30 Jenkinsfile [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 00:30 LICENSE [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 6306 Dec 31 00:30 Makefile [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 00:30 README.md [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 00:30 SECURITY.md [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 00:31 VERSION [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 00:30 ZMQWindows.md [2020-12-31T00:34:21.758Z] drwxrwxr-x 2 1001 1001 117 Dec 31 00:30 bin [2020-12-31T00:34:21.758Z] drwxrwxr-x 15 1001 1001 4096 Dec 31 00:30 cmd [2020-12-31T00:34:21.758Z] -rw-r--r-- 1 root root 542461 Dec 31 00:33 coverage.out [2020-12-31T00:34:21.758Z] -rw-r--r-- 1 root root 1005 Dec 31 00:34 go.mod [2020-12-31T00:34:21.758Z] -rw-r--r-- 1 root root 18892 Dec 31 00:34 go.sum [2020-12-31T00:34:21.758Z] drwxrwxr-x 8 1001 1001 127 Dec 31 00:30 internal [2020-12-31T00:34:21.758Z] drwxrwxr-x 4 1001 1001 26 Dec 31 00:30 openapi [2020-12-31T00:34:21.758Z] drwxrwxr-x 4 1001 1001 71 Dec 31 00:30 snap [2020-12-31T00:34:21.758Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 00:30 version.go [Pipeline] sh [2020-12-31T00:34:22.066Z] + '[' -e coverage.out ] [2020-12-31T00:34:22.066Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T00:34:22.325Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T00:34:22.626Z] + make build [2020-12-31T00:34:22.626Z] 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-31T00:34:26.908Z] 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-31T00:34:27.847Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17846 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2020-12-31T00:34:27.914Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-31T00:34:33.440Z] using credential edgex-jenkins-ssh [2020-12-31T00:34:33.500Z] Cloning the remote Git repository [2020-12-31T00:34:33.559Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T00:34:33.671Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-31T00:34:33.749Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T00:34:33.750Z] > git --version # timeout=10 [2020-12-31T00:34:33.775Z] > git --version # 'git version 2.17.1' [2020-12-31T00:34:33.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T00:34:33.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T00:34:37.076Z] 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-31T00:34:37.672Z] 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-31T00:34:39.617Z] 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-31T00:34:39.890Z] 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-31T00:34:41.858Z] 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-31T00:34:43.795Z] 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-31T00:34:45.237Z] 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-31T00:34:46.654Z] 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-31T00:34:48.617Z] 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-31T00:34:49.581Z] 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-31T00:34:51.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2020-12-31T00:34:53.032Z] $ docker stop --time=1 80dd1950f4d5be52f773beffc66dff95ba2fa1a2a4a093c35230e0f71224f465 [2020-12-31T00:34:53.756Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T00:34:53.774Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T00:34:53.810Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T00:34:53.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T00:34:53.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T00:34:53.859Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T00:34:54.667Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 [2020-12-31T00:34:54.722Z] $ docker rm -f 80dd1950f4d5be52f773beffc66dff95ba2fa1a2a4a093c35230e0f71224f465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-31T00:34:55.508Z] Merge succeeded, producing 49ad6e7579116dae1ccd4816decd305bb0bd43aa [2020-12-31T00:34:55.508Z] Checking out Revision 49ad6e7579116dae1ccd4816decd305bb0bd43aa (PR-2970) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-31T00:34:54.687Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T00:34:54.714Z] > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [2020-12-31T00:34:55.040Z] > git remote # timeout=10 [2020-12-31T00:34:55.062Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T00:34:55.152Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T00:34:55.170Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T00:34:55.480Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T00:34:55.519Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T00:34:55.533Z] > git checkout -f 49ad6e7579116dae1ccd4816decd305bb0bd43aa # timeout=10 [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:34:58.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T00:34:58.687Z] [2020-12-31T00:34:58.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:34:59.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T00:34:59.044Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-31T00:34:59.044Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-31T00:34:59.044Z] ca9280d653b3: Pulling fs layer [2020-12-31T00:34:59.044Z] 7e9c9ca2126c: Pulling fs layer [2020-12-31T00:34:59.310Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-31T00:34:59.310Z] cbdbe7a5bc2a: Download complete [2020-12-31T00:34:59.890Z] Commit message: "Merge commit '68a8f910767166238b38b7946bcb5bba3869a893' into HEAD" [2020-12-31T00:34:59.895Z] cbdbe7a5bc2a: Pull complete [2020-12-31T00:34:59.895Z] ca9280d653b3: Verifying Checksum [2020-12-31T00:34:59.895Z] ca9280d653b3: Download complete [2020-12-31T00:34:59.915Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-31T00:35:01.314Z] ca9280d653b3: Pull complete [2020-12-31T00:35:01.511Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-31T00:34:59.903Z] > git rev-list --no-walk e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 [2020-12-31T00:35:01.941Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T00:35:02.354Z] + true [2020-12-31T00:35:02.354Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T00:35:04.407Z] provisioning config files... [2020-12-31T00:35:04.454Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2178873898663377055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:35:04.868Z] ---> docker-login.sh [2020-12-31T00:35:04.868Z] nexus3.edgexfoundry.org:10001 [2020-12-31T00:35:05.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:35:06.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:35:06.141Z] Configure a credential helper to remove this warning. See [2020-12-31T00:35:06.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:35:06.141Z] [2020-12-31T00:35:06.141Z] Login Succeeded [2020-12-31T00:35:06.141Z] nexus3.edgexfoundry.org:10002 [2020-12-31T00:35:06.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:35:06.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:35:06.691Z] Configure a credential helper to remove this warning. See [2020-12-31T00:35:06.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:35:06.691Z] [2020-12-31T00:35:06.691Z] Login Succeeded [2020-12-31T00:35:06.691Z] nexus3.edgexfoundry.org:10003 [2020-12-31T00:35:06.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:35:07.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:35:07.254Z] Configure a credential helper to remove this warning. See [2020-12-31T00:35:07.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:35:07.254Z] [2020-12-31T00:35:07.254Z] Login Succeeded [2020-12-31T00:35:07.254Z] nexus3.edgexfoundry.org:10004 [2020-12-31T00:35:07.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:35:07.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:35:07.533Z] Configure a credential helper to remove this warning. See [2020-12-31T00:35:07.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:35:07.533Z] [2020-12-31T00:35:07.533Z] Login Succeeded [2020-12-31T00:35:07.533Z] docker.io [2020-12-31T00:35:08.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T00:35:08.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T00:35:08.412Z] Configure a credential helper to remove this warning. See [2020-12-31T00:35:08.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T00:35:08.412Z] [2020-12-31T00:35:08.412Z] Login Succeeded [2020-12-31T00:35:08.412Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T00:35:08.430Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-31T00:35:08.872Z] ========================================================= [2020-12-31T00:35:08.872Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-31T00:35:08.872Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:35:09.292Z] + 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-31T00:35:09.576Z] 7e9c9ca2126c: Pull complete [2020-12-31T00:35:09.577Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-31T00:35:09.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T00:35:09.577Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-31T00:35:09.809Z] prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container [2020-12-31T00:35:09.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:35:11.931Z] Sending build context to Docker daemon 165.6MB [2020-12-31T00:35:11.931Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T00:35:11.931Z] Step 2/7 : FROM ${BASE} [2020-12-31T00:35:11.931Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-31T00:35:11.931Z] 5f621e34cdf4: Pulling fs layer [2020-12-31T00:35:11.931Z] a4357932f1b6: Pulling fs layer [2020-12-31T00:35:11.931Z] 18c013af1878: Pulling fs layer [2020-12-31T00:35:11.931Z] 00ac8860ef70: Pulling fs layer [2020-12-31T00:35:11.931Z] 63d7cb157983: Pulling fs layer [2020-12-31T00:35:11.931Z] b116817d02f9: Pulling fs layer [2020-12-31T00:35:11.931Z] 745a02a5169b: Pulling fs layer [2020-12-31T00:35:11.931Z] b116817d02f9: Waiting [2020-12-31T00:35:11.931Z] 00ac8860ef70: Waiting [2020-12-31T00:35:11.931Z] 745a02a5169b: Waiting [2020-12-31T00:35:11.931Z] 63d7cb157983: Waiting [2020-12-31T00:35:11.931Z] 18c013af1878: Verifying Checksum [2020-12-31T00:35:11.931Z] 18c013af1878: Download complete [2020-12-31T00:35:11.931Z] a4357932f1b6: Verifying Checksum [2020-12-31T00:35:11.931Z] a4357932f1b6: Download complete [2020-12-31T00:35:11.931Z] 63d7cb157983: Download complete [2020-12-31T00:35:11.931Z] 5f621e34cdf4: Verifying Checksum [2020-12-31T00:35:11.931Z] 5f621e34cdf4: Download complete [2020-12-31T00:35:12.301Z] $ docker top fa673e5254d5066583c3016320da2cf203848318ec38aa36de9d183db47b43d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:35:12.532Z] 5f621e34cdf4: Pull complete [2020-12-31T00:35:12.808Z] a4357932f1b6: Pull complete [2020-12-31T00:35:12.836Z] + docker-compose build --help [2020-12-31T00:35:12.836Z] + grep parallel [2020-12-31T00:35:13.084Z] 18c013af1878: Pull complete [2020-12-31T00:35:14.240Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T00:35:14.264Z] $ docker stop --time=1 fa673e5254d5066583c3016320da2cf203848318ec38aa36de9d183db47b43d3 [2020-12-31T00:35:14.518Z] 745a02a5169b: Verifying Checksum [2020-12-31T00:35:14.518Z] 745a02a5169b: Download complete [2020-12-31T00:35:15.793Z] $ docker rm -f fa673e5254d5066583c3016320da2cf203848318ec38aa36de9d183db47b43d3 [2020-12-31T00:35:15.959Z] 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:35:16.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T00:35:16.501Z] . [Pipeline] withDockerContainer [2020-12-31T00:35:16.706Z] prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container [2020-12-31T00:35:16.817Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:35:17.638Z] $ docker top cf44b527b1a043feda1915feeb3ff8d8b3c9a24d9643620e81fbdad30c71c31c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:35:18.170Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T00:35:19.678Z] Building docker-core-command-go ... [2020-12-31T00:35:19.678Z] Building docker-core-data-go ... [2020-12-31T00:35:19.678Z] Building docker-core-metadata-go ... [2020-12-31T00:35:19.678Z] Building docker-security-bootstrapper-go ... [2020-12-31T00:35:19.678Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T00:35:19.678Z] Building docker-security-proxy-setup-go ... [2020-12-31T00:35:19.678Z] Building docker-security-secretstore-setup-go ... [2020-12-31T00:35:19.678Z] Building docker-support-notifications-go ... [2020-12-31T00:35:19.678Z] Building docker-support-scheduler-go ... [2020-12-31T00:35:19.678Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T00:35:19.678Z] Building docker-security-secretstore-setup-go [2020-12-31T00:35:19.678Z] Building docker-security-bootstrapper-go [2020-12-31T00:35:19.678Z] Building docker-core-metadata-go [2020-12-31T00:35:19.678Z] Building docker-security-proxy-setup-go [2020-12-31T00:35:19.678Z] Building docker-security-bootstrap-redis-go [2020-12-31T00:35:26.134Z] 00ac8860ef70: Pull complete [2020-12-31T00:35:26.134Z] 63d7cb157983: Pull complete [2020-12-31T00:35:26.407Z] b116817d02f9: Pull complete [2020-12-31T00:35:29.875Z] 745a02a5169b: Pull complete [2020-12-31T00:35:29.875Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-31T00:35:29.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-31T00:35:29.875Z] ---> b7e6874047d6 [2020-12-31T00:35:29.875Z] 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-31T00:35:33.281Z] ---> Running in 88f856674059 [2020-12-31T00:35:34.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:35:36.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:35:37.571Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T00:35:38.167Z] (2/12) Installing file (5.38-r0) [2020-12-31T00:35:38.167Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T00:35:38.436Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T00:35:50.811Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T00:35:50.812Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T00:35:50.812Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T00:35:50.812Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T00:35:50.812Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T00:35:51.082Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T00:35:51.082Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T00:35:51.356Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T00:35:51.356Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:35:51.356Z] OK: 217 MiB in 51 packages [2020-12-31T00:35:55.647Z] Removing intermediate container 88f856674059 [2020-12-31T00:35:55.647Z] ---> b3e9938b1a86 [2020-12-31T00:35:55.647Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T00:35:55.647Z] ---> Running in 116255fa7651 [2020-12-31T00:35:55.647Z] Removing intermediate container 116255fa7651 [2020-12-31T00:35:55.647Z] ---> e94fbab4ec80 [2020-12-31T00:35:55.647Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T00:35:56.640Z] latest: Pulling from library/docker [2020-12-31T00:35:56.640Z] 159e5727ea61: Pulling fs layer [2020-12-31T00:35:56.640Z] 687389c36290: Pulling fs layer [2020-12-31T00:35:56.640Z] 94e28978939c: Pulling fs layer [2020-12-31T00:35:56.640Z] ea42096754a7: Pulling fs layer [2020-12-31T00:35:56.640Z] bd61cee6920e: Pulling fs layer [2020-12-31T00:35:56.640Z] 87c4ece4675c: Pulling fs layer [2020-12-31T00:35:56.640Z] 90ca8b2ff088: Pulling fs layer [2020-12-31T00:35:56.640Z] ea42096754a7: Waiting [2020-12-31T00:35:56.640Z] bd61cee6920e: Waiting [2020-12-31T00:35:56.640Z] 87c4ece4675c: Waiting [2020-12-31T00:35:56.640Z] 90ca8b2ff088: Waiting [2020-12-31T00:35:56.640Z] 94e28978939c: Verifying Checksum [2020-12-31T00:35:56.640Z] 94e28978939c: Download complete [2020-12-31T00:35:56.925Z] 159e5727ea61: Verifying Checksum [2020-12-31T00:35:56.925Z] 159e5727ea61: Download complete [2020-12-31T00:35:56.925Z] 687389c36290: Verifying Checksum [2020-12-31T00:35:56.925Z] 687389c36290: Download complete [2020-12-31T00:35:56.925Z] bd61cee6920e: Verifying Checksum [2020-12-31T00:35:56.925Z] bd61cee6920e: Download complete [2020-12-31T00:35:56.925Z] 87c4ece4675c: Verifying Checksum [2020-12-31T00:35:56.925Z] 87c4ece4675c: Download complete [2020-12-31T00:35:57.206Z] 90ca8b2ff088: Verifying Checksum [2020-12-31T00:35:57.206Z] 90ca8b2ff088: Download complete [2020-12-31T00:35:57.502Z] 159e5727ea61: Pull complete [2020-12-31T00:35:58.107Z] 687389c36290: Pull complete [2020-12-31T00:35:58.724Z] 94e28978939c: Pull complete [2020-12-31T00:35:58.724Z] ea42096754a7: Verifying Checksum [2020-12-31T00:35:58.724Z] ea42096754a7: Download complete [2020-12-31T00:35:59.047Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:35:59.047Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:35:59.047Z] ---> 9c51b895ed57 [2020-12-31T00:35:59.047Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T00:35:59.047Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-31T00:35:59.047Z] [2020-12-31T00:35:59.047Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:35:59.047Z] ---> 9c51b895ed57 [2020-12-31T00:35:59.047Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T00:35:59.047Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:35:59.047Z] ---> 9c51b895ed57 [2020-12-31T00:35:59.047Z] Step 3/32 : WORKDIR /edgex-go [2020-12-31T00:35:59.047Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:35:59.047Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:35:59.047Z] ---> 9c51b895ed57 [2020-12-31T00:35:59.047Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T00:35:59.047Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:35:59.047Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:35:59.047Z] ---> 9c51b895ed57 [2020-12-31T00:35:59.047Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T00:35:59.047Z] ---> Running in 784894b0656f [2020-12-31T00:35:59.047Z] ---> Running in 9bea37318b58 [2020-12-31T00:35:59.047Z] ---> Running in 4afa5031d77d [2020-12-31T00:35:59.047Z] ---> Running in 9e60d25a01cc [2020-12-31T00:35:59.047Z] ---> Running in 34b644ec8e8c [2020-12-31T00:35:59.047Z] Removing intermediate container 784894b0656f [2020-12-31T00:35:59.047Z] ---> 857e3dcde72c [2020-12-31T00:35:59.047Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:35:59.047Z] Removing intermediate container 4afa5031d77d [2020-12-31T00:35:59.047Z] ---> 6d5f6db67e61 [2020-12-31T00:35:59.047Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:35:59.047Z] Removing intermediate container 34b644ec8e8c [2020-12-31T00:35:59.047Z] ---> 29f22241d153 [2020-12-31T00:35:59.047Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:35:59.047Z] Removing intermediate container 9bea37318b58 [2020-12-31T00:35:59.047Z] ---> 9b141d42dc3b [2020-12-31T00:35:59.047Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:35:59.047Z] Removing intermediate container 9e60d25a01cc [2020-12-31T00:35:59.047Z] ---> fcc7f33f8250 [2020-12-31T00:35:59.047Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:35:59.047Z] ---> Running in 2044e220ae65 [2020-12-31T00:35:59.047Z] ---> Running in b74cbe9c6f2e [2020-12-31T00:35:59.047Z] ---> Running in 46cca3b4af34 [2020-12-31T00:35:59.047Z] ---> Running in 68a47aa51bc1 [2020-12-31T00:35:59.047Z] ---> Running in c76f537c6067 [2020-12-31T00:36:00.030Z] Removing intermediate container 46cca3b4af34 [2020-12-31T00:36:00.030Z] ---> 643cee569010 [2020-12-31T00:36:00.030Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T00:36:00.030Z] Removing intermediate container 2044e220ae65 [2020-12-31T00:36:00.030Z] ---> 7306116954bf [2020-12-31T00:36:00.030Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T00:36:00.292Z] ---> Running in f38a081d09c3 [2020-12-31T00:36:00.292Z] Removing intermediate container b74cbe9c6f2e [2020-12-31T00:36:00.292Z] ---> 9fd6eadc3be1 [2020-12-31T00:36:00.292Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T00:36:00.292Z] ---> Running in c6bb5ae84046 [2020-12-31T00:36:00.555Z] Removing intermediate container 68a47aa51bc1 [2020-12-31T00:36:00.555Z] ---> 0941688fee07 [2020-12-31T00:36:00.555Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T00:36:00.555Z] Removing intermediate container c76f537c6067 [2020-12-31T00:36:00.555Z] ---> b03c45a89253 [2020-12-31T00:36:00.555Z] Step 5/32 : RUN apk add --update --no-cache make git [2020-12-31T00:36:00.555Z] ---> Running in a76da51f382a [2020-12-31T00:36:00.555Z] ---> Running in d4dcbba88df5 [2020-12-31T00:36:00.832Z] ---> Running in de5904738bae [2020-12-31T00:36:01.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:01.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:01.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:01.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:01.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:02.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:02.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:02.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:02.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:02.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:36:03.037Z] ea42096754a7: Pull complete [2020-12-31T00:36:03.038Z] bd61cee6920e: Pull complete [2020-12-31T00:36:03.038Z] 87c4ece4675c: Pull complete [2020-12-31T00:36:03.315Z] 90ca8b2ff088: Pull complete [2020-12-31T00:36:03.315Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T00:36:03.315Z] Status: Downloaded newer image for docker:latest [2020-12-31T00:36:03.340Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:36:03.340Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:36:03.340Z] OK: 12750 distinct packages available [2020-12-31T00:36:03.340Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:36:03.340Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:36:03.340Z] OK: 12750 distinct packages available [2020-12-31T00:36:03.622Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:36:03.622Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:36:03.622Z] OK: 12750 distinct packages available [2020-12-31T00:36:03.622Z] OK: 233 MiB in 51 packages [2020-12-31T00:36:03.622Z] OK: 233 MiB in 51 packages [2020-12-31T00:36:03.909Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:36:03.909Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:36:03.909Z] OK: 12750 distinct packages available [2020-12-31T00:36:03.909Z] OK: 233 MiB in 51 packages [2020-12-31T00:36:03.909Z] OK: 233 MiB in 51 packages [2020-12-31T00:36:04.180Z] OK: 233 MiB in 51 packages [2020-12-31T00:36:04.448Z] Removing intermediate container de5904738bae [2020-12-31T00:36:04.448Z] ---> b904ba0fd83b [2020-12-31T00:36:04.448Z] Step 6/32 : COPY go.mod . [2020-12-31T00:36:04.718Z] Removing intermediate container f38a081d09c3 [2020-12-31T00:36:04.718Z] ---> 1cec009c10eb [2020-12-31T00:36:04.718Z] Step 6/21 : COPY go.mod . [2020-12-31T00:36:04.986Z] ---> 291c926eab29 [2020-12-31T00:36:04.986Z] Step 7/32 : RUN go mod download [2020-12-31T00:36:04.986Z] Removing intermediate container c6bb5ae84046 [2020-12-31T00:36:04.986Z] ---> 59aea49dc069 [2020-12-31T00:36:04.986Z] Step 6/24 : COPY go.mod . [2020-12-31T00:36:05.257Z] ---> Running in 67c6e228e340 [2020-12-31T00:36:05.257Z] Removing intermediate container d4dcbba88df5 [2020-12-31T00:36:05.257Z] ---> 1a506b2e1e75 [2020-12-31T00:36:05.257Z] Step 6/22 : COPY go.mod . [2020-12-31T00:36:05.257Z] ---> 4a66a3310eb7 [2020-12-31T00:36:05.257Z] Step 7/21 : RUN go mod download [2020-12-31T00:36:05.257Z] Removing intermediate container a76da51f382a [2020-12-31T00:36:05.257Z] ---> 2a3a25d99cdd [2020-12-31T00:36:05.257Z] Step 6/22 : COPY go.mod . [2020-12-31T00:36:05.531Z] ---> Running in 9a352accffba [2020-12-31T00:36:05.531Z] ---> 929dbf169c7c [2020-12-31T00:36:05.531Z] Step 7/24 : RUN go mod download [2020-12-31T00:36:05.803Z] ---> 0ab800de3636 [2020-12-31T00:36:05.803Z] Step 7/22 : RUN go mod download [2020-12-31T00:36:05.803Z] ---> Running in fc8c54e02555 [2020-12-31T00:36:05.803Z] ---> b8e6aab20d28 [2020-12-31T00:36:05.803Z] Step 7/22 : RUN go mod download [2020-12-31T00:36:06.391Z] ---> Running in 8c0094f27b0c [2020-12-31T00:36:06.660Z] ---> Running in ea08ab723ffc [2020-12-31T00:36:07.628Z] ---> 0c9befd3be4a [2020-12-31T00:36:07.628Z] Step 6/7 : COPY go.mod . [2020-12-31T00:36:07.628Z] ---> a9f2f857a76a [2020-12-31T00:36:07.628Z] Step 7/7 : RUN go mod download [2020-12-31T00:36:07.904Z] ---> Running in 9ef6c71154b5 [2020-12-31T00:36:08.623Z] Removing intermediate container 9a352accffba [2020-12-31T00:36:08.623Z] ---> a8b166bd01ff [2020-12-31T00:36:08.623Z] Step 8/21 : COPY . . [2020-12-31T00:36:08.623Z] Removing intermediate container 67c6e228e340 [2020-12-31T00:36:08.623Z] ---> 9c747b115fc2 [2020-12-31T00:36:08.623Z] Step 8/32 : COPY . . [2020-12-31T00:36:08.902Z] Removing intermediate container fc8c54e02555 [2020-12-31T00:36:08.902Z] ---> 1b51a490bf17 [2020-12-31T00:36:08.902Z] Step 8/24 : COPY . . [2020-12-31T00:36:12.306Z] Removing intermediate container ea08ab723ffc [2020-12-31T00:36:12.306Z] ---> fe03af1ee53c [2020-12-31T00:36:12.306Z] Step 8/22 : COPY . . [2020-12-31T00:36:12.578Z] Removing intermediate container 8c0094f27b0c [2020-12-31T00:36:12.578Z] ---> 04ad47dfe142 [2020-12-31T00:36:12.578Z] Step 8/22 : COPY . . [2020-12-31T00:36:34.766Z] Removing intermediate container 9ef6c71154b5 [2020-12-31T00:36:34.766Z] ---> 5702ec7bd42f [2020-12-31T00:36:34.766Z] Successfully built 5702ec7bd42f [2020-12-31T00:36:34.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:36:35.112Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T00:36:35.112Z] . [Pipeline] withDockerContainer [2020-12-31T00:36:35.411Z] prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container [2020-12-31T00:36:35.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-31T00:36:37.016Z] $ docker top 6e40acd4c94cc2055f1ad665188cb4c2050bff88e20319ccdd5403923d0f8bfb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:36:38.060Z] + go version [2020-12-31T00:36:38.060Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-31T00:36:38.089Z] $ docker stop --time=1 6e40acd4c94cc2055f1ad665188cb4c2050bff88e20319ccdd5403923d0f8bfb [2020-12-31T00:36:40.024Z] $ docker rm -f 6e40acd4c94cc2055f1ad665188cb4c2050bff88e20319ccdd5403923d0f8bfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:36:41.106Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T00:36:41.106Z] . [Pipeline] withDockerContainer [2020-12-31T00:36:41.373Z] prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container [2020-12-31T00:36:41.455Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-31T00:36:42.860Z] $ docker top f3652dd46e4b37824d58a7156ff19c413c10d4044a5e982d84108d93d69aec36 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T00:36:43.255Z] ========================================================= [2020-12-31T00:36:43.255Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T00:36:43.255Z] ========================================================= [Pipeline] sh [2020-12-31T00:36:43.904Z] + make test [2020-12-31T00:36:43.904Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T00:36:51.550Z] ---> 8845196e6e27 [2020-12-31T00:36:51.550Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T00:36:51.550Z] ---> 71aac64ce2ed [2020-12-31T00:36:51.550Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T00:36:51.550Z] ---> e48ab6a3c0a4 [2020-12-31T00:36:51.550Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T00:36:51.550Z] ---> 6c1e541fffda [2020-12-31T00:36:51.550Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T00:36:51.550Z] ---> aa960131696d [2020-12-31T00:36:51.550Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T00:36:51.550Z] ---> Running in 5b7e0c24b523 [2020-12-31T00:36:51.550Z] ---> Running in 6011b02d9e4b [2020-12-31T00:36:51.550Z] ---> Running in 24f6b837bb68 [2020-12-31T00:36:51.550Z] ---> Running in 4767ef1f142f [2020-12-31T00:36:51.550Z] ---> Running in dd4d9d32b985 [2020-12-31T00:36:51.550Z] 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-31T00:36:51.550Z] 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-31T00:36:51.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2020-12-31T00:36:51.550Z] 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-31T00:36:51.550Z] 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-31T00:37:10.752Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T00:37:23.980Z] 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-31T00:37:23.980Z] 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-31T00:37:23.980Z] 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-31T00:37:25.523Z] Removing intermediate container dd4d9d32b985 [2020-12-31T00:37:25.523Z] ---> 9fe46a2dd401 [2020-12-31T00:37:25.523Z] [2020-12-31T00:37:25.523Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T00:37:25.523Z] 3.10: Pulling from library/alpine [2020-12-31T00:37:26.516Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T00:37:26.516Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T00:37:26.516Z] ---> be4e4bea2c2e [2020-12-31T00:37:26.516Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T00:37:27.156Z] ---> Running in 90794ebda0ec [2020-12-31T00:37:28.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:28.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:28.416Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T00:37:28.416Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T00:37:28.416Z] OK: 10350 distinct packages available [2020-12-31T00:37:28.690Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T00:37:28.690Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T00:37:28.690Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T00:37:28.690Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T00:37:28.690Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T00:37:28.690Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T00:37:28.690Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T00:37:28.960Z] OK: 7 MiB in 19 packages [2020-12-31T00:37:32.296Z] Removing intermediate container 24f6b837bb68 [2020-12-31T00:37:32.296Z] ---> 710e95b707ab [2020-12-31T00:37:32.296Z] [2020-12-31T00:37:32.296Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T00:37:32.296Z] ---> be4e4bea2c2e [2020-12-31T00:37:32.296Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T00:37:32.296Z] Removing intermediate container 6011b02d9e4b [2020-12-31T00:37:32.296Z] ---> f0511c321f15 [2020-12-31T00:37:32.296Z] [2020-12-31T00:37:32.296Z] Step 10/21 : FROM alpine [2020-12-31T00:37:32.296Z] latest: Pulling from library/alpine [2020-12-31T00:37:32.296Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T00:37:32.880Z] Status: Downloaded newer image for alpine:latest [2020-12-31T00:37:32.880Z] ---> 389fef711851 [2020-12-31T00:37:32.880Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T00:37:32.880Z] ---> Running in 0fcf64ff3713 [2020-12-31T00:37:33.481Z] ---> Running in 153a34d7a250 [2020-12-31T00:37:33.753Z] Removing intermediate container 5b7e0c24b523 [2020-12-31T00:37:33.753Z] ---> f02dd1a39bea [2020-12-31T00:37:33.753Z] [2020-12-31T00:37:33.753Z] Step 10/32 : FROM alpine:3.12 [2020-12-31T00:37:33.753Z] 3.12: Pulling from library/alpine [2020-12-31T00:37:33.753Z] Removing intermediate container 90794ebda0ec [2020-12-31T00:37:33.753Z] ---> fc795d9d9207 [2020-12-31T00:37:33.753Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T00:37:33.753Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T00:37:33.753Z] Status: Downloaded newer image for alpine:3.12 [2020-12-31T00:37:33.753Z] ---> 389fef711851 [2020-12-31T00:37:33.753Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2020-12-31T00:37:34.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:34.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:34.985Z] ---> Running in 93d1db232e60 [2020-12-31T00:37:34.985Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T00:37:34.985Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T00:37:34.985Z] OK: 10350 distinct packages available [2020-12-31T00:37:34.985Z] ---> Running in 75053905065f [2020-12-31T00:37:34.985Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T00:37:35.255Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T00:37:35.255Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T00:37:35.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:35.255Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T00:37:35.255Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T00:37:35.255Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T00:37:35.255Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T00:37:35.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:35.543Z] OK: 7 MiB in 19 packages [2020-12-31T00:37:35.810Z] Removing intermediate container 93d1db232e60 [2020-12-31T00:37:35.810Z] ---> 244ed9e2febb [2020-12-31T00:37:35.810Z] Step 13/22 : WORKDIR / [2020-12-31T00:37:35.810Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:37:35.810Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:37:35.810Z] OK: 12745 distinct packages available [2020-12-31T00:37:36.078Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T00:37:36.078Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T00:37:36.078Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T00:37:36.078Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T00:37:36.078Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:37:36.078Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T00:37:36.341Z] OK: 7 MiB in 18 packages [2020-12-31T00:37:36.947Z] ---> Running in 886f7ab0e920 [2020-12-31T00:37:37.224Z] Removing intermediate container 4767ef1f142f [2020-12-31T00:37:37.224Z] ---> 737532771869 [2020-12-31T00:37:37.224Z] [2020-12-31T00:37:37.224Z] Step 10/22 : FROM scratch [2020-12-31T00:37:37.224Z] ---> [2020-12-31T00:37:37.224Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:37:38.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:38.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:37:38.652Z] Removing intermediate container 886f7ab0e920 [2020-12-31T00:37:38.652Z] ---> b5d674449819 [2020-12-31T00:37:38.652Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T00:37:38.652Z] ---> Running in 3e91a74bd012 [2020-12-31T00:37:38.652Z] (1/2) Installing dumb-init (1.2.2-r1) [2020-12-31T00:37:38.652Z] (2/2) Installing openssl (1.1.1i-r0) [2020-12-31T00:37:38.652Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:37:38.652Z] OK: 6 MiB in 16 packages [2020-12-31T00:37:38.940Z] Removing intermediate container 0fcf64ff3713 [2020-12-31T00:37:38.941Z] ---> beb9e5fe4ccb [2020-12-31T00:37:38.941Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T00:37:38.941Z] Removing intermediate container 153a34d7a250 [2020-12-31T00:37:38.941Z] ---> 932e0a324775 [2020-12-31T00:37:38.941Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T00:37:38.941Z] ---> Running in 4b7ccbb5e927 [2020-12-31T00:37:38.941Z] ---> Running in f58979373628 [2020-12-31T00:37:38.941Z] Removing intermediate container 3e91a74bd012 [2020-12-31T00:37:38.941Z] ---> fadef0783d55 [2020-12-31T00:37:38.941Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T00:37:39.215Z] ---> 5081dc55210c [2020-12-31T00:37:39.215Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T00:37:39.215Z] ---> Running in 3b8500d7e6bd [2020-12-31T00:37:39.485Z] Removing intermediate container f58979373628 [2020-12-31T00:37:39.485Z] ---> 09542865d6e9 [2020-12-31T00:37:39.485Z] Step 13/24 : WORKDIR / [2020-12-31T00:37:39.485Z] Removing intermediate container 4b7ccbb5e927 [2020-12-31T00:37:39.485Z] ---> 6adb7c9d9e1d [2020-12-31T00:37:39.485Z] Step 13/21 : WORKDIR /edgex [2020-12-31T00:37:39.485Z] ---> Running in 11dec9e3bf3c [2020-12-31T00:37:39.485Z] Removing intermediate container 3b8500d7e6bd [2020-12-31T00:37:39.485Z] ---> d3621cb4a3dc [2020-12-31T00:37:39.485Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T00:37:39.754Z] ---> Running in 291b2130992d [2020-12-31T00:37:39.754Z] ---> Running in 571c6a835163 [2020-12-31T00:37:39.754Z] Removing intermediate container 75053905065f [2020-12-31T00:37:39.754Z] ---> 7e47d9b5e00f [2020-12-31T00:37:39.754Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2020-12-31T00:37:40.028Z] ---> 051d622adde8 [2020-12-31T00:37:40.028Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T00:37:40.028Z] ---> Running in bf39c2485375 [2020-12-31T00:37:40.028Z] Removing intermediate container 11dec9e3bf3c [2020-12-31T00:37:40.028Z] ---> 081d36261048 [2020-12-31T00:37:40.028Z] 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-31T00:37:40.299Z] Removing intermediate container 571c6a835163 [2020-12-31T00:37:40.299Z] ---> 4277a9684c2b [2020-12-31T00:37:40.299Z] Step 14/22 : WORKDIR / [2020-12-31T00:37:40.299Z] Removing intermediate container 291b2130992d [2020-12-31T00:37:40.299Z] ---> 5bb56760904d [2020-12-31T00:37:40.299Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T00:37:41.251Z] ---> Running in db42e92092cb [2020-12-31T00:37:41.251Z] Removing intermediate container bf39c2485375 [2020-12-31T00:37:41.251Z] ---> 34469a2c68b6 [2020-12-31T00:37:41.251Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2020-12-31T00:37:41.521Z] ---> 734a3591c32c [2020-12-31T00:37:41.521Z] 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-31T00:37:41.521Z] ---> 82d7521cfe8f [2020-12-31T00:37:41.521Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T00:37:41.521Z] ---> 0d1c9eeb3228 [2020-12-31T00:37:41.521Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T00:37:41.521Z] ---> Running in ba728b720005 [2020-12-31T00:37:41.521Z] Removing intermediate container db42e92092cb [2020-12-31T00:37:41.521Z] ---> 00c4c9b2deac [2020-12-31T00:37:41.521Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T00:37:41.791Z] Removing intermediate container ba728b720005 [2020-12-31T00:37:41.791Z] ---> 739152332514 [2020-12-31T00:37:41.791Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2020-12-31T00:37:41.791Z] ---> 71421b29bd19 [2020-12-31T00:37:41.791Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T00:37:42.062Z] ---> 320e4360daaf [2020-12-31T00:37:42.062Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T00:37:42.062Z] ---> Running in 2e37a1de3d14 [2020-12-31T00:37:42.062Z] ---> 26f3358a67f6 [2020-12-31T00:37:42.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T00:37:42.062Z] ---> Running in 9a457fba5807 [2020-12-31T00:37:42.339Z] ---> 0291917e3a9d [2020-12-31T00:37:42.339Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T00:37:42.616Z] ---> a7874b8c8ac2 [2020-12-31T00:37:42.617Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T00:37:43.206Z] ---> 71eb2e5d73aa [2020-12-31T00:37:43.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T00:37:43.206Z] ---> a502ed5121da [2020-12-31T00:37:43.206Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T00:37:43.472Z] Connecting to github.com (140.82.112.3:443) [2020-12-31T00:37:43.472Z]  ---> Running in 8583a172a255 [2020-12-31T00:37:43.472Z] ---> 12fb4a40be14 [2020-12-31T00:37:43.472Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T00:37:43.472Z] ---> 489e51ee6f12 [2020-12-31T00:37:43.472Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T00:37:43.472Z] Removing intermediate container 8583a172a255 [2020-12-31T00:37:43.472Z] ---> 6e574201c1a8 [2020-12-31T00:37:43.472Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T00:37:43.739Z] ---> Running in 3a29cc1129cd [2020-12-31T00:37:43.739Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (54.231.82.154:443) [2020-12-31T00:37:43.739Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2020-12-31T00:37:43.739Z]  ---> Running in 21b617a59c71 [2020-12-31T00:37:44.009Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2020-12-31T00:37:44.009Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2020-12-31T00:37:44.009Z] dockerize [2020-12-31T00:37:44.009Z] Removing intermediate container 3a29cc1129cd [2020-12-31T00:37:44.009Z] ---> 8ed7337bd3bf [2020-12-31T00:37:44.009Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:37:44.009Z] Removing intermediate container 21b617a59c71 [2020-12-31T00:37:44.009Z] ---> b47c9f30c2f7 [2020-12-31T00:37:44.009Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T00:37:44.283Z] ---> 89150a40f6c5 [2020-12-31T00:37:44.283Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T00:37:44.283Z] ---> Running in 2203db8a1993 [2020-12-31T00:37:44.283Z] ---> Running in 4697d1cc4ce5 [2020-12-31T00:37:44.556Z] Removing intermediate container 9a457fba5807 [2020-12-31T00:37:44.556Z] ---> 737603513933 [2020-12-31T00:37:44.556Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T00:37:44.556Z] Removing intermediate container 2203db8a1993 [2020-12-31T00:37:44.556Z] ---> b286a8cd367c [2020-12-31T00:37:44.556Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T00:37:44.824Z] ---> 30535b0d0dd0 [2020-12-31T00:37:44.824Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T00:37:44.824Z] ---> Running in 6b0206fda59d [2020-12-31T00:37:44.824Z] Removing intermediate container 4697d1cc4ce5 [2020-12-31T00:37:44.824Z] ---> 842d481b54a3 [2020-12-31T00:37:44.824Z] Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:37:44.824Z] ---> Running in 49c15d5a5116 [2020-12-31T00:37:45.088Z] ---> Running in 54c7de096513 [2020-12-31T00:37:45.088Z] ---> Running in 5a694f837b23 [2020-12-31T00:37:45.088Z] Removing intermediate container 2e37a1de3d14 [2020-12-31T00:37:45.088Z] ---> 9c1e744b8a8f [2020-12-31T00:37:45.088Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2020-12-31T00:37:45.088Z] Removing intermediate container 6b0206fda59d [2020-12-31T00:37:45.088Z] ---> 5886b164f247 [2020-12-31T00:37:45.088Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T00:37:45.679Z] ---> Running in d63c59e2b51c [2020-12-31T00:37:45.679Z] ---> Running in c924d864f637 [2020-12-31T00:37:45.679Z] Removing intermediate container 49c15d5a5116 [2020-12-31T00:37:45.679Z] ---> ed27ad39c9d0 [2020-12-31T00:37:45.679Z] Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:37:45.953Z] Removing intermediate container 54c7de096513 [2020-12-31T00:37:45.953Z] ---> e03112f002dc [2020-12-31T00:37:45.953Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T00:37:45.953Z] ---> Running in c3b07a75741c [2020-12-31T00:37:45.953Z] ---> Running in a7ce3a80fb17 [2020-12-31T00:37:45.953Z] Removing intermediate container d63c59e2b51c [2020-12-31T00:37:45.953Z] ---> 373163625534 [2020-12-31T00:37:45.953Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2020-12-31T00:37:45.953Z] Removing intermediate container c924d864f637 [2020-12-31T00:37:45.953Z] ---> e8db0dcea9bb [2020-12-31T00:37:45.953Z] Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:37:46.221Z] ---> Running in 9ec5dc631658 [2020-12-31T00:37:46.221Z] ---> Running in f7bb34d9f187 [2020-12-31T00:37:46.221Z] Removing intermediate container c3b07a75741c [2020-12-31T00:37:46.221Z] ---> 3c583a1e52fa [2020-12-31T00:37:46.221Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T00:37:46.221Z] Removing intermediate container a7ce3a80fb17 [2020-12-31T00:37:46.221Z] ---> ba492b93eb0a [2020-12-31T00:37:46.221Z] [2020-12-31T00:37:46.488Z] ---> Running in 861b865b69e2 [2020-12-31T00:37:46.760Z] Removing intermediate container f7bb34d9f187 [2020-12-31T00:37:46.760Z] ---> fef40dd4d6c0 [2020-12-31T00:37:46.760Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T00:37:46.760Z] Removing intermediate container 9ec5dc631658 [2020-12-31T00:37:46.760Z] ---> 0569c3297c0f [2020-12-31T00:37:46.760Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2020-12-31T00:37:47.027Z] Successfully built ba492b93eb0a [2020-12-31T00:37:47.027Z] ---> Running in 52429263bdc1 [2020-12-31T00:37:47.297Z] ---> Running in ef4491b90ec3 [2020-12-31T00:37:47.298Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-31T00:37:47.298Z] Removing intermediate container 861b865b69e2 [2020-12-31T00:37:47.298Z] ---> 48d0f921b6b3 [2020-12-31T00:37:47.298Z] [2020-12-31T00:37:47.298Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-12-31T00:37:47.570Z] Successfully built 48d0f921b6b3 [2020-12-31T00:37:47.570Z] Removing intermediate container 52429263bdc1 [2020-12-31T00:37:47.570Z] ---> 630b99f3a457 [2020-12-31T00:37:47.570Z] [2020-12-31T00:37:47.570Z] Successfully tagged docker-core-metadata-go:latest [2020-12-31T00:37:47.570Z] Building docker-core-command-go [2020-12-31T00:37:47.570Z]  Building docker-core-metadata-go ... done Removing intermediate container 5a694f837b23 [2020-12-31T00:37:47.570Z] ---> a5ae7a0142aa [2020-12-31T00:37:47.570Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T00:37:47.570Z] ---> Running in 01b07c6f8c46 [2020-12-31T00:37:47.841Z] Successfully built 630b99f3a457 [2020-12-31T00:37:47.841Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-31T00:37:47.841Z] Building docker-support-notifications-go [2020-12-31T00:37:47.841Z]  Building docker-security-bootstrap-redis-go ... done Copy dockerize executable [2020-12-31T00:37:48.109Z] Removing intermediate container 01b07c6f8c46 [2020-12-31T00:37:48.109Z] ---> b4264e932a93 [2020-12-31T00:37:48.109Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T00:37:48.109Z] ---> Running in 0f9d850fc1e8 [2020-12-31T00:37:48.400Z] Removing intermediate container 0f9d850fc1e8 [2020-12-31T00:37:48.400Z] ---> 8bacbbe8758a [2020-12-31T00:37:48.400Z] Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:37:48.400Z] ---> Running in 9a626725bc49 [2020-12-31T00:37:48.662Z] Removing intermediate container ef4491b90ec3 [2020-12-31T00:37:48.662Z] ---> 98307f38f831 [2020-12-31T00:37:48.662Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2020-12-31T00:37:48.662Z] Removing intermediate container 9a626725bc49 [2020-12-31T00:37:48.662Z] ---> be290bde1b01 [2020-12-31T00:37:48.662Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T00:37:48.662Z] ---> Running in 4d0e83d3dc22 [2020-12-31T00:37:48.934Z] ---> Running in 7a662a8712f1 [2020-12-31T00:37:49.204Z] Removing intermediate container 4d0e83d3dc22 [2020-12-31T00:37:49.204Z] ---> c47481a633ff [2020-12-31T00:37:49.204Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2020-12-31T00:37:50.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T00:37:50.899Z] Removing intermediate container 7a662a8712f1 [2020-12-31T00:37:50.899Z] ---> 54a2f01473bc [2020-12-31T00:37:50.899Z] [2020-12-31T00:37:51.170Z] Successfully built 54a2f01473bc [2020-12-31T00:37:51.170Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-31T00:37:51.170Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-12-31T00:37:52.131Z] ---> 563b7daaf628 [2020-12-31T00:37:52.131Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2020-12-31T00:37:54.722Z] ---> Running in c626e26c66aa [2020-12-31T00:37:58.061Z] Removing intermediate container c626e26c66aa [2020-12-31T00:37:58.061Z] ---> 68f378a8f18d [2020-12-31T00:37:58.061Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2020-12-31T00:37:58.326Z] ---> 7e2278a4fd88 [2020-12-31T00:37:58.326Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2020-12-31T00:37:58.902Z] ---> 04ef7f9ec1d1 [2020-12-31T00:37:58.902Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2020-12-31T00:38:05.575Z] ---> 9e95ff740f15 [2020-12-31T00:38:05.575Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2020-12-31T00:38:06.997Z] ---> d9986453d9d3 [2020-12-31T00:38:06.997Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2020-12-31T00:38:08.950Z] ---> Running in 4a873cc24465 [2020-12-31T00:38:09.576Z] Removing intermediate container 4a873cc24465 [2020-12-31T00:38:09.576Z] ---> 8e219f50c364 [2020-12-31T00:38:09.576Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2020-12-31T00:38:11.564Z] ---> baa344bf8b30 [2020-12-31T00:38:11.564Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T00:38:12.993Z] ---> Running in 9b44e65a53b1 [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T00:38:13.152Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T00:38:13.427Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T00:38:21.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T00:38:21.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T00:38:21.716Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T00:38:27.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements [2020-12-31T00:38:27.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T00:38:27.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T00:38:27.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T00:38:27.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T00:38:27.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T00:38:27.960Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:38:27.960Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:38:27.960Z] ---> 9c51b895ed57 [2020-12-31T00:38:27.960Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T00:38:28.228Z] ---> Using cache [2020-12-31T00:38:28.228Z] ---> fcc7f33f8250 [2020-12-31T00:38:28.228Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:38:28.228Z] ---> Using cache [2020-12-31T00:38:28.228Z] ---> b03c45a89253 [2020-12-31T00:38:28.228Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T00:38:28.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:38:28.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:38:28.228Z] ---> 9c51b895ed57 [2020-12-31T00:38:28.228Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T00:38:28.228Z] ---> Using cache [2020-12-31T00:38:28.228Z] ---> fcc7f33f8250 [2020-12-31T00:38:28.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:38:28.228Z] ---> Using cache [2020-12-31T00:38:28.228Z] ---> b03c45a89253 [2020-12-31T00:38:28.228Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T00:38:28.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:38:28.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:38:28.809Z] ---> 9c51b895ed57 [2020-12-31T00:38:28.809Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T00:38:28.809Z] ---> Using cache [2020-12-31T00:38:28.809Z] ---> fcc7f33f8250 [2020-12-31T00:38:28.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:38:28.809Z] ---> Using cache [2020-12-31T00:38:28.809Z] ---> b03c45a89253 [2020-12-31T00:38:28.809Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T00:38:31.741Z] ---> Running in bff1b02f0400 [2020-12-31T00:38:31.741Z] ---> Running in 39722eaaf974 [2020-12-31T00:38:31.741Z] ---> Running in f445ee38cbed [2020-12-31T00:38:32.557Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:38:32.557Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:38:32.557Z] ---> 9c51b895ed57 [2020-12-31T00:38:32.557Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T00:38:32.557Z] ---> Using cache [2020-12-31T00:38:32.557Z] ---> fcc7f33f8250 [2020-12-31T00:38:32.557Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:38:32.557Z] ---> Using cache [2020-12-31T00:38:32.557Z] ---> b03c45a89253 [2020-12-31T00:38:32.557Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T00:38:33.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.492s coverage: 27.0% of statements [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T00:38:33.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T00:38:33.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T00:38:33.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.546s coverage: 74.4% of statements [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T00:38:33.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.293s coverage: 83.3% of statements [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T00:38:33.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T00:38:34.095Z] ---> Running in d081b97fbe1d [2020-12-31T00:38:34.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:34.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:34.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:35.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:35.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:35.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:36.192Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:38:36.192Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:38:36.192Z] OK: 12750 distinct packages available [2020-12-31T00:38:36.460Z] OK: 233 MiB in 51 packages [2020-12-31T00:38:36.460Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:38:36.460Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:38:36.460Z] OK: 12750 distinct packages available [2020-12-31T00:38:36.726Z] OK: 233 MiB in 51 packages [2020-12-31T00:38:36.726Z] Removing intermediate container 9b44e65a53b1 [2020-12-31T00:38:36.726Z] ---> a83ad9003c2c [2020-12-31T00:38:36.726Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T00:38:36.726Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:38:36.726Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:38:36.726Z] OK: 12750 distinct packages available [2020-12-31T00:38:36.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:36.999Z] OK: 233 MiB in 51 packages [2020-12-31T00:38:36.999Z] ---> Running in bca3c665bf11 [2020-12-31T00:38:37.594Z] Removing intermediate container bca3c665bf11 [2020-12-31T00:38:37.594Z] ---> d06da06cd55e [2020-12-31T00:38:37.594Z] Step 29/32 : CMD ["install"] [2020-12-31T00:38:37.594Z] Removing intermediate container 39722eaaf974 [2020-12-31T00:38:37.594Z] ---> 7559c355823c [2020-12-31T00:38:37.594Z] Step 6/24 : COPY go.mod . [2020-12-31T00:38:37.861Z] Removing intermediate container bff1b02f0400 [2020-12-31T00:38:37.861Z] ---> 900200032075 [2020-12-31T00:38:37.861Z] Step 6/22 : COPY go.mod . [2020-12-31T00:38:37.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:38:37.861Z] ---> Running in bd34a2143f30 [2020-12-31T00:38:38.127Z] Removing intermediate container f445ee38cbed [2020-12-31T00:38:38.127Z] ---> d963274bae82 [2020-12-31T00:38:38.127Z] Step 6/21 : COPY go.mod . [2020-12-31T00:38:38.127Z] ---> a7cf30cbec20 [2020-12-31T00:38:38.127Z] Step 7/24 : RUN go mod download [2020-12-31T00:38:38.708Z] ---> Running in 2caa54dca963 [2020-12-31T00:38:38.708Z] ---> 44788bc051c2 [2020-12-31T00:38:38.708Z] Step 7/22 : RUN go mod download [2020-12-31T00:38:38.708Z] ---> 0c3b8acfafbd [2020-12-31T00:38:38.708Z] Step 7/21 : RUN go mod download [2020-12-31T00:38:38.996Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:38:38.996Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:38:38.996Z] OK: 12750 distinct packages available [2020-12-31T00:38:38.996Z] Removing intermediate container bd34a2143f30 [2020-12-31T00:38:38.996Z] ---> 3087f726b918 [2020-12-31T00:38:38.996Z] Step 30/32 : LABEL arch=x86_64 [2020-12-31T00:38:38.996Z] ---> Running in 5e9d3cbf8fc9 [2020-12-31T00:38:38.996Z] ---> Running in 452a03d56e1f [2020-12-31T00:38:39.269Z] OK: 233 MiB in 51 packages [2020-12-31T00:38:39.269Z] ---> Running in 08b92f45ad60 [2020-12-31T00:38:39.866Z] Removing intermediate container 08b92f45ad60 [2020-12-31T00:38:39.866Z] ---> 7601e9699b49 [2020-12-31T00:38:39.866Z] Step 31/32 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:38:40.446Z] ---> Running in 83ee750a406b [2020-12-31T00:38:40.719Z] Removing intermediate container d081b97fbe1d [2020-12-31T00:38:40.719Z] ---> a98c5febb8fa [2020-12-31T00:38:40.719Z] Step 6/23 : COPY go.mod . [2020-12-31T00:38:42.138Z] Removing intermediate container 83ee750a406b [2020-12-31T00:38:42.138Z] ---> e8e3259d99bc [2020-12-31T00:38:42.138Z] Step 32/32 : LABEL version=0.0.0 [2020-12-31T00:38:42.138Z] ---> 09700c55cddb [2020-12-31T00:38:42.138Z] Step 7/23 : RUN go mod download [2020-12-31T00:38:42.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.342s coverage: 28.6% of statements [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T00:38:42.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T00:38:42.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T00:38:42.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T00:38:42.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.382s coverage: 97.5% of statements [2020-12-31T00:38:42.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T00:38:42.726Z] ---> Running in 135f0d729565 [2020-12-31T00:38:42.726Z] ---> Running in 2e2ee1ab62f5 [2020-12-31T00:38:43.323Z] Removing intermediate container 5e9d3cbf8fc9 [2020-12-31T00:38:43.323Z] ---> a6015ed35f4c [2020-12-31T00:38:43.323Z] Step 8/22 : COPY . . [2020-12-31T00:38:43.595Z] Removing intermediate container 2e2ee1ab62f5 [2020-12-31T00:38:43.595Z] ---> ee83cde4f22f [2020-12-31T00:38:43.595Z] [2020-12-31T00:38:43.595Z] Removing intermediate container 2caa54dca963 [2020-12-31T00:38:43.595Z] ---> 7c53784da4a3 [2020-12-31T00:38:43.595Z] Step 8/24 : COPY . . [2020-12-31T00:38:43.595Z] Removing intermediate container 452a03d56e1f [2020-12-31T00:38:43.595Z] ---> 786a4ab122a4 [2020-12-31T00:38:43.595Z] Step 8/21 : COPY . . [2020-12-31T00:38:43.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2020-12-31T00:38:43.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T00:38:43.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T00:38:43.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T00:38:43.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T00:38:44.585Z] Successfully built ee83cde4f22f [2020-12-31T00:38:44.585Z] Successfully tagged docker-security-bootstrapper-go:latest [2020-12-31T00:38:44.585Z] Building docker-sys-mgmt-agent-go [2020-12-31T00:38:50.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 93.8% of statements [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T00:38:50.405Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T00:38:50.405Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2020-12-31T00:38:50.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 42.4% of statements [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2020-12-31T00:38:50.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2020-12-31T00:38:50.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2020-12-31T00:38:50.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2020-12-31T00:38:50.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2020-12-31T00:38:50.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2020-12-31T00:38:50.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2020-12-31T00:38:59.711Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 135f0d729565 [2020-12-31T00:38:59.711Z] ---> bd6f01760751 [2020-12-31T00:38:59.711Z] Step 8/23 : COPY . . [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.070s coverage: 82.7% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.498s coverage: 63.5% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.740s coverage: 55.9% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.311s coverage: 37.0% of statements [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T00:39:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.482s coverage: 84.0% of statements [2020-12-31T00:39:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2020-12-31T00:39:14.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T00:39:14.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T00:39:14.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2020-12-31T00:39:14.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.750s coverage: 29.1% of statements [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T00:39:22.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 32.1% of statements [2020-12-31T00:39:22.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-31T00:39:22.919Z] GO111MODULE=on go vet ./... [2020-12-31T00:39:27.220Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:39:27.220Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:39:27.220Z] ---> 9c51b895ed57 [2020-12-31T00:39:27.220Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T00:39:27.220Z] ---> Using cache [2020-12-31T00:39:27.220Z] ---> fcc7f33f8250 [2020-12-31T00:39:27.220Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:39:27.220Z] ---> Using cache [2020-12-31T00:39:27.220Z] ---> b03c45a89253 [2020-12-31T00:39:27.220Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T00:39:27.220Z] ---> Running in f15a9667879d [2020-12-31T00:39:29.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:39:30.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:39:31.213Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:39:31.213Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:39:31.213Z] OK: 12750 distinct packages available [2020-12-31T00:39:31.480Z] OK: 233 MiB in 51 packages [2020-12-31T00:39:34.835Z] ---> e6d93d3db6e1 [2020-12-31T00:39:34.835Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T00:39:35.784Z] ---> 417186ae0846 [2020-12-31T00:39:35.784Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T00:39:36.049Z] ---> Running in c74118220694 [2020-12-31T00:39:36.049Z] Removing intermediate container f15a9667879d [2020-12-31T00:39:36.049Z] ---> 2de6528ecfd7 [2020-12-31T00:39:36.049Z] Step 6/27 : COPY go.mod . [2020-12-31T00:39:36.322Z] ---> 267b4511e551 [2020-12-31T00:39:36.322Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T00:39:36.322Z] ---> Running in 1d13c7d5db0e [2020-12-31T00:39:36.589Z] ---> a42919b14888 [2020-12-31T00:39:36.589Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T00:39:36.589Z] ---> Running in b174683e461b [2020-12-31T00:39:36.853Z] ---> Running in fc4858379975 [2020-12-31T00:39:36.853Z] ---> 719ecc69192e [2020-12-31T00:39:36.853Z] Step 7/27 : RUN go mod download [2020-12-31T00:39:37.130Z] ---> Running in 2135d783435d [2020-12-31T00:39:37.130Z] 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-31T00:39:37.406Z] 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-31T00:39:37.999Z] 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-31T00:39:37.999Z] 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-31T00:39:39.965Z] Removing intermediate container 2135d783435d [2020-12-31T00:39:39.965Z] ---> adbb408ed695 [2020-12-31T00:39:39.965Z] Step 8/27 : COPY . . [2020-12-31T00:40:19.171Z] ---> e5a863b6d356 [2020-12-31T00:40:19.171Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T00:40:19.171Z] ---> Running in 1c2178552632 [2020-12-31T00:40:19.171Z] 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-31T00:40:27.738Z] Removing intermediate container c74118220694 [2020-12-31T00:40:27.738Z] ---> 886508383047 [2020-12-31T00:40:27.738Z] [2020-12-31T00:40:27.738Z] Step 10/24 : FROM scratch [2020-12-31T00:40:27.738Z] ---> [2020-12-31T00:40:27.738Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T00:40:27.738Z] Removing intermediate container b174683e461b [2020-12-31T00:40:27.738Z] ---> 60030fc5494d [2020-12-31T00:40:27.738Z] [2020-12-31T00:40:27.738Z] Step 10/22 : FROM scratch [2020-12-31T00:40:27.738Z] ---> [2020-12-31T00:40:27.738Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:40:27.738Z] Removing intermediate container 1d13c7d5db0e [2020-12-31T00:40:27.738Z] ---> 182324d5e201 [2020-12-31T00:40:27.738Z] [2020-12-31T00:40:27.738Z] Step 10/21 : FROM scratch [2020-12-31T00:40:27.738Z] ---> [2020-12-31T00:40:27.738Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:40:27.738Z] ---> Using cache [2020-12-31T00:40:27.738Z] ---> fadef0783d55 [2020-12-31T00:40:27.738Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T00:40:27.738Z] ---> Using cache [2020-12-31T00:40:27.738Z] ---> fadef0783d55 [2020-12-31T00:40:27.738Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T00:40:28.016Z] ---> Running in b3874bdc638a [2020-12-31T00:40:28.016Z] ---> Running in 804bd8a828ca [2020-12-31T00:40:28.016Z] ---> Running in 526b83df0b8f [2020-12-31T00:40:29.011Z] Removing intermediate container b3874bdc638a [2020-12-31T00:40:29.011Z] ---> f4740d33c0fd [2020-12-31T00:40:29.011Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T00:40:29.011Z] Removing intermediate container 804bd8a828ca [2020-12-31T00:40:29.011Z] ---> 209cc71231f3 [2020-12-31T00:40:29.011Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T00:40:29.283Z] Removing intermediate container 526b83df0b8f [2020-12-31T00:40:29.283Z] ---> d57478e8dae7 [2020-12-31T00:40:29.283Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T00:40:29.283Z] ---> Running in e240126116d7 [2020-12-31T00:40:29.283Z] ---> Running in ccb274e0156b [2020-12-31T00:40:29.579Z] ---> Running in 056e00d17c85 [2020-12-31T00:40:30.173Z] Removing intermediate container e240126116d7 [2020-12-31T00:40:30.173Z] ---> cb8a05afd1a9 [2020-12-31T00:40:30.173Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T00:40:30.173Z] Removing intermediate container ccb274e0156b [2020-12-31T00:40:30.173Z] ---> 89644bc6ee34 [2020-12-31T00:40:30.173Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T00:40:30.770Z] ---> Running in dd5480ee9d25 [2020-12-31T00:40:30.770Z] Removing intermediate container 056e00d17c85 [2020-12-31T00:40:30.770Z] ---> 0c79803e9694 [2020-12-31T00:40:30.770Z] Step 14/22 : WORKDIR / [2020-12-31T00:40:30.942Z] gofmt -l . [2020-12-31T00:40:31.062Z] ---> 14a7ba794d2b [2020-12-31T00:40:31.063Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T00:40:31.063Z] ---> Running in a09b96f6f080 [2020-12-31T00:40:31.374Z] Removing intermediate container dd5480ee9d25 [2020-12-31T00:40:31.374Z] ---> 7b5503a92d02 [2020-12-31T00:40:31.374Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T00:40:31.374Z] Removing intermediate container fc4858379975 [2020-12-31T00:40:31.374Z] ---> 66a5567f2a5c [2020-12-31T00:40:31.374Z] [2020-12-31T00:40:31.374Z] Step 10/23 : FROM alpine [2020-12-31T00:40:31.374Z] ---> 389fef711851 [2020-12-31T00:40:31.374Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:40:32.011Z] ---> Running in b1b5dfa078f4 [2020-12-31T00:40:32.011Z] Removing intermediate container a09b96f6f080 [2020-12-31T00:40:32.011Z] ---> 4153e5fa5fcf [2020-12-31T00:40:32.011Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T00:40:32.012Z] ---> b417b7c2e2d2 [2020-12-31T00:40:32.012Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T00:40:32.012Z] ---> 235462071e22 [2020-12-31T00:40:32.012Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T00:40:32.293Z] Removing intermediate container b1b5dfa078f4 [2020-12-31T00:40:32.293Z] ---> 0f6890d1b529 [2020-12-31T00:40:32.293Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T00:40:32.562Z] ---> Running in be2397e649d6 [2020-12-31T00:40:33.530Z] ---> c12f6d8f5d80 [2020-12-31T00:40:33.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T00:40:33.559Z] [ "`gofmt -l .`" = "" ] [2020-12-31T00:40:33.813Z] ---> 4c4b09801f47 [2020-12-31T00:40:33.814Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T00:40:34.449Z] Removing intermediate container be2397e649d6 [2020-12-31T00:40:34.449Z] ---> 2ae02c30e384 [2020-12-31T00:40:34.449Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T00:40:34.449Z] ---> Running in 883b305c409c [2020-12-31T00:40:34.449Z] ---> 05117024f82b [2020-12-31T00:40:34.449Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T00:40:34.717Z] ---> Running in d9c07a17fd17 [2020-12-31T00:40:34.717Z] ---> 2a975d63897f [2020-12-31T00:40:34.717Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T00:40:36.176Z] ./bin/test-go-mod-tidy.sh [2020-12-31T00:40:37.176Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T00:40:42.178Z] + ls -al . [2020-12-31T00:40:42.178Z] total 668 [2020-12-31T00:40:42.178Z] drwxrwxr-x 9 1001 1001 4096 Dec 31 00:40 . [2020-12-31T00:40:42.178Z] drwxr-xr-x 4 root root 4096 Dec 31 00:36 .. [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 00:34 .dockerignore [2020-12-31T00:40:42.178Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 00:34 .git [2020-12-31T00:40:42.178Z] drwxrwxr-x 3 1001 1001 4096 Dec 31 00:34 .github [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 872 Dec 31 00:34 .gitignore [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 00:34 .sonarcloud.properties [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 00:34 CONTRIBUTING.md [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 00:34 Dockerfile.build [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 00:34 Jenkinsfile [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 00:34 LICENSE [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 6306 Dec 31 00:34 Makefile [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 00:34 README.md [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 00:34 SECURITY.md [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 00:31 VERSION [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 00:34 ZMQWindows.md [2020-12-31T00:40:42.178Z] drwxrwxr-x 2 1001 1001 4096 Dec 31 00:34 bin [2020-12-31T00:40:42.178Z] drwxrwxr-x 15 1001 1001 4096 Dec 31 00:34 cmd [2020-12-31T00:40:42.178Z] -rw-r--r-- 1 root root 542461 Dec 31 00:39 coverage.out [2020-12-31T00:40:42.178Z] -rw-r--r-- 1 root root 1005 Dec 31 00:40 go.mod [2020-12-31T00:40:42.178Z] -rw-r--r-- 1 root root 18892 Dec 31 00:40 go.sum [2020-12-31T00:40:42.178Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 00:34 internal [2020-12-31T00:40:42.178Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 00:34 openapi [2020-12-31T00:40:42.178Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 00:34 snap [2020-12-31T00:40:42.178Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 00:34 version.go [Pipeline] sh [2020-12-31T00:40:42.842Z] + '[' -e coverage.out ] [2020-12-31T00:40:42.842Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T00:40:42.909Z] Warning: overwriting stash ‘coverage-report’ [2020-12-31T00:40:42.915Z] Removing intermediate container 883b305c409c [2020-12-31T00:40:42.915Z] ---> 7430c747eab1 [2020-12-31T00:40:42.915Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:40:42.915Z] ---> d240a737ba9b [2020-12-31T00:40:42.915Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T00:40:42.915Z] Removing intermediate container d9c07a17fd17 [2020-12-31T00:40:42.915Z] ---> ad4e7c063416 [2020-12-31T00:40:42.915Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:40:42.915Z] ---> 193bea3f3bc5 [2020-12-31T00:40:42.915Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T00:40:42.915Z] ---> Running in a8e0963f46bd [2020-12-31T00:40:42.915Z] ---> Running in 8bb17239b6d1 [2020-12-31T00:40:42.915Z] ---> Running in 9af428fa2b8b [2020-12-31T00:40:44.248Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T00:40:44.318Z] Removing intermediate container a8e0963f46bd [2020-12-31T00:40:44.318Z] ---> 3eb8740e930b [2020-12-31T00:40:44.318Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T00:40:44.318Z] Removing intermediate container 8bb17239b6d1 [2020-12-31T00:40:44.318Z] ---> 8ff9f3881987 [2020-12-31T00:40:44.318Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:40:44.318Z] ---> 71143c04d274 [2020-12-31T00:40:44.318Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T00:40:44.318Z] ---> Running in c0f98c78a428 [2020-12-31T00:40:44.318Z] ---> Running in 360dab98392b [2020-12-31T00:40:44.318Z] Removing intermediate container 1c2178552632 [2020-12-31T00:40:44.318Z] ---> 04805cb1dc4b [2020-12-31T00:40:44.318Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T00:40:44.581Z] ---> Running in 513d9e0085d0 [2020-12-31T00:40:44.581Z] Removing intermediate container c0f98c78a428 [2020-12-31T00:40:44.581Z] ---> aafb06a867e2 [2020-12-31T00:40:44.581Z] Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:40:44.846Z] Removing intermediate container 360dab98392b [2020-12-31T00:40:44.846Z] ---> ca013dc6fe39 [2020-12-31T00:40:44.846Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T00:40:44.846Z] ---> Running in 52444ef02ace [2020-12-31T00:40:44.951Z] + make build [2020-12-31T00:40:44.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-31T00:40:45.111Z] ---> eda7162ce4b1 [2020-12-31T00:40:45.111Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T00:40:45.111Z] ---> Running in 12ceded0f76c [2020-12-31T00:40:45.111Z] Removing intermediate container 9af428fa2b8b [2020-12-31T00:40:45.111Z] ---> ef7f3429780f [2020-12-31T00:40:45.111Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T00:40:45.111Z] Removing intermediate container 52444ef02ace [2020-12-31T00:40:45.111Z] ---> 0f83c1c0dac4 [2020-12-31T00:40:45.111Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T00:40:46.404Z] 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-31T00:40:46.404Z] ---> Running in 76598c66c437 [2020-12-31T00:40:46.404Z] ---> Running in 6ce77f05fe97 [2020-12-31T00:40:46.404Z] Removing intermediate container 12ceded0f76c [2020-12-31T00:40:46.404Z] ---> 382c3ad17496 [2020-12-31T00:40:46.404Z] Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:40:46.404Z] ---> 5f5dee721e97 [2020-12-31T00:40:46.404Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T00:40:46.404Z] ---> Running in 72d7ce9e91c3 [2020-12-31T00:40:46.404Z] ---> Running in 37df3a569760 [2020-12-31T00:40:46.404Z] Removing intermediate container 6ce77f05fe97 [2020-12-31T00:40:46.404Z] ---> 137b5c044f8c [2020-12-31T00:40:46.404Z] [2020-12-31T00:40:46.404Z] Removing intermediate container 72d7ce9e91c3 [2020-12-31T00:40:46.404Z] ---> f130107c5971 [2020-12-31T00:40:46.404Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T00:40:46.404Z] Removing intermediate container 37df3a569760 [2020-12-31T00:40:46.404Z] ---> 943a5265ba0f [2020-12-31T00:40:46.404Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:40:46.404Z] Successfully built 137b5c044f8c [2020-12-31T00:40:46.404Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-31T00:40:46.404Z]  Building docker-support-scheduler-go ... done  ---> Running in 39c699abcb97 [2020-12-31T00:40:46.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:40:46.404Z] ---> Running in 0274f0be916a [2020-12-31T00:40:46.671Z] Removing intermediate container 39c699abcb97 [2020-12-31T00:40:46.671Z] ---> f775593806ec [2020-12-31T00:40:46.671Z] [2020-12-31T00:40:47.251Z] Removing intermediate container 0274f0be916a [2020-12-31T00:40:47.251Z] ---> 7a3b179616ed [2020-12-31T00:40:47.251Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T00:40:47.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:40:47.251Z] Successfully built f775593806ec [2020-12-31T00:40:47.251Z] Successfully tagged docker-core-command-go:latest [2020-12-31T00:40:47.251Z]  Building docker-core-command-go ... done  ---> Running in 2034e682e612 [2020-12-31T00:40:47.517Z] Removing intermediate container 513d9e0085d0 [2020-12-31T00:40:47.517Z] ---> 09b8d711021b [2020-12-31T00:40:47.517Z] [2020-12-31T00:40:47.517Z] Step 11/27 : FROM docker:latest [2020-12-31T00:40:47.517Z] ---> 0040bc98e531 [2020-12-31T00:40:47.517Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T00:40:47.517Z] ---> Running in 3c4c932ef00f [2020-12-31T00:40:47.517Z] Removing intermediate container 2034e682e612 [2020-12-31T00:40:47.517Z] ---> 4c05d41a8581 [2020-12-31T00:40:47.517Z] Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:40:47.786Z] ---> Running in 39eb94f543fd [2020-12-31T00:40:47.786Z] Removing intermediate container 39eb94f543fd [2020-12-31T00:40:47.786Z] ---> c048e8d1067a [2020-12-31T00:40:47.786Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T00:40:48.051Z] ---> Running in dd49ab968102 [2020-12-31T00:40:48.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:40:48.051Z] Removing intermediate container dd49ab968102 [2020-12-31T00:40:48.051Z] ---> 6d158e0ce82f [2020-12-31T00:40:48.051Z] [2020-12-31T00:40:48.051Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T00:40:48.326Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T00:40:48.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:40:48.326Z] Successfully built 6d158e0ce82f [2020-12-31T00:40:48.326Z] Successfully tagged docker-support-notifications-go:latest [2020-12-31T00:40:48.326Z]  Building docker-support-notifications-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T00:40:48.592Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T00:40:48.592Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T00:40:48.592Z] Executing bash-5.0.17-r0.post-install [2020-12-31T00:40:48.592Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:40:48.592Z] OK: 12 MiB in 22 packages [2020-12-31T00:40:48.592Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T00:40:48.865Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T00:40:48.865Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:40:48.865Z] OK: 8 MiB in 19 packages [2020-12-31T00:40:49.445Z] Removing intermediate container 3c4c932ef00f [2020-12-31T00:40:49.445Z] ---> 7292575026d2 [2020-12-31T00:40:49.445Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T00:40:49.445Z] ---> Running in 16e2dfdb80c7 [2020-12-31T00:40:49.709Z] Removing intermediate container 76598c66c437 [2020-12-31T00:40:49.709Z] ---> a344accb5883 [2020-12-31T00:40:49.709Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T00:40:49.973Z] ---> 93f801d7d94f [2020-12-31T00:40:49.973Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T00:40:50.557Z] Removing intermediate container 16e2dfdb80c7 [2020-12-31T00:40:50.557Z] ---> 09115f840aa9 [2020-12-31T00:40:50.557Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T00:40:50.557Z] ---> Running in 15f086163b57 [2020-12-31T00:40:50.828Z] ---> 28fd70467082 [2020-12-31T00:40:50.828Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T00:40:50.828Z] Removing intermediate container 15f086163b57 [2020-12-31T00:40:50.828Z] ---> ab4b70b7dca6 [2020-12-31T00:40:50.828Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T00:40:50.829Z] ---> Running in fe9ca7ae1fd1 [2020-12-31T00:40:51.097Z] ---> 3614d26e6e79 [2020-12-31T00:40:51.097Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T00:40:51.097Z] ---> Running in 0b911d1fc37b [2020-12-31T00:40:51.097Z] Removing intermediate container fe9ca7ae1fd1 [2020-12-31T00:40:51.097Z] ---> b73dd474d311 [2020-12-31T00:40:51.097Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T00:40:51.097Z] ---> Running in 9ab574ceaa4c [2020-12-31T00:40:51.374Z] Removing intermediate container 0b911d1fc37b [2020-12-31T00:40:51.374Z] ---> 4b8f248af3be [2020-12-31T00:40:51.374Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:40:51.374Z] ---> Running in 462e3362bed7 [2020-12-31T00:40:51.374Z] Removing intermediate container 9ab574ceaa4c [2020-12-31T00:40:51.374Z] ---> 665a13651c50 [2020-12-31T00:40:51.374Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T00:40:51.374Z] Removing intermediate container 462e3362bed7 [2020-12-31T00:40:51.374Z] ---> e5c287af0f8a [2020-12-31T00:40:51.374Z] Step 21/23 : LABEL arch=x86_64 [2020-12-31T00:40:51.636Z] ---> Running in 35ae833d881a [2020-12-31T00:40:51.905Z] Removing intermediate container 35ae833d881a [2020-12-31T00:40:51.905Z] ---> 50ba35e5c7a2 [2020-12-31T00:40:51.905Z] Step 22/23 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:40:51.905Z] ---> b0a2ca4ff1c3 [2020-12-31T00:40:51.905Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T00:40:51.905Z] ---> Running in 5157352be1cb [2020-12-31T00:40:52.169Z] Removing intermediate container 5157352be1cb [2020-12-31T00:40:52.169Z] ---> 9c86c060a971 [2020-12-31T00:40:52.169Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T00:40:52.745Z] ---> c6689f538a48 [2020-12-31T00:40:52.745Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T00:40:52.745Z] ---> Running in 5472465ccb41 [2020-12-31T00:40:53.015Z] Removing intermediate container 5472465ccb41 [2020-12-31T00:40:53.015Z] ---> 8e44c88b9c60 [2020-12-31T00:40:53.015Z] [2020-12-31T00:40:53.015Z] ---> 44de11cb3e88 [2020-12-31T00:40:53.015Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T00:40:53.015Z] Successfully built 8e44c88b9c60 [2020-12-31T00:40:53.015Z] Successfully tagged docker-core-data-go:latest [2020-12-31T00:40:53.015Z]  Building docker-core-data-go ... done  ---> Running in e5f0fddab19f [2020-12-31T00:40:53.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:40:53.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:40:53.853Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T00:40:53.853Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T00:40:53.853Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T00:40:53.853Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T00:40:53.853Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T00:40:53.853Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T00:40:53.853Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T00:40:55.285Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T00:40:55.285Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T00:40:55.285Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T00:40:55.285Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T00:40:55.285Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T00:40:55.285Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T00:40:55.285Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T00:40:55.285Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T00:40:55.285Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T00:40:55.285Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T00:40:55.285Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T00:40:55.285Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T00:40:55.285Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T00:40:55.285Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T00:40:55.285Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T00:40:55.285Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T00:40:55.570Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T00:40:55.570Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T00:40:55.570Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T00:40:55.570Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T00:40:55.570Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T00:40:55.570Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T00:40:55.570Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T00:40:55.570Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T00:40:55.570Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T00:40:55.570Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T00:40:55.570Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:40:55.843Z] OK: 71 MiB in 55 packages [2020-12-31T00:40:56.300Z] 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-31T00:41:05.867Z] Removing intermediate container e5f0fddab19f [2020-12-31T00:41:05.867Z] ---> db32f184a545 [2020-12-31T00:41:05.867Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T00:41:06.130Z] ---> Running in 619cb2283a79 [2020-12-31T00:41:07.524Z] Collecting docker-compose==1.23.2 [2020-12-31T00:41:07.524Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T00:41:07.788Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T00:41:07.788Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T00:41:08.368Z] Collecting PyYAML<4,>=3.10 [2020-12-31T00:41:08.368Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T00:41:09.324Z] 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-31T00:41:09.324Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T00:41:09.324Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T00:41:09.587Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T00:41:09.587Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T00:41:10.534Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T00:41:10.534Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T00:41:10.534Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T00:41:10.534Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T00:41:11.109Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T00:41:11.109Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T00:41:12.506Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T00:41:12.506Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T00:41:12.506Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T00:41:12.506Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T00:41:12.506Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T00:41:12.506Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T00:41:12.506Z] Collecting idna<2.8,>=2.5 [2020-12-31T00:41:12.506Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T00:41:12.769Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T00:41:12.769Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T00:41:12.769Z] 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-31T00:41:12.769Z] 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-31T00:41:12.769Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T00:41:12.769Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T00:41:12.769Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T00:41:12.769Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T00:41:13.031Z] Installing collected packages: texttable, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, dockerpty, cached-property, jsonschema, docker-compose [2020-12-31T00:41:13.031Z] Running setup.py install for texttable: started [2020-12-31T00:41:13.610Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T00:41:13.610Z] Running setup.py install for PyYAML: started [2020-12-31T00:41:14.185Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T00:41:14.185Z] Attempting uninstall: idna [2020-12-31T00:41:14.185Z] Found existing installation: idna 2.9 [2020-12-31T00:41:14.185Z] Uninstalling idna-2.9: [2020-12-31T00:41:14.185Z] Successfully uninstalled idna-2.9 [2020-12-31T00:41:14.185Z] Attempting uninstall: urllib3 [2020-12-31T00:41:14.185Z] Found existing installation: urllib3 1.25.9 [2020-12-31T00:41:14.185Z] Uninstalling urllib3-1.25.9: [2020-12-31T00:41:14.447Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T00:41:14.447Z] Attempting uninstall: requests [2020-12-31T00:41:14.447Z] Found existing installation: requests 2.23.0 [2020-12-31T00:41:14.447Z] Uninstalling requests-2.23.0: [2020-12-31T00:41:14.447Z] Successfully uninstalled requests-2.23.0 [2020-12-31T00:41:15.038Z] Running setup.py install for docopt: started [2020-12-31T00:41:15.625Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T00:41:15.625Z] Running setup.py install for dockerpty: started [2020-12-31T00:41:15.892Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T00:41:16.477Z] 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-31T00:41:18.501Z] 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-31T00:41:19.054Z] Removing intermediate container 619cb2283a79 [2020-12-31T00:41:19.054Z] ---> 9b17bf957a40 [2020-12-31T00:41:19.054Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T00:41:19.054Z] ---> Running in 49503974ca38 [2020-12-31T00:41:19.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T00:41:19.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T00:41:19.917Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T00:41:19.917Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T00:41:19.917Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T00:41:19.917Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:41:19.917Z] OK: 72 MiB in 58 packages [2020-12-31T00:41:20.496Z] Removing intermediate container 49503974ca38 [2020-12-31T00:41:20.496Z] ---> 171531864789 [2020-12-31T00:41:20.496Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T00:41:20.496Z] ---> Running in c63aaba2531b [2020-12-31T00:41:20.759Z] Removing intermediate container c63aaba2531b [2020-12-31T00:41:20.759Z] ---> 3893f699cd99 [2020-12-31T00:41:20.759Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:41:20.759Z] ---> Running in fe0a362ddd39 [2020-12-31T00:41:21.022Z] Removing intermediate container fe0a362ddd39 [2020-12-31T00:41:21.022Z] ---> bd3354e04d19 [2020-12-31T00:41:21.022Z] Step 25/27 : LABEL arch=x86_64 [2020-12-31T00:41:21.022Z] ---> Running in eb7a3e4aed0b [2020-12-31T00:41:21.284Z] Removing intermediate container eb7a3e4aed0b [2020-12-31T00:41:21.284Z] ---> c0e32fd3f9da [2020-12-31T00:41:21.284Z] Step 26/27 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:41:21.284Z] ---> Running in a666f6ec0183 [2020-12-31T00:41:21.556Z] Removing intermediate container a666f6ec0183 [2020-12-31T00:41:21.556Z] ---> bd2807999e27 [2020-12-31T00:41:21.556Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T00:41:21.556Z] ---> Running in 473257d74979 [2020-12-31T00:41:21.556Z] Removing intermediate container 473257d74979 [2020-12-31T00:41:21.556Z] ---> 6bd8cf613707 [2020-12-31T00:41:21.556Z] [2020-12-31T00:41:21.820Z] Successfully built 6bd8cf613707 [2020-12-31T00:41:21.820Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-31T00:41:22.788Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-31T00:41:22.796Z] 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-31T00:41:22.821Z] $ docker stop --time=1 cf44b527b1a043feda1915feeb3ff8d8b3c9a24d9643620e81fbdad30c71c31c [2020-12-31T00:41:24.545Z] $ docker rm -f cf44b527b1a043feda1915feeb3ff8d8b3c9a24d9643620e81fbdad30c71c31c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T00:41:25.152Z] + docker images [2020-12-31T00:41:25.152Z] + grep docker [2020-12-31T00:41:25.152Z] docker-sys-mgmt-agent-go latest 6bd8cf613707 4 seconds ago 313MB [2020-12-31T00:41:25.152Z] docker-core-data-go latest 8e44c88b9c60 33 seconds ago 22.2MB [2020-12-31T00:41:25.152Z] docker-support-notifications-go latest 6d158e0ce82f 38 seconds ago 12MB [2020-12-31T00:41:25.152Z] docker-core-command-go latest f775593806ec 39 seconds ago 10.6MB [2020-12-31T00:41:25.152Z] docker-support-scheduler-go latest 137b5c044f8c 40 seconds ago 10.7MB [2020-12-31T00:41:25.152Z] docker-security-bootstrapper-go latest ee83cde4f22f 2 minutes ago 41.5MB [2020-12-31T00:41:25.152Z] docker-security-secretstore-setup-go latest 54a2f01473bc 3 minutes ago 24.6MB [2020-12-31T00:41:25.152Z] docker-security-bootstrap-redis-go latest 630b99f3a457 3 minutes ago 15.8MB [2020-12-31T00:41:25.152Z] docker-security-proxy-setup-go latest ba492b93eb0a 3 minutes ago 24.5MB [2020-12-31T00:41:25.152Z] docker-core-metadata-go latest 48d0f921b6b3 3 minutes ago 13MB [2020-12-31T00:41:25.152Z] docker latest 0040bc98e531 13 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-31T00:41:28.195Z] 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-31T00:41:28.798Z] 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-31T00:41:35.530Z] 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-31T00:41:38.916Z] 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-31T00:41:40.949Z] Still waiting to schedule task [2020-12-31T00:41:40.949Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-31T00:41:44.329Z] 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-31T00:41:47.717Z] 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-31T00:41:52.045Z] 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-31T00:41:56.359Z] 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-31T00:42:00.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2020-12-31T00:42:06.135Z] $ docker stop --time=1 f3652dd46e4b37824d58a7156ff19c413c10d4044a5e982d84108d93d69aec36 [2020-12-31T00:42:08.918Z] $ docker rm -f f3652dd46e4b37824d58a7156ff19c413c10d4044a5e982d84108d93d69aec36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:42:10.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T00:42:10.815Z] [2020-12-31T00:42:10.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:42:11.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T00:42:11.183Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-31T00:42:11.183Z] 29e5d40040c1: Pulling fs layer [2020-12-31T00:42:11.183Z] 1ce36da41761: Pulling fs layer [2020-12-31T00:42:11.183Z] 25b303627fd3: Pulling fs layer [2020-12-31T00:42:11.771Z] 29e5d40040c1: Download complete [2020-12-31T00:42:12.373Z] 29e5d40040c1: Pull complete [2020-12-31T00:42:12.373Z] 1ce36da41761: Download complete [2020-12-31T00:42:13.344Z] 1ce36da41761: Pull complete [2020-12-31T00:42:13.937Z] 25b303627fd3: Verifying Checksum [2020-12-31T00:42:13.938Z] 25b303627fd3: Download complete [2020-12-31T00:42:24.078Z] 25b303627fd3: Pull complete [2020-12-31T00:42:24.078Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-31T00:42:24.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T00:42:24.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-31T00:42:24.371Z] prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container [2020-12-31T00:42:24.495Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:42:27.971Z] $ docker top 31834b9a0e9c62734eba0468c3904404333560e4d9475372c2555fe7f71d1664 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:42:29.059Z] + grep parallel [2020-12-31T00:42:29.059Z] + docker-compose build --help [2020-12-31T00:42:33.348Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T00:42:33.392Z] $ docker stop --time=1 31834b9a0e9c62734eba0468c3904404333560e4d9475372c2555fe7f71d1664 [2020-12-31T00:42:35.408Z] $ docker rm -f 31834b9a0e9c62734eba0468c3904404333560e4d9475372c2555fe7f71d1664 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:42:36.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T00:42:36.275Z] . [Pipeline] withDockerContainer [2020-12-31T00:42:36.570Z] prd-ubuntu18.04-docker-arm64-4c-16g-17846 does not seem to be running inside a container [2020-12-31T00:42:36.657Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-31T00:42:38.069Z] $ docker top 77c0dd12de9563106ae2de8ac23204ae18aedf7f0a30650287c197ba4974869d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:42:39.110Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T00:42:43.423Z] Building docker-core-command-go ... [2020-12-31T00:42:43.423Z] Building docker-core-data-go ... [2020-12-31T00:42:43.423Z] Building docker-core-metadata-go ... [2020-12-31T00:42:43.423Z] Building docker-security-bootstrapper-go ... [2020-12-31T00:42:43.423Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T00:42:43.423Z] Building docker-security-proxy-setup-go ... [2020-12-31T00:42:43.423Z] Building docker-security-secretstore-setup-go ... [2020-12-31T00:42:43.423Z] Building docker-support-notifications-go ... [2020-12-31T00:42:43.423Z] Building docker-support-scheduler-go ... [2020-12-31T00:42:43.423Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T00:42:43.423Z] Building docker-security-proxy-setup-go [2020-12-31T00:42:43.423Z] Building docker-security-secretstore-setup-go [2020-12-31T00:42:43.423Z] Building docker-sys-mgmt-agent-go [2020-12-31T00:42:43.423Z] Building docker-core-data-go [2020-12-31T00:42:43.423Z] Building docker-support-scheduler-go [2020-12-31T00:43:41.574Z] Running on prd-ubuntu18.04-docker-8c-8g-17857 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2020-12-31T00:43:41.628Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-31T00:43:43.960Z] using credential edgex-jenkins-ssh [2020-12-31T00:43:44.013Z] Cloning the remote Git repository [2020-12-31T00:43:43.713Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T00:43:43.775Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-31T00:43:43.803Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T00:43:43.803Z] > git --version # timeout=10 [2020-12-31T00:43:43.810Z] > git --version # 'git version 2.17.1' [2020-12-31T00:43:43.810Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T00:43:43.839Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T00:44:05.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:44:05.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:44:05.237Z] ---> 5702ec7bd42f [2020-12-31T00:44:05.237Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T00:44:05.237Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:44:05.237Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:44:05.237Z] ---> 5702ec7bd42f [2020-12-31T00:44:05.237Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T00:44:05.237Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:44:05.237Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:44:05.237Z] ---> 5702ec7bd42f [2020-12-31T00:44:05.237Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T00:44:05.237Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:44:05.237Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:44:05.237Z] ---> 5702ec7bd42f [2020-12-31T00:44:05.237Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T00:44:05.237Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:44:05.237Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:44:05.237Z] ---> 5702ec7bd42f [2020-12-31T00:44:05.237Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T00:44:05.237Z] ---> Running in 347b26fdea98 [2020-12-31T00:44:05.237Z] ---> Running in dfef7006f611 [2020-12-31T00:44:05.237Z] ---> Running in 3903f20b4630 [2020-12-31T00:44:05.237Z] ---> Running in 2134ea393e3c [2020-12-31T00:44:05.237Z] ---> Running in ba8c57f59dab [2020-12-31T00:44:05.237Z] Removing intermediate container dfef7006f611 [2020-12-31T00:44:05.237Z] ---> d63a425384f8 [2020-12-31T00:44:05.237Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:44:05.237Z] Removing intermediate container 3903f20b4630 [2020-12-31T00:44:05.237Z] ---> 2769a504dca5 [2020-12-31T00:44:05.237Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:44:05.237Z] Removing intermediate container ba8c57f59dab [2020-12-31T00:44:05.237Z] ---> 439414e48780 [2020-12-31T00:44:05.237Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:44:05.237Z] Removing intermediate container 2134ea393e3c [2020-12-31T00:44:05.237Z] ---> 47b1fda21587 [2020-12-31T00:44:05.237Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:44:05.237Z] Removing intermediate container 347b26fdea98 [2020-12-31T00:44:05.237Z] ---> 55d14f52966b [2020-12-31T00:44:05.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:44:05.237Z] ---> Running in 07e9e65c6c2f [2020-12-31T00:44:05.237Z] ---> Running in 76975dda1944 [2020-12-31T00:44:05.237Z] ---> Running in 572280a3ed04 [2020-12-31T00:44:05.237Z] ---> Running in bbce1c3a3777 [2020-12-31T00:44:05.237Z] ---> Running in bcd55a58d97f [2020-12-31T00:44:05.237Z] Removing intermediate container 76975dda1944 [2020-12-31T00:44:05.237Z] ---> f0c665d18232 [2020-12-31T00:44:05.237Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T00:44:05.237Z] Removing intermediate container 07e9e65c6c2f [2020-12-31T00:44:05.237Z] ---> 684b582faa43 [2020-12-31T00:44:05.237Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T00:44:05.237Z] ---> Running in 0f23b1fd58da [2020-12-31T00:44:05.237Z] Removing intermediate container bbce1c3a3777 [2020-12-31T00:44:05.237Z] ---> c7c164667415 [2020-12-31T00:44:05.237Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T00:44:05.237Z] ---> Running in ba32d64338ec [2020-12-31T00:44:05.237Z] ---> Running in afd91495ba14 [2020-12-31T00:44:05.237Z] Removing intermediate container bcd55a58d97f [2020-12-31T00:44:05.237Z] ---> afa5e622f0d5 [2020-12-31T00:44:05.237Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T00:44:05.237Z] Removing intermediate container 572280a3ed04 [2020-12-31T00:44:05.237Z] ---> 0ac28968146b [2020-12-31T00:44:05.237Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T00:44:05.237Z] ---> Running in ca60a1fb0870 [2020-12-31T00:44:05.238Z] ---> Running in 8b00cf686e3b [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:05.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:44:06.219Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:44:06.220Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:44:06.220Z] OK: 12620 distinct packages available [2020-12-31T00:44:06.501Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:44:06.501Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:44:06.501Z] OK: 12620 distinct packages available [2020-12-31T00:44:06.501Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:44:06.501Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:44:06.501Z] OK: 12620 distinct packages available [2020-12-31T00:44:06.778Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:44:06.778Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:44:06.778Z] OK: 12620 distinct packages available [2020-12-31T00:44:06.778Z] OK: 217 MiB in 51 packages [2020-12-31T00:44:07.057Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:44:07.057Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:44:07.057Z] OK: 12620 distinct packages available [2020-12-31T00:44:07.342Z] OK: 217 MiB in 51 packages [2020-12-31T00:44:07.342Z] OK: 217 MiB in 51 packages [2020-12-31T00:44:07.016Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T00:44:07.024Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T00:44:07.034Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T00:44:07.049Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T00:44:07.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T00:44:07.055Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T00:44:07.952Z] OK: 217 MiB in 51 packages [2020-12-31T00:44:07.987Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 [2020-12-31T00:44:08.167Z] Merge succeeded, producing 6f67ed0c3cd78e9e3417ac00daa573eaf57654ff [2020-12-31T00:44:08.167Z] Checking out Revision 6f67ed0c3cd78e9e3417ac00daa573eaf57654ff (PR-2970) [2020-12-31T00:44:08.230Z] OK: 217 MiB in 51 packages [2020-12-31T00:44:09.217Z] Removing intermediate container 0f23b1fd58da [2020-12-31T00:44:09.217Z] ---> a2152bbcd9c0 [2020-12-31T00:44:09.217Z] Step 6/21 : COPY go.mod . [2020-12-31T00:44:09.217Z] Removing intermediate container ba32d64338ec [2020-12-31T00:44:09.217Z] ---> 8a677a8e62b4 [2020-12-31T00:44:09.217Z] Step 6/24 : COPY go.mod . [2020-12-31T00:44:09.491Z] Removing intermediate container ca60a1fb0870 [2020-12-31T00:44:09.491Z] ---> c1282fd30eab [2020-12-31T00:44:09.491Z] Step 6/23 : COPY go.mod . [2020-12-31T00:44:07.673Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T00:44:07.678Z] > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [2020-12-31T00:44:07.757Z] > git remote # timeout=10 [2020-12-31T00:44:07.764Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T00:44:07.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T00:44:07.771Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T00:44:07.836Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T00:44:07.846Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T00:44:07.849Z] > git checkout -f 6f67ed0c3cd78e9e3417ac00daa573eaf57654ff # timeout=10 [2020-12-31T00:44:10.090Z] Removing intermediate container afd91495ba14 [2020-12-31T00:44:10.090Z] ---> ccb03ec0f568 [2020-12-31T00:44:10.090Z] Step 6/21 : COPY go.mod . [2020-12-31T00:44:10.090Z] Removing intermediate container 8b00cf686e3b [2020-12-31T00:44:10.090Z] ---> b6d04ecb4f89 [2020-12-31T00:44:10.090Z] Step 6/27 : COPY go.mod . [2020-12-31T00:44:10.090Z] ---> ea9e61c61b4a [2020-12-31T00:44:10.090Z] Step 7/21 : RUN go mod download [2020-12-31T00:44:10.365Z] ---> 74e1384a27f6 [2020-12-31T00:44:10.365Z] Step 7/24 : RUN go mod download [2020-12-31T00:44:10.365Z] ---> Running in cddd09a4620b [2020-12-31T00:44:10.639Z] ---> Running in eebee4f70818 [2020-12-31T00:44:10.639Z] ---> 6ef8b0f21b1d [2020-12-31T00:44:10.639Z] Step 7/23 : RUN go mod download [2020-12-31T00:44:10.914Z] ---> Running in 874ab3e28e9c [2020-12-31T00:44:11.191Z] ---> 98cf14255d02 [2020-12-31T00:44:11.191Z] ---> e87dd63d3760 [2020-12-31T00:44:11.191Z] Step 7/21 : RUN go mod download [2020-12-31T00:44:11.191Z] Step 7/27 : RUN go mod download [2020-12-31T00:44:11.464Z] ---> Running in 7b527f4a632e [2020-12-31T00:44:11.464Z] ---> Running in 4d4ba4f8cd35 [2020-12-31T00:44:11.738Z] Commit message: "Merge commit '68a8f910767166238b38b7946bcb5bba3869a893' into HEAD" [2020-12-31T00:44:11.747Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:44:11.536Z] > git rev-list --no-walk e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 [2020-12-31T00:44:12.786Z] + echo snap-build.sh [2020-12-31T00:44:12.786Z] snap-build.sh [2020-12-31T00:44:12.786Z] + SNAP_BASE_DIR=. [2020-12-31T00:44:12.786Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-12-31T00:44:12.787Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-12-31T00:44:12.787Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-12-31T00:44:12.787Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-12-31T00:44:12.787Z] + cd /w/workspace/edgex-go/3 [2020-12-31T00:44:12.787Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-31T00:44:12.787Z] Reading package lists... [2020-12-31T00:44:12.787Z] Building dependency tree... [2020-12-31T00:44:12.787Z] Reading state information... [2020-12-31T00:44:13.048Z] The following packages were automatically installed and are no longer required: [2020-12-31T00:44:13.048Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-31T00:44:13.048Z] uidmap xdelta3 [2020-12-31T00:44:13.048Z] Use 'sudo apt autoremove' to remove them. [2020-12-31T00:44:13.049Z] The following packages will be REMOVED: [2020-12-31T00:44:13.049Z] lxd* lxd-client* [2020-12-31T00:44:13.310Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-31T00:44:13.310Z] After this operation, 31.7 MB disk space will be freed. [2020-12-31T00:44:14.357Z] (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-31T00:44:14.357Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T00:44:14.873Z] Removing intermediate container cddd09a4620b [2020-12-31T00:44:14.873Z] ---> d43e8c7ebd68 [2020-12-31T00:44:14.873Z] Step 8/21 : COPY . . [2020-12-31T00:44:15.148Z] Removing intermediate container eebee4f70818 [2020-12-31T00:44:15.148Z] ---> fea60c337127 [2020-12-31T00:44:15.148Z] Step 8/24 : COPY . . [2020-12-31T00:44:15.309Z] Removing lxd dnsmasq configuration [2020-12-31T00:44:15.309Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T00:44:15.309Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-31T00:44:15.427Z] Removing intermediate container 874ab3e28e9c [2020-12-31T00:44:15.427Z] ---> 65e844fae278 [2020-12-31T00:44:15.427Z] Step 8/23 : COPY . . [2020-12-31T00:44:15.703Z] Removing intermediate container 4d4ba4f8cd35 [2020-12-31T00:44:15.703Z] ---> 854801aeafd5 [2020-12-31T00:44:15.703Z] Step 8/21 : COPY . . [2020-12-31T00:44:15.976Z] Removing intermediate container 7b527f4a632e [2020-12-31T00:44:15.976Z] ---> c58d13debc6d [2020-12-31T00:44:15.976Z] Step 8/27 : COPY . . [2020-12-31T00:44:16.700Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-31T00:44:16.700Z] (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-31T00:44:16.700Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T00:44:18.091Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-31T00:44:18.091Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-31T00:44:19.480Z] + sudo snap remove --purge lxd [2020-12-31T00:44:19.480Z] snap "lxd" is not installed [2020-12-31T00:44:19.480Z] + sudo groupadd --force --system lxd [2020-12-31T00:44:19.480Z] ++ whoami [2020-12-31T00:44:19.480Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-31T00:44:19.480Z] + newgrp - lxd [2020-12-31T00:44:19.480Z] + sudo snap install lxd [2020-12-31T00:44:27.646Z] 2020-12-31T00:44:24Z INFO Waiting for automatic snapd restart... [2020-12-31T00:44:42.788Z] ---> 277c2e4155e8 [2020-12-31T00:44:42.788Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T00:44:42.788Z] ---> 7756b45cb505 [2020-12-31T00:44:42.788Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T00:44:42.788Z] ---> 1f99be19ca43 [2020-12-31T00:44:42.788Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T00:44:42.788Z] ---> 034002abf4a4 [2020-12-31T00:44:42.788Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T00:44:42.788Z] ---> e326836157b3 [2020-12-31T00:44:42.788Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T00:44:42.788Z] ---> Running in c099a51218ff [2020-12-31T00:44:42.788Z] ---> Running in ba24c1ae09b8 [2020-12-31T00:44:42.788Z] ---> Running in f4575d98858a [2020-12-31T00:44:42.788Z] ---> Running in dde573743131 [2020-12-31T00:44:42.788Z] ---> Running in f84d41bbce30 [2020-12-31T00:44:44.235Z] 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-31T00:44:44.235Z] 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-31T00:44:44.519Z] 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-31T00:44:44.798Z] 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-31T00:44:44.798Z] 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-31T00:44:45.778Z] lxd 4.9 from Canonical* installed [2020-12-31T00:44:45.778Z] + sudo lxd init --auto [2020-12-31T00:44:53.954Z] + sudo snap install --classic snapcraft [2020-12-31T00:44:57.269Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T00:44:57.269Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-31T00:44:57.269Z] + patch --verbose -p1 [2020-12-31T00:44:57.269Z] Hmm... Looks like a unified diff to me... [2020-12-31T00:44:57.269Z] The text leading up to this was: [2020-12-31T00:44:57.269Z] -------------------------- [2020-12-31T00:44:57.269Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-31T00:44:57.269Z] |From: Tony Espy [2020-12-31T00:44:57.269Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-31T00:44:57.269Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-31T00:44:57.269Z] | [2020-12-31T00:44:57.269Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-31T00:44:57.269Z] |optimize the snap CI check run for pull requests. When [2020-12-31T00:44:57.269Z] |applied, it essentially strips out everything (apps and [2020-12-31T00:44:57.269Z] |parts) from the snapcraft.yaml file except those required [2020-12-31T00:44:57.269Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-31T00:44:57.269Z] |catch changes to edgex-go that break the snap build. [2020-12-31T00:44:57.269Z] | [2020-12-31T00:44:57.269Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-31T00:44:57.269Z] |to update this patch file, otherwise it may fail to apply, [2020-12-31T00:44:57.269Z] |resulting in a failed snap build CI check in the associated [2020-12-31T00:44:57.269Z] |pull request. [2020-12-31T00:44:57.269Z] | [2020-12-31T00:44:57.269Z] |Note - in addition to applying this patch, the pipeline also [2020-12-31T00:44:57.269Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-31T00:44:57.269Z] |need to build the finally binary .snap file (and it won't [2020-12-31T00:44:57.269Z] |work with the patch applied). This further reduces the build [2020-12-31T00:44:57.269Z] |time. [2020-12-31T00:44:57.269Z] |--- [2020-12-31T00:44:57.269Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-31T00:44:57.269Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-31T00:44:57.269Z] | [2020-12-31T00:44:57.269Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-31T00:44:57.269Z] |index 1e537489..faf42425 100644 [2020-12-31T00:44:57.269Z] |--- a/snap/snapcraft.yaml [2020-12-31T00:44:57.269Z] |+++ b/snap/snapcraft.yaml [2020-12-31T00:44:57.269Z] -------------------------- [2020-12-31T00:44:57.269Z] patching file snap/snapcraft.yaml [2020-12-31T00:44:57.269Z] Using Plan A... [2020-12-31T00:44:57.269Z] Hunk #1 succeeded at 73. [2020-12-31T00:44:57.269Z] Hunk #2 succeeded at 202. [2020-12-31T00:44:57.269Z] Hunk #3 succeeded at 214. [2020-12-31T00:44:57.269Z] Hunk #4 succeeded at 222. [2020-12-31T00:44:57.269Z] Hunk #5 succeeded at 229. [2020-12-31T00:44:57.269Z] Hunk #6 succeeded at 256. [2020-12-31T00:44:57.269Z] Hunk #7 succeeded at 290. [2020-12-31T00:44:57.269Z] Hunk #8 succeeded at 341. [2020-12-31T00:44:57.269Z] Hmm... Ignoring the trailing garbage. [2020-12-31T00:44:57.269Z] done [2020-12-31T00:44:57.269Z] + sudo snapcraft prime --use-lxd [2020-12-31T00:44:58.668Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-31T00:44:58.668Z] 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-31T00:44:58.668Z] - README.md [2020-12-31T00:44:58.668Z] [2020-12-31T00:44:58.668Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-31T00:44:59.612Z] Launching a container. [2020-12-31T00:45:11.897Z] Waiting for container to be ready [2020-12-31T00:45:11.897Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-31T00:45:11.897Z] [2020-12-31T00:45:14.445Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-31T00:45:15.019Z] Waiting for network to be ready... [2020-12-31T00:45:15.280Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-31T00:45:15.280Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-31T00:45:15.542Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-31T00:45:15.542Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-31T00:45:15.542Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-31T00:45:15.542Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-31T00:45:15.542Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-31T00:45:15.542Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-31T00:45:15.542Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-31T00:45:15.542Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-31T00:45:15.803Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-31T00:45:16.065Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-31T00:45:16.326Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-31T00:45:16.326Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-31T00:45:16.326Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-31T00:45:16.326Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-31T00:45:16.326Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-31T00:45:16.326Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-31T00:45:16.586Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-31T00:45:16.846Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-31T00:45:16.846Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-31T00:45:16.846Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-31T00:45:16.846Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-31T00:45:16.846Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-31T00:45:16.846Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-31T00:45:16.846Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-31T00:45:17.107Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-31T00:45:19.023Z] Fetched 23.5 MB in 4s (6167 kB/s) [2020-12-31T00:45:19.966Z] Reading package lists... [2020-12-31T00:45:20.227Z] Reading package lists... [2020-12-31T00:45:20.490Z] Building dependency tree... [2020-12-31T00:45:20.490Z] Reading state information... [2020-12-31T00:45:20.490Z] The following additional packages will be installed: [2020-12-31T00:45:20.490Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-31T00:45:20.490Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-31T00:45:20.490Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-31T00:45:20.490Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-31T00:45:20.490Z] Suggested packages: [2020-12-31T00:45:20.490Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-31T00:45:20.490Z] Recommended packages: [2020-12-31T00:45:20.490Z] gnupg libsasl2-modules [2020-12-31T00:45:20.490Z] The following NEW packages will be installed: [2020-12-31T00:45:20.490Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-31T00:45:20.490Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-31T00:45:20.490Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-31T00:45:20.490Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-31T00:45:20.490Z] The following packages will be upgraded: [2020-12-31T00:45:20.490Z] gpg gpg-agent gpgconf libudev1 [2020-12-31T00:45:20.750Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-31T00:45:20.750Z] Need to get 3531 kB of archives. [2020-12-31T00:45:20.750Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-31T00:45:20.750Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-31T00:45:20.750Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-31T00:45:21.010Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-31T00:45:21.272Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-31T00:45:21.272Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-31T00:45:21.272Z] 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-31T00:45:21.272Z] 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-31T00:45:21.272Z] 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-31T00:45:21.272Z] 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-31T00:45:21.272Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-31T00:45:21.272Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-31T00:45:21.272Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-31T00:45:21.272Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-31T00:45:21.533Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-31T00:45:21.533Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-31T00:45:21.533Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-31T00:45:21.533Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-31T00:45:21.533Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-31T00:45:21.533Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-31T00:45:21.533Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-31T00:45:21.533Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-31T00:45:21.533Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-31T00:45:21.794Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T00:45:21.794Z] Fetched 3531 kB in 1s (3443 kB/s) [2020-12-31T00:45:21.794Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-31T00:45:21.794Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-31T00:45:21.794Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T00:45:21.794Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-31T00:45:22.054Z] Selecting previously unselected package udev. [2020-12-31T00:45:22.054Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-31T00:45:22.054Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-31T00:45:22.054Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-31T00:45:22.316Z] Selecting previously unselected package libfuse2:amd64. [2020-12-31T00:45:22.316Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-31T00:45:22.316Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-31T00:45:22.316Z] Selecting previously unselected package fuse. [2020-12-31T00:45:22.316Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-31T00:45:22.316Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-31T00:45:22.576Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T00:45:22.576Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T00:45:22.576Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T00:45:22.576Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T00:45:22.838Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T00:45:22.838Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T00:45:22.838Z] Selecting previously unselected package libksba8:amd64. [2020-12-31T00:45:22.838Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-31T00:45:22.838Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-31T00:45:22.838Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-31T00:45:22.838Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:22.838Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.101Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-31T00:45:23.101Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.101Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.101Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-31T00:45:23.101Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.101Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.101Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-31T00:45:23.101Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.364Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.364Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-31T00:45:23.364Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.364Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.364Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-31T00:45:23.364Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.364Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.364Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-31T00:45:23.364Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.364Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.626Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-31T00:45:23.626Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.626Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.626Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-31T00:45:23.627Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T00:45:23.627Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:23.627Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-31T00:45:23.627Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-31T00:45:23.627Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T00:45:23.893Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-31T00:45:23.893Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-31T00:45:23.893Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T00:45:23.893Z] Selecting previously unselected package libldap-common. [2020-12-31T00:45:23.893Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-31T00:45:23.893Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T00:45:23.893Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-31T00:45:23.893Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-31T00:45:23.893Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T00:45:24.153Z] Selecting previously unselected package dirmngr. [2020-12-31T00:45:24.153Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T00:45:24.153Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-31T00:45:24.153Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T00:45:24.153Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-31T00:45:24.153Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-31T00:45:24.416Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T00:45:24.416Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T00:45:24.416Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-31T00:45:24.416Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:24.416Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-31T00:45:24.416Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T00:45:24.416Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-31T00:45:24.989Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-31T00:45:24.989Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:24.989Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-31T00:45:24.989Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-31T00:45:25.250Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-31T00:45:25.250Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T00:45:25.250Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T00:45:25.510Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-31T00:45:25.510Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T00:45:25.771Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-31T00:45:25.771Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-31T00:45:25.771Z] This means they are not meant to be enabled using systemctl. [2020-12-31T00:45:25.771Z] Possible reasons for having this kind of units are: [2020-12-31T00:45:25.771Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-31T00:45:25.771Z] .wants/ or .requires/ directory. [2020-12-31T00:45:25.771Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-31T00:45:25.771Z] a requirement dependency on it. [2020-12-31T00:45:25.771Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-31T00:45:25.771Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-31T00:45:25.771Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-31T00:45:25.771Z] instance name specified. [2020-12-31T00:45:26.344Z] Reading package lists... [2020-12-31T00:45:26.344Z] Building dependency tree... [2020-12-31T00:45:26.344Z] Reading state information... [2020-12-31T00:45:26.344Z] The following additional packages will be installed: [2020-12-31T00:45:26.344Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-31T00:45:26.344Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-31T00:45:26.344Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-31T00:45:26.344Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-31T00:45:26.344Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-31T00:45:26.344Z] Suggested packages: [2020-12-31T00:45:26.344Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-31T00:45:26.344Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-31T00:45:26.344Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-31T00:45:26.344Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-31T00:45:26.344Z] systemd-container policykit-1 [2020-12-31T00:45:26.344Z] Recommended packages: [2020-12-31T00:45:26.344Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-31T00:45:26.344Z] The following NEW packages will be installed: [2020-12-31T00:45:26.344Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-31T00:45:26.344Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-31T00:45:26.344Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-31T00:45:26.344Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-31T00:45:26.344Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-31T00:45:26.344Z] The following packages will be upgraded: [2020-12-31T00:45:26.344Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-31T00:45:26.604Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-31T00:45:26.604Z] Need to get 35.2 MB of archives. [2020-12-31T00:45:26.604Z] After this operation, 141 MB of additional disk space will be used. [2020-12-31T00:45:26.604Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-31T00:45:26.604Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-31T00:45:26.604Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-31T00:45:26.604Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-31T00:45:26.604Z] 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-31T00:45:26.604Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-31T00:45:26.604Z] 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-31T00:45:26.865Z] 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-31T00:45:26.865Z] 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-31T00:45:26.865Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-31T00:45:26.865Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-31T00:45:26.865Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-31T00:45:26.865Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-31T00:45:26.865Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-31T00:45:26.865Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-31T00:45:26.865Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-31T00:45:26.865Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-31T00:45:27.436Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-31T00:45:27.436Z] 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-31T00:45:27.436Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-31T00:45:27.436Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-31T00:45:27.436Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-31T00:45:27.436Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-31T00:45:27.436Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-31T00:45:27.436Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-31T00:45:27.436Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-31T00:45:27.696Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-31T00:45:27.696Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-31T00:45:27.696Z] 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-31T00:45:27.696Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-31T00:45:28.637Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T00:45:28.637Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2020-12-31T00:45:28.637Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T00:45:28.637Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-31T00:45:28.898Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T00:45:29.471Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-31T00:45:29.471Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T00:45:29.471Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-31T00:45:29.732Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T00:45:29.732Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-31T00:45:29.732Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-31T00:45:29.732Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-31T00:45:29.993Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T00:45:29.993Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-31T00:45:29.993Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-31T00:45:30.254Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-31T00:45:30.254Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-31T00:45:30.827Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-31T00:45:30.827Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-31T00:45:30.827Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-31T00:45:30.827Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-31T00:45:31.087Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-31T00:45:31.087Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T00:45:31.087Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:31.347Z] Selecting previously unselected package libexpat1:amd64. [2020-12-31T00:45:31.347Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-31T00:45:31.347Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-31T00:45:31.608Z] Selecting previously unselected package python3.6-minimal. [2020-12-31T00:45:31.608Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T00:45:31.608Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:31.869Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-31T00:45:32.131Z] Checking for services that may need to be restarted...done. [2020-12-31T00:45:32.131Z] Checking for services that may need to be restarted...done. [2020-12-31T00:45:32.131Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:32.131Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-31T00:45:32.131Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:32.704Z] Selecting previously unselected package python3-minimal. [2020-12-31T00:45:32.705Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-31T00:45:32.705Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-31T00:45:32.705Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-31T00:45:32.705Z] Selecting previously unselected package mime-support. [2020-12-31T00:45:32.705Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-31T00:45:32.705Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-31T00:45:32.705Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-31T00:45:32.705Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-31T00:45:32.965Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-31T00:45:32.965Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-31T00:45:32.965Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T00:45:32.965Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:33.226Z] Selecting previously unselected package python3.6. [2020-12-31T00:45:33.226Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T00:45:33.226Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:33.226Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-31T00:45:33.226Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-31T00:45:33.226Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-31T00:45:33.488Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-31T00:45:33.488Z] Selecting previously unselected package python3. [2020-12-31T00:45:33.749Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-31T00:45:33.749Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-31T00:45:33.749Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-31T00:45:33.749Z] Selecting previously unselected package multiarch-support. [2020-12-31T00:45:33.749Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T00:45:33.749Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-31T00:45:33.749Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-31T00:45:33.749Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-31T00:45:34.011Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-31T00:45:34.011Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-31T00:45:34.011Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-31T00:45:34.011Z] Selecting previously unselected package libbsd0:amd64. [2020-12-31T00:45:34.011Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-31T00:45:34.011Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-31T00:45:34.011Z] Selecting previously unselected package sudo. [2020-12-31T00:45:34.011Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-31T00:45:34.011Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-31T00:45:34.273Z] Selecting previously unselected package apparmor. [2020-12-31T00:45:34.273Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-31T00:45:34.273Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-31T00:45:34.273Z] Selecting previously unselected package libedit2:amd64. [2020-12-31T00:45:34.273Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-31T00:45:34.273Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-31T00:45:34.535Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-31T00:45:34.535Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T00:45:34.535Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:34.535Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-31T00:45:34.535Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T00:45:34.535Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:34.796Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-31T00:45:34.796Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-31T00:45:34.796Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-31T00:45:34.796Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-31T00:45:34.796Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T00:45:34.796Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:35.058Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-31T00:45:35.058Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T00:45:35.058Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:35.058Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-31T00:45:35.058Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-31T00:45:35.058Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-31T00:45:35.320Z] Selecting previously unselected package openssh-client. [2020-12-31T00:45:35.321Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-31T00:45:35.321Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-31T00:45:35.582Z] Selecting previously unselected package squashfs-tools. [2020-12-31T00:45:35.582Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-31T00:45:35.582Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-31T00:45:35.582Z] Selecting previously unselected package snapd. [2020-12-31T00:45:35.582Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-31T00:45:35.582Z] Unpacking snapd (2.48+18.04) ... [2020-12-31T00:45:38.130Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-31T00:45:38.130Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-31T00:45:38.130Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-31T00:45:38.130Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-31T00:45:38.130Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-31T00:45:38.130Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:38.130Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T00:45:38.130Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-31T00:45:38.130Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-31T00:45:38.704Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-31T00:45:38.704Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-31T00:45:38.704Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-31T00:45:38.964Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:38.964Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:38.964Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T00:45:39.537Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-31T00:45:39.537Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:39.537Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-31T00:45:39.537Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-31T00:45:39.537Z] running python rtupdate hooks for python3.6... [2020-12-31T00:45:39.537Z] running python post-rtupdate hooks for python3.6... [2020-12-31T00:45:39.797Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-31T00:45:41.182Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-31T00:45:41.182Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T00:45:41.182Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-31T00:45:41.444Z] Setting up snapd (2.48+18.04) ... [2020-12-31T00:45:41.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-31T00:45:41.965Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-31T00:45:42.228Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-31T00:45:42.228Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-31T00:45:42.489Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-31T00:45:42.489Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-31T00:45:42.751Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-31T00:45:42.751Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-31T00:45:43.011Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-31T00:45:43.272Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-31T00:45:43.273Z] /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-31T00:45:43.273Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T00:45:43.273Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-31T00:45:44.213Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T00:45:44.213Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T00:45:44.474Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T00:45:45.690Z] Reading package lists... [2020-12-31T00:45:45.690Z] Reading package lists... [2020-12-31T00:45:45.949Z] Building dependency tree... [2020-12-31T00:45:45.949Z] Reading state information... [2020-12-31T00:45:46.211Z] Calculating upgrade... [2020-12-31T00:45:46.211Z] The following packages will be upgraded: [2020-12-31T00:45:46.211Z] advancecomp base-files bash binutils binutils-common [2020-12-31T00:45:46.211Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-31T00:45:46.211Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-31T00:45:46.211Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-31T00:45:46.211Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-31T00:45:46.211Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-31T00:45:46.211Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-31T00:45:46.211Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-31T00:45:46.211Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-31T00:45:46.211Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-31T00:45:46.211Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-31T00:45:46.211Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-31T00:45:46.211Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-31T00:45:46.211Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-31T00:45:46.211Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T00:45:46.211Z] Need to get 63.5 MB of archives. [2020-12-31T00:45:46.211Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-31T00:45:46.211Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-31T00:45:46.473Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-31T00:45:46.473Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-31T00:45:46.473Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-31T00:45:46.473Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-31T00:45:46.473Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-31T00:45:46.473Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-31T00:45:46.473Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-31T00:45:46.473Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-31T00:45:46.473Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-31T00:45:46.473Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-31T00:45:46.473Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-31T00:45:46.473Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-31T00:45:46.473Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-31T00:45:46.473Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-31T00:45:46.474Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-31T00:45:46.474Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-31T00:45:46.474Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-31T00:45:46.474Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-31T00:45:46.474Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-31T00:45:46.734Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-31T00:45:46.734Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-31T00:45:46.734Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-31T00:45:46.734Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-31T00:45:46.734Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-31T00:45:46.734Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-31T00:45:46.734Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-31T00:45:46.734Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-31T00:45:46.734Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-31T00:45:46.734Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-31T00:45:46.734Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-31T00:45:46.734Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-31T00:45:46.734Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-31T00:45:46.734Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-31T00:45:46.734Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-31T00:45:46.734Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-31T00:45:46.734Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-31T00:45:46.734Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-31T00:45:46.734Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-31T00:45:46.734Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-31T00:45:46.734Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-31T00:45:46.734Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-31T00:45:46.734Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-31T00:45:46.734Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-31T00:45:46.734Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-31T00:45:46.734Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-31T00:45:46.734Z] Get:47 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-31T00:45:46.734Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-31T00:45:46.734Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-31T00:45:46.734Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-31T00:45:46.734Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-31T00:45:46.734Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-31T00:45:46.734Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-31T00:45:46.734Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-31T00:45:46.994Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-31T00:45:46.994Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-31T00:45:46.994Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-31T00:45:46.994Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-31T00:45:47.254Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-31T00:45:47.254Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-31T00:45:47.254Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-31T00:45:47.254Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-31T00:45:47.254Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-31T00:45:47.254Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-31T00:45:47.254Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-31T00:45:47.513Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-31T00:45:47.513Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-31T00:45:47.513Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-31T00:45:47.513Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-31T00:45:47.513Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-31T00:45:47.513Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-31T00:45:47.513Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-31T00:45:47.514Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-31T00:45:47.514Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-31T00:45:47.514Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-31T00:45:47.514Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-31T00:45:47.774Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-31T00:45:47.774Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-31T00:45:47.774Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-31T00:45:47.774Z] Get:80 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-31T00:45:47.774Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-31T00:45:47.774Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-31T00:45:47.774Z] Get:83 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-31T00:45:47.774Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-31T00:45:47.774Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-31T00:45:47.774Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-31T00:45:47.774Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-31T00:45:47.774Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-31T00:45:47.774Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-31T00:45:47.774Z] Get:90 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-31T00:45:47.774Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-31T00:45:47.774Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-31T00:45:47.774Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-31T00:45:47.774Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-31T00:45:48.037Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-31T00:45:48.037Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-31T00:45:48.037Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T00:45:48.037Z] Fetched 63.5 MB in 2s (37.2 MB/s) [2020-12-31T00:45:48.299Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:48.299Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T00:45:48.299Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T00:45:48.872Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T00:45:48.872Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T00:45:48.872Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-31T00:45:48.872Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-31T00:45:49.818Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:49.818Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:49.818Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:49.818Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.080Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.080Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.080Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.080Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.080Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.342Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.343Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.343Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.343Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.343Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.603Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:45:50.603Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T00:45:50.603Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.603Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.603Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:45:50.864Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T00:45:50.864Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.864Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:50.864Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:50.864Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:51.126Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T00:45:51.126Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T00:45:51.387Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:45:51.387Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T00:45:51.387Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T00:45:51.648Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T00:45:51.908Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-31T00:45:52.170Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T00:45:52.170Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-31T00:45:52.170Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-31T00:45:52.170Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-31T00:45:52.170Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-31T00:45:52.433Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-31T00:45:52.433Z] Installing new version of config file /etc/issue ... [2020-12-31T00:45:52.433Z] Installing new version of config file /etc/issue.net ... [2020-12-31T00:45:52.433Z] Installing new version of config file /etc/lsb-release ... [2020-12-31T00:45:52.696Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-31T00:45:52.696Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-31T00:45:52.957Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-31T00:45:52.957Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-31T00:45:52.957Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:52.957Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-31T00:45:52.957Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-31T00:45:53.220Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-31T00:45:53.220Z] 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-31T00:45:53.220Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:53.220Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:45:53.484Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-31T00:45:53.484Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:45:53.484Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:53.484Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-31T00:45:53.484Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-31T00:45:53.746Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-31T00:45:53.746Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:53.746Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-31T00:45:53.746Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T00:45:54.008Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-31T00:45:54.270Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:54.270Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T00:45:54.270Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T00:45:54.270Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T00:45:54.532Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:54.532Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T00:45:54.532Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T00:45:54.794Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-31T00:45:54.794Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:54.794Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-31T00:45:54.794Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-31T00:45:55.055Z] Setting up grep (3.1-2build1) ... [2020-12-31T00:45:55.055Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:55.055Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-31T00:45:55.055Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-31T00:45:55.319Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-31T00:45:55.319Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:55.319Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T00:45:55.319Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T00:45:55.580Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-31T00:45:55.580Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:55.580Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T00:45:55.580Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T00:45:56.152Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T00:45:56.152Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T00:45:56.152Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T00:45:56.152Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T00:45:56.725Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-31T00:45:56.725Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:56.725Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-31T00:45:56.725Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T00:45:57.671Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-31T00:45:57.932Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-31T00:45:57.932Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-31T00:45:57.932Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-31T00:45:57.932Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-31T00:45:58.194Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:58.194Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-31T00:45:58.194Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-31T00:45:58.455Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-31T00:45:58.455Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:58.455Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:45:58.455Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:45:58.716Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:45:58.716Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:58.716Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:45:58.716Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:45:58.716Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:45:58.977Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:58.977Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:45:58.977Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:45:58.977Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:45:59.242Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:59.242Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:45:59.242Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:45:59.242Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:45:59.504Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:59.504Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T00:45:59.504Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T00:45:59.504Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T00:45:59.504Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T00:45:59.772Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T00:45:59.772Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:45:59.772Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T00:45:59.772Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T00:46:00.037Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T00:46:00.037Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:46:00.037Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:46:00.037Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:46:00.300Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:46:00.300Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:46:00.300Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:46:00.300Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:46:00.562Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:46:00.562Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:46:00.562Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:46:00.562Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:46:01.136Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:46:01.397Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-31T00:46:01.658Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-31T00:46:01.658Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:46:01.658Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T00:46:01.658Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T00:46:01.919Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T00:46:02.181Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T00:46:02.181Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-31T00:46:02.181Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T00:46:02.181Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-31T00:46:02.442Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:02.442Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-31T00:46:02.442Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-31T00:46:02.703Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-31T00:46:02.965Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:02.965Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T00:46:02.965Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T00:46:02.965Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T00:46:03.226Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:03.226Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T00:46:03.226Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T00:46:03.226Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T00:46:03.490Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:03.490Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T00:46:03.490Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T00:46:03.751Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T00:46:03.751Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:03.751Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T00:46:03.751Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T00:46:04.011Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-31T00:46:04.011Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T00:46:04.011Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T00:46:04.274Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T00:46:04.274Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T00:46:04.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:04.274Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-31T00:46:04.274Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-31T00:46:04.535Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-31T00:46:04.535Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:04.535Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-31T00:46:04.535Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T00:46:04.798Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T00:46:05.061Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:05.061Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T00:46:05.061Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T00:46:05.061Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T00:46:05.323Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:05.323Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-31T00:46:05.323Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-31T00:46:05.323Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-31T00:46:05.585Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:05.585Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-31T00:46:05.585Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-31T00:46:05.846Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-31T00:46:06.107Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:06.107Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T00:46:06.107Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T00:46:06.107Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-31T00:46:06.107Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:06.107Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-31T00:46:06.368Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-31T00:46:06.368Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-31T00:46:06.368Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:06.368Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-31T00:46:06.628Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-31T00:46:06.628Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-31T00:46:06.890Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:06.890Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-31T00:46:06.890Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-31T00:46:06.890Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-31T00:46:07.153Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:07.153Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-31T00:46:07.153Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-31T00:46:07.153Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-31T00:46:07.153Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T00:46:07.153Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-31T00:46:07.414Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-31T00:46:07.414Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-31T00:46:07.676Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-31T00:46:07.676Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-31T00:46:07.676Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-31T00:46:07.676Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-31T00:46:07.676Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-31T00:46:07.941Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-31T00:46:07.941Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-31T00:46:08.203Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-31T00:46:08.204Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-31T00:46:08.466Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-31T00:46:08.466Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-31T00:46:08.466Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-31T00:46:08.466Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-31T00:46:08.727Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-31T00:46:08.727Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-31T00:46:08.727Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-31T00:46:08.727Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-31T00:46:08.994Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-31T00:46:08.995Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-31T00:46:08.995Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-31T00:46:08.995Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-31T00:46:09.256Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-31T00:46:09.256Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-31T00:46:09.256Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-31T00:46:09.521Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-31T00:46:10.098Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-31T00:46:10.098Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-31T00:46:10.361Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-31T00:46:10.361Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-31T00:46:10.361Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T00:46:10.361Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T00:46:10.625Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T00:46:10.625Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T00:46:10.887Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T00:46:10.887Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T00:46:10.887Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T00:46:10.887Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T00:46:11.149Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:11.149Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:11.149Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:11.421Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:11.421Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:11.421Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:11.421Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:11.688Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:12.633Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:12.633Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:13.206Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:13.206Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:14.592Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:14.592Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:14.854Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:14.854Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:15.799Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T00:46:15.799Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T00:46:15.799Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T00:46:15.799Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T00:46:15.799Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-31T00:46:16.061Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T00:46:16.061Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-31T00:46:16.061Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T00:46:16.323Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-31T00:46:16.323Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-31T00:46:16.323Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T00:46:16.323Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T00:46:16.585Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T00:46:16.585Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T00:46:16.585Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-31T00:46:16.585Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-31T00:46:16.846Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:16.846Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T00:46:16.846Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:16.846Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:16.846Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:16.846Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-31T00:46:16.846Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-31T00:46:16.846Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-31T00:46:17.108Z] [2020-12-31T00:46:17.108Z] Current default time zone: 'Etc/UTC' [2020-12-31T00:46:17.108Z] Local time is now: Thu Dec 31 00:46:16 UTC 2020. [2020-12-31T00:46:17.108Z] Universal Time is now: Thu Dec 31 00:46:16 UTC 2020. [2020-12-31T00:46:17.108Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-31T00:46:17.108Z] [2020-12-31T00:46:17.108Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-31T00:46:17.108Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:17.108Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-31T00:46:17.108Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-31T00:46:17.369Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-31T00:46:17.369Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-31T00:46:17.369Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-31T00:46:17.369Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-31T00:46:17.369Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-31T00:46:17.369Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-31T00:46:17.369Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:17.369Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-31T00:46:17.630Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:17.630Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-31T00:46:17.630Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:17.630Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-31T00:46:17.890Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-31T00:46:17.890Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-31T00:46:17.890Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-31T00:46:17.890Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-31T00:46:17.890Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-31T00:46:17.890Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-31T00:46:17.890Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-31T00:46:19.805Z] Updating certificates in /etc/ssl/certs... [2020-12-31T00:46:20.748Z] 22 added, 17 removed; done. [2020-12-31T00:46:21.009Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-31T00:46:21.009Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T00:46:21.009Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-31T00:46:21.009Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-31T00:46:21.009Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-31T00:46:21.009Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.009Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-31T00:46:21.009Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.009Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.271Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.271Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.271Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.271Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-31T00:46:21.271Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-31T00:46:21.271Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-31T00:46:21.271Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-31T00:46:21.271Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-31T00:46:21.271Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.271Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T00:46:21.533Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-31T00:46:21.533Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-31T00:46:21.533Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-31T00:46:21.533Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T00:46:21.533Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-31T00:46:21.533Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-31T00:46:21.665Z] 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-31T00:46:21.665Z] 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-31T00:46:21.794Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-31T00:46:21.794Z] Updating certificates in /etc/ssl/certs... [2020-12-31T00:46:22.365Z] 0 added, 0 removed; done. [2020-12-31T00:46:22.365Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-31T00:46:22.365Z] done. [2020-12-31T00:46:22.936Z] Reading package lists... [2020-12-31T00:46:22.936Z] Building dependency tree... [2020-12-31T00:46:22.936Z] Reading state information... [2020-12-31T00:46:23.197Z] The following NEW packages will be installed: [2020-12-31T00:46:23.197Z] apt-transport-https [2020-12-31T00:46:23.462Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T00:46:23.462Z] Need to get 1696 B of archives. [2020-12-31T00:46:23.462Z] After this operation, 153 kB of additional disk space will be used. [2020-12-31T00:46:23.462Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-31T00:46:23.462Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T00:46:23.462Z] Fetched 1696 B in 0s (9534 B/s) [2020-12-31T00:46:23.462Z] Selecting previously unselected package apt-transport-https. [2020-12-31T00:46:23.462Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-31T00:46:23.462Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-31T00:46:23.462Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-31T00:46:23.462Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-31T00:46:23.724Z] Waiting for network to be ready... [2020-12-31T00:46:30.016Z] Removing intermediate container f84d41bbce30 [2020-12-31T00:46:30.016Z] ---> cfe9f7a6598f [2020-12-31T00:46:30.016Z] [2020-12-31T00:46:30.016Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T00:46:30.016Z] 3.10: Pulling from library/alpine [2020-12-31T00:46:30.318Z] 2020-12-31T00:46:26Z INFO Waiting for automatic snapd restart... [2020-12-31T00:46:30.318Z] snapd 2.48.1 from Canonical* installed [2020-12-31T00:46:30.581Z] "snapd" switched to the "latest/stable" channel [2020-12-31T00:46:30.581Z] [2020-12-31T00:46:32.663Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T00:46:32.663Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T00:46:32.663Z] ---> 536a684cf733 [2020-12-31T00:46:32.663Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T00:46:33.885Z] core18 20201210 from Canonical* installed [2020-12-31T00:46:33.885Z] "core18" switched to the "latest/stable" channel [2020-12-31T00:46:33.885Z] [2020-12-31T00:46:34.111Z] ---> Running in b740b54f6d4a [2020-12-31T00:46:35.108Z] Removing intermediate container ba24c1ae09b8 [2020-12-31T00:46:35.108Z] ---> 36b4bb894554 [2020-12-31T00:46:35.108Z] [2020-12-31T00:46:35.108Z] Step 10/21 : FROM alpine [2020-12-31T00:46:35.387Z] latest: Pulling from library/alpine [2020-12-31T00:46:35.387Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T00:46:35.387Z] Status: Downloaded newer image for alpine:latest [2020-12-31T00:46:35.387Z] ---> afeebe901d6b [2020-12-31T00:46:35.387Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T00:46:35.995Z] ---> Running in 789d4deb7da3 [2020-12-31T00:46:36.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:46:36.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:46:37.197Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T00:46:37.197Z] "snapcraft" switched to the "latest/stable" channel [2020-12-31T00:46:37.197Z] [2020-12-31T00:46:37.500Z] Removing intermediate container c099a51218ff [2020-12-31T00:46:37.500Z] ---> ab53b5d768ec [2020-12-31T00:46:37.500Z] [2020-12-31T00:46:37.500Z] Step 10/21 : FROM scratch [2020-12-31T00:46:37.500Z] ---> [2020-12-31T00:46:37.500Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:46:37.500Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T00:46:37.500Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T00:46:37.500Z] OK: 10171 distinct packages available [2020-12-31T00:46:37.776Z] ---> Running in 5be216e16894 [2020-12-31T00:46:38.055Z] Removing intermediate container dde573743131 [2020-12-31T00:46:38.055Z] ---> 00c7e74f2f6a [2020-12-31T00:46:38.055Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T00:46:38.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:46:38.327Z] ---> Running in 19a65d772603 [2020-12-31T00:46:38.327Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T00:46:38.327Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T00:46:38.327Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T00:46:38.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:46:38.603Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T00:46:38.603Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T00:46:38.603Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T00:46:38.603Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T00:46:38.603Z] Removing intermediate container 5be216e16894 [2020-12-31T00:46:38.603Z] ---> 2a0b91292255 [2020-12-31T00:46:38.603Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T00:46:38.890Z] ---> Running in 802c59cda5f5 [2020-12-31T00:46:38.890Z] OK: 7 MiB in 19 packages [2020-12-31T00:46:39.545Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:46:39.545Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:46:39.545Z] OK: 12615 distinct packages available [2020-12-31T00:46:39.926Z] Removing intermediate container 802c59cda5f5 [2020-12-31T00:46:39.926Z] ---> f396f54b33b3 [2020-12-31T00:46:39.926Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T00:46:40.225Z] ---> Running in 1177cbefd9e5 [2020-12-31T00:46:40.497Z] 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-31T00:46:40.497Z] - README.md [2020-12-31T00:46:40.497Z] [2020-12-31T00:46:40.497Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-31T00:46:40.524Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T00:46:40.524Z] 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-31T00:46:40.840Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T00:46:40.840Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T00:46:40.840Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T00:46:40.840Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:46:40.840Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T00:46:41.234Z] OK: 7 MiB in 18 packages [2020-12-31T00:46:41.561Z] Removing intermediate container 1177cbefd9e5 [2020-12-31T00:46:41.561Z] ---> e95a7a874c77 [2020-12-31T00:46:41.561Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T00:46:42.607Z] Removing intermediate container b740b54f6d4a [2020-12-31T00:46:42.607Z] ---> d6334e0deb7f [2020-12-31T00:46:42.607Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T00:46:42.894Z] ---> Running in c695acda5c98 [2020-12-31T00:46:43.184Z] ---> 93ffcedae990 [2020-12-31T00:46:43.184Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T00:46:44.181Z] Removing intermediate container c695acda5c98 [2020-12-31T00:46:44.181Z] ---> c99733b56588 [2020-12-31T00:46:44.181Z] Step 13/24 : WORKDIR / [2020-12-31T00:46:44.465Z] ---> Running in a137b7a0f0e7 [2020-12-31T00:46:44.747Z] Removing intermediate container 789d4deb7da3 [2020-12-31T00:46:44.748Z] ---> 1faac8ed9484 [2020-12-31T00:46:44.748Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T00:46:45.373Z] ---> Running in dd8e3c65e224 [2020-12-31T00:46:45.373Z] ---> 7e386e1ab6e4 [2020-12-31T00:46:45.373Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T00:46:45.373Z] Removing intermediate container a137b7a0f0e7 [2020-12-31T00:46:45.373Z] ---> 4d4e96679eb2 [2020-12-31T00:46:45.373Z] 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-31T00:46:45.988Z] Removing intermediate container dd8e3c65e224 [2020-12-31T00:46:45.988Z] ---> 8e7ad86ee64d [2020-12-31T00:46:45.988Z] Step 13/21 : WORKDIR /edgex [2020-12-31T00:46:46.268Z] ---> Running in 66f96135b7f2 [2020-12-31T00:46:46.268Z] Removing intermediate container 19a65d772603 [2020-12-31T00:46:46.268Z] ---> 5f0a39d224de [2020-12-31T00:46:46.268Z] [2020-12-31T00:46:46.268Z] Step 11/27 : FROM docker:latest [2020-12-31T00:46:46.268Z] ---> f66387bf908a [2020-12-31T00:46:46.268Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T00:46:46.566Z] ---> Running in 1120405d3ef5 [2020-12-31T00:46:46.843Z] ---> 3bbb622fb96e [2020-12-31T00:46:46.843Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T00:46:46.843Z] ---> 0d1375671875 [2020-12-31T00:46:46.843Z] 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-31T00:46:46.843Z] Removing intermediate container 66f96135b7f2 [2020-12-31T00:46:46.843Z] ---> 7720c2c8ceb4 [2020-12-31T00:46:46.843Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T00:46:47.086Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T00:46:47.086Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T00:46:47.086Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T00:46:47.086Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T00:46:47.116Z] ---> Running in 35b7fc02e0cd [2020-12-31T00:46:48.101Z] Removing intermediate container 35b7fc02e0cd [2020-12-31T00:46:48.101Z] ---> 0d3f403946d4 [2020-12-31T00:46:48.101Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:46:48.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:46:48.291Z] Reading package lists... [2020-12-31T00:46:48.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:46:48.387Z] ---> Running in 574957ab9569 [2020-12-31T00:46:48.552Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-31T00:46:48.666Z] ---> 86fdf37a020e [2020-12-31T00:46:48.666Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T00:46:48.666Z] ---> ccd6d1781c86 [2020-12-31T00:46:48.666Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T00:46:48.945Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T00:46:48.945Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T00:46:48.945Z] Executing bash-5.0.17-r0.post-install [2020-12-31T00:46:48.945Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:46:48.945Z] OK: 12 MiB in 22 packages [2020-12-31T00:46:49.225Z] Removing intermediate container 574957ab9569 [2020-12-31T00:46:49.225Z] ---> b5c1913cfc0c [2020-12-31T00:46:49.225Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T00:46:49.510Z] ---> Running in c3f733c52ebc [2020-12-31T00:46:50.505Z] ---> 0547e0c02a52 [2020-12-31T00:46:50.505Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T00:46:50.505Z] Removing intermediate container c3f733c52ebc [2020-12-31T00:46:50.505Z] ---> 95e592358751 [2020-12-31T00:46:50.505Z] Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:46:50.505Z] ---> 8d5b9dfc6f49 [2020-12-31T00:46:50.505Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T00:46:51.110Z] ---> Running in 497c84918111 [2020-12-31T00:46:51.708Z] Removing intermediate container 1120405d3ef5 [2020-12-31T00:46:51.708Z] ---> 626d8f47b924 [2020-12-31T00:46:51.708Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T00:46:51.983Z] Removing intermediate container 497c84918111 [2020-12-31T00:46:51.983Z] ---> 280c7bc54859 [2020-12-31T00:46:51.983Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T00:46:51.983Z] ---> 3810c8d1f472 [2020-12-31T00:46:51.983Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T00:46:52.267Z] ---> Running in 8a2e1561380d [2020-12-31T00:46:52.560Z] ---> Running in dc7f4f5902c2 [2020-12-31T00:46:53.155Z] ---> 1249f30ff6e4 [2020-12-31T00:46:53.155Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T00:46:53.433Z] ---> Running in d158195f12bd [2020-12-31T00:46:53.433Z] Removing intermediate container dc7f4f5902c2 [2020-12-31T00:46:53.433Z] ---> f75b8a9b2513 [2020-12-31T00:46:53.433Z] [2020-12-31T00:46:53.706Z] ---> 320cc606c074 [2020-12-31T00:46:53.706Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T00:46:53.983Z] Removing intermediate container d158195f12bd [2020-12-31T00:46:53.983Z] ---> bf50ca42fcba [2020-12-31T00:46:53.983Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T00:46:54.265Z] Successfully built f75b8a9b2513 [2020-12-31T00:46:54.265Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-31T00:46:54.265Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-31T00:46:54.265Z] ---> Running in 427d79023f75 [2020-12-31T00:46:55.141Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T00:46:55.141Z] Reading package lists... [2020-12-31T00:46:55.141Z] Building dependency tree... [2020-12-31T00:46:55.141Z] Reading state information... [2020-12-31T00:46:55.141Z] Suggested packages: [2020-12-31T00:46:55.141Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-31T00:46:55.141Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-31T00:46:55.141Z] Recommended packages: [2020-12-31T00:46:55.141Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-31T00:46:55.141Z] The following NEW packages will be installed: [2020-12-31T00:46:55.141Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-31T00:46:55.141Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-31T00:46:55.141Z] pkg-config zip [2020-12-31T00:46:55.141Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T00:46:55.141Z] Need to get 7655 kB of archives. [2020-12-31T00:46:55.141Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-31T00:46:55.142Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-31T00:46:55.142Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-31T00:46:55.142Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-31T00:46:55.270Z] ---> ee3f33ee9848 [2020-12-31T00:46:55.270Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T00:46:55.270Z] Removing intermediate container 427d79023f75 [2020-12-31T00:46:55.270Z] ---> 82c0bff3db60 [2020-12-31T00:46:55.270Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T00:46:55.402Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-31T00:46:55.402Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-31T00:46:55.402Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-31T00:46:55.549Z] ---> Running in 7688b63c6a82 [2020-12-31T00:46:55.663Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-31T00:46:55.663Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-31T00:46:55.663Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-31T00:46:55.663Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-31T00:46:55.664Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-31T00:46:55.664Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-31T00:46:55.824Z] ---> Running in 7a1dc8f75276 [2020-12-31T00:46:55.924Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-31T00:46:55.924Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-31T00:46:55.924Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-31T00:46:56.184Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T00:46:56.184Z] Fetched 7655 kB in 1s (6704 kB/s) [2020-12-31T00:46:56.184Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-31T00:46:56.184Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-31T00:46:56.184Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-31T00:46:56.184Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-31T00:46:56.427Z] Removing intermediate container 8a2e1561380d [2020-12-31T00:46:56.427Z] ---> fd39e60e4d58 [2020-12-31T00:46:56.427Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T00:46:56.445Z] Selecting previously unselected package libpsl5:amd64. [2020-12-31T00:46:56.445Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-31T00:46:56.445Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-31T00:46:56.445Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-31T00:46:56.702Z] Removing intermediate container 7a1dc8f75276 [2020-12-31T00:46:56.702Z] ---> 02f76d42a9a4 [2020-12-31T00:46:56.702Z] Step 20/21 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:46:56.705Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-31T00:46:56.705Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-31T00:46:56.705Z] Selecting previously unselected package librtmp1:amd64. [2020-12-31T00:46:56.705Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-31T00:46:56.705Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-31T00:46:56.705Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-31T00:46:56.705Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-31T00:46:56.705Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-31T00:46:56.967Z] Selecting previously unselected package liberror-perl. [2020-12-31T00:46:56.967Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-31T00:46:56.967Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-31T00:46:56.967Z] Selecting previously unselected package git-man. [2020-12-31T00:46:56.967Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-31T00:46:56.967Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-31T00:46:56.987Z] ---> Running in 01fba6fef2a3 [2020-12-31T00:46:57.228Z] Selecting previously unselected package git. [2020-12-31T00:46:57.228Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-31T00:46:57.228Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-31T00:46:57.589Z] ---> Running in 6c201249deae [2020-12-31T00:46:58.169Z] Selecting previously unselected package libnorm1:amd64. [2020-12-31T00:46:58.169Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-31T00:46:58.169Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-31T00:46:58.169Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-31T00:46:58.169Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-31T00:46:58.169Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-31T00:46:58.169Z] Selecting previously unselected package libsodium23:amd64. [2020-12-31T00:46:58.169Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-31T00:46:58.169Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-31T00:46:58.429Z] Selecting previously unselected package libzmq5:amd64. [2020-12-31T00:46:58.429Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-31T00:46:58.429Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T00:46:58.429Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-31T00:46:58.430Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-31T00:46:58.430Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T00:46:58.571Z] Removing intermediate container 01fba6fef2a3 [2020-12-31T00:46:58.571Z] ---> 8d10f4c975f1 [2020-12-31T00:46:58.571Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T00:46:58.690Z] Selecting previously unselected package pkg-config. [2020-12-31T00:46:58.690Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-31T00:46:58.690Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-31T00:46:58.690Z] Selecting previously unselected package zip. [2020-12-31T00:46:58.690Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-31T00:46:58.690Z] Unpacking zip (3.0-11build1) ... [2020-12-31T00:46:58.857Z] Removing intermediate container 6c201249deae [2020-12-31T00:46:58.857Z] ---> 884a171273df [2020-12-31T00:46:58.857Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T00:46:58.950Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-31T00:46:58.950Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-31T00:46:58.950Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-31T00:46:58.950Z] Setting up liberror-perl (0.17025-1) ... [2020-12-31T00:46:58.950Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-31T00:46:58.950Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-31T00:46:58.950Z] No schema files found: doing nothing. [2020-12-31T00:46:58.950Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-31T00:46:58.950Z] Setting up zip (3.0-11build1) ... [2020-12-31T00:46:58.950Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-31T00:46:59.149Z] ---> Running in 798e9c0deeb0 [2020-12-31T00:46:59.211Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-31T00:46:59.211Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-31T00:46:59.211Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T00:46:59.211Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-31T00:46:59.211Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T00:46:59.211Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-31T00:46:59.211Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T00:46:59.768Z] ---> Running in 36c0f72787b5 [2020-12-31T00:47:00.048Z] Removing intermediate container 7688b63c6a82 [2020-12-31T00:47:00.048Z] ---> 7c2bea84e3c9 [2020-12-31T00:47:00.048Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T00:47:00.324Z] Removing intermediate container f4575d98858a [2020-12-31T00:47:00.324Z] ---> 3e4260b1f1e7 [2020-12-31T00:47:00.324Z] [2020-12-31T00:47:00.324Z] Step 10/23 : FROM alpine [2020-12-31T00:47:00.324Z] ---> afeebe901d6b [2020-12-31T00:47:00.324Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:47:00.599Z] Removing intermediate container 798e9c0deeb0 [2020-12-31T00:47:00.599Z] ---> 43aecbe60998 [2020-12-31T00:47:00.599Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T00:47:00.875Z] ---> Running in d605ac54f278 [2020-12-31T00:47:00.875Z] ---> Running in fb4c38ae0a8f [2020-12-31T00:47:00.875Z] ---> Running in 3f8c3318f7d3 [2020-12-31T00:47:00.875Z] Removing intermediate container 36c0f72787b5 [2020-12-31T00:47:00.875Z] ---> 680525a42693 [2020-12-31T00:47:00.875Z] [2020-12-31T00:47:01.471Z] Removing intermediate container d605ac54f278 [2020-12-31T00:47:01.471Z] ---> 994504d7d055 [2020-12-31T00:47:01.471Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T00:47:01.471Z] Successfully built 680525a42693 [2020-12-31T00:47:01.471Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-31T00:47:01.471Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container fb4c38ae0a8f [2020-12-31T00:47:01.471Z] ---> b0cc01019d80 [2020-12-31T00:47:01.471Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T00:47:01.471Z] Building docker-security-bootstrap-redis-go [2020-12-31T00:47:01.764Z] ---> Running in de288bbabe25 [2020-12-31T00:47:01.764Z] Removing intermediate container 3f8c3318f7d3 [2020-12-31T00:47:01.764Z] ---> 0376915c4e97 [2020-12-31T00:47:01.764Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T00:47:01.764Z] ---> Running in bd31e99c6e74 [2020-12-31T00:47:02.365Z] Removing intermediate container de288bbabe25 [2020-12-31T00:47:02.365Z] ---> 3bd3fcf5bb8c [2020-12-31T00:47:02.365Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T00:47:02.640Z] ---> Running in b8e17e4b65af [2020-12-31T00:47:02.640Z] Removing intermediate container bd31e99c6e74 [2020-12-31T00:47:02.640Z] ---> 645a062c516c [2020-12-31T00:47:02.640Z] Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:47:02.914Z] ---> Running in 22265514e239 [2020-12-31T00:47:03.190Z] Removing intermediate container b8e17e4b65af [2020-12-31T00:47:03.190Z] ---> ebded74bd3b6 [2020-12-31T00:47:03.190Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:47:03.190Z] ---> 924471597d07 [2020-12-31T00:47:03.190Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T00:47:03.464Z] ---> Running in c45b3d9d185c [2020-12-31T00:47:03.464Z] Removing intermediate container 22265514e239 [2020-12-31T00:47:03.464Z] ---> d60762589cc6 [2020-12-31T00:47:03.464Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T00:47:04.082Z] ---> Running in b5b0a94cb526 [2020-12-31T00:47:04.692Z] ---> fb9261211935 [2020-12-31T00:47:04.692Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T00:47:05.290Z] Removing intermediate container b5b0a94cb526 [2020-12-31T00:47:05.290Z] ---> 1d521d99c201 [2020-12-31T00:47:05.290Z] [2020-12-31T00:47:05.805Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T00:47:05.893Z] Successfully built 1d521d99c201 [2020-12-31T00:47:05.893Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-31T00:47:05.893Z] Building docker-security-bootstrapper-go [2020-12-31T00:47:06.068Z] git set to automatically installed. [2020-12-31T00:47:06.068Z] git-man set to automatically installed. [2020-12-31T00:47:06.068Z] libcurl3-gnutls set to automatically installed. [2020-12-31T00:47:06.068Z] liberror-perl set to automatically installed. [2020-12-31T00:47:06.068Z] libglib2.0-0 set to automatically installed. [2020-12-31T00:47:06.068Z] libnghttp2-14 set to automatically installed. [2020-12-31T00:47:06.068Z] libnorm1 set to automatically installed. [2020-12-31T00:47:06.068Z] libpgm-5.2-0 set to automatically installed. [2020-12-31T00:47:06.068Z] libpsl5 set to automatically installed. [2020-12-31T00:47:06.068Z] librtmp1 set to automatically installed. [2020-12-31T00:47:06.068Z] libsodium23 set to automatically installed. [2020-12-31T00:47:06.068Z] libzmq3-dev set to automatically installed. [2020-12-31T00:47:06.068Z] libzmq5 set to automatically installed. [2020-12-31T00:47:06.068Z] pkg-config set to automatically installed. [2020-12-31T00:47:06.068Z] zip set to automatically installed. [2020-12-31T00:47:06.501Z]  Building docker-security-secretstore-setup-go ... done  ---> e7ab42f3a358 [2020-12-31T00:47:06.501Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T00:47:06.501Z] ---> Running in 594546a02d42 [2020-12-31T00:47:07.455Z] snapd is not logged in, snap install commands will use sudo [2020-12-31T00:47:07.484Z] Removing intermediate container c45b3d9d185c [2020-12-31T00:47:07.484Z] ---> 5780ad722048 [2020-12-31T00:47:07.484Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T00:47:07.484Z] ---> Running in b8a764b59376 [2020-12-31T00:47:08.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:08.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:08.969Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T00:47:08.969Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T00:47:08.970Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T00:47:08.970Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T00:47:08.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:08.970Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T00:47:08.970Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T00:47:08.970Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T00:47:09.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:10.942Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T00:47:10.943Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T00:47:10.943Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T00:47:10.943Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T00:47:10.943Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T00:47:10.943Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T00:47:10.943Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T00:47:10.943Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T00:47:10.943Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T00:47:11.215Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T00:47:11.215Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T00:47:11.215Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T00:47:11.215Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T00:47:11.215Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T00:47:11.215Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T00:47:11.215Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T00:47:11.215Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T00:47:11.490Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T00:47:11.490Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T00:47:11.490Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T00:47:11.490Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T00:47:11.490Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T00:47:11.490Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T00:47:11.490Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T00:47:11.490Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T00:47:11.490Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T00:47:11.773Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T00:47:11.773Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T00:47:11.773Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T00:47:11.773Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T00:47:11.773Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:47:11.773Z] OK: 71 MiB in 55 packages [2020-12-31T00:47:11.773Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T00:47:12.062Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:47:12.062Z] OK: 8 MiB in 19 packages [2020-12-31T00:47:14.060Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T00:47:14.060Z] snap "core18" has no updates available [2020-12-31T00:47:15.004Z] Pulling config-common [2020-12-31T00:47:15.949Z] Pulling go-build-helper [2020-12-31T00:47:17.463Z] Removing intermediate container b8a764b59376 [2020-12-31T00:47:17.463Z] ---> 145dc8da77d1 [2020-12-31T00:47:17.463Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T00:47:18.061Z] ---> 8bc07d2a4964 [2020-12-31T00:47:18.061Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T00:47:21.480Z] ---> f3f90daac529 [2020-12-31T00:47:21.480Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T00:47:22.455Z] ---> 8eccf898cc7f [2020-12-31T00:47:22.455Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T00:47:23.057Z] ---> Running in 3f1af0734bc4 [2020-12-31T00:47:23.057Z] Removing intermediate container 594546a02d42 [2020-12-31T00:47:23.057Z] ---> f9abc45d0b9e [2020-12-31T00:47:23.057Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T00:47:23.329Z] ---> Running in 0a1dd2561213 [2020-12-31T00:47:23.608Z] Removing intermediate container 3f1af0734bc4 [2020-12-31T00:47:23.608Z] ---> a31286c53560 [2020-12-31T00:47:23.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:47:23.880Z] ---> Running in 53a457cc0ec2 [2020-12-31T00:47:24.474Z] Removing intermediate container 53a457cc0ec2 [2020-12-31T00:47:24.475Z] ---> cf45e6850fdd [2020-12-31T00:47:24.475Z] Step 21/23 : LABEL arch=arm64 [2020-12-31T00:47:24.746Z] ---> Running in 76af5995ac4e [2020-12-31T00:47:25.726Z] Removing intermediate container 76af5995ac4e [2020-12-31T00:47:25.726Z] ---> cd4d4aa07bd2 [2020-12-31T00:47:25.726Z] Step 22/23 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:47:26.339Z] ---> Running in 76b0343d0b6b [2020-12-31T00:47:26.940Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:47:26.940Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:47:26.940Z] ---> 5702ec7bd42f [2020-12-31T00:47:26.940Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T00:47:26.940Z] ---> Using cache [2020-12-31T00:47:26.940Z] ---> 55d14f52966b [2020-12-31T00:47:26.940Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:47:26.940Z] ---> Using cache [2020-12-31T00:47:26.940Z] ---> afa5e622f0d5 [2020-12-31T00:47:26.940Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T00:47:26.940Z] Removing intermediate container 76b0343d0b6b [2020-12-31T00:47:26.940Z] ---> 13705cad0fee [2020-12-31T00:47:26.940Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T00:47:27.221Z] ---> Running in 2912ea7b877d [2020-12-31T00:47:27.496Z] ---> Running in d725df7f252a [2020-12-31T00:47:28.944Z] Removing intermediate container d725df7f252a [2020-12-31T00:47:28.944Z] ---> 1469c4fdd3bc [2020-12-31T00:47:28.944Z] [2020-12-31T00:47:28.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:29.542Z] Successfully built 1469c4fdd3bc [2020-12-31T00:47:29.542Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-31T00:47:29.542Z] Building docker-core-command-go [2020-12-31T00:47:30.136Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:30.414Z] Collecting docker-compose==1.23.2 [2020-12-31T00:47:30.687Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T00:47:31.280Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:47:31.280Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:47:31.280Z] OK: 12620 distinct packages available [2020-12-31T00:47:31.879Z] Collecting PyYAML<4,>=3.10 [2020-12-31T00:47:31.879Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T00:47:32.154Z] OK: 217 MiB in 51 packages [2020-12-31T00:47:35.565Z] Removing intermediate container 2912ea7b877d [2020-12-31T00:47:35.565Z] ---> f4b602c6f85f [2020-12-31T00:47:35.565Z] Step 6/24 : COPY go.mod . [2020-12-31T00:47:36.166Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T00:47:36.441Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T00:47:36.716Z] ---> d896dbeaa901 [2020-12-31T00:47:36.716Z] Step 7/24 : RUN go mod download [2020-12-31T00:47:37.719Z] ---> Running in 2700014ee97a [2020-12-31T00:47:39.181Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:47:39.181Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:47:39.181Z] ---> 5702ec7bd42f [2020-12-31T00:47:39.181Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T00:47:39.181Z] ---> Using cache [2020-12-31T00:47:39.181Z] ---> 55d14f52966b [2020-12-31T00:47:39.181Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:47:39.181Z] ---> Using cache [2020-12-31T00:47:39.181Z] ---> afa5e622f0d5 [2020-12-31T00:47:39.181Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T00:47:39.465Z] ---> Running in bf18f3ca4600 [2020-12-31T00:47:40.059Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T00:47:40.059Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T00:47:40.657Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T00:47:40.932Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T00:47:40.932Z] 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-31T00:47:41.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:41.482Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T00:47:41.482Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T00:47:42.462Z] Removing intermediate container 2700014ee97a [2020-12-31T00:47:42.462Z] ---> b97ed2c6f7f4 [2020-12-31T00:47:42.462Z] Step 8/24 : COPY . . [2020-12-31T00:47:42.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:42.538Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-31T00:47:42.538Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-31T00:47:42.538Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-31T00:47:42.538Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-31T00:47:42.538Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-31T00:47:42.538Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-31T00:47:42.538Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-31T00:47:42.538Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-31T00:47:42.538Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-31T00:47:42.538Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-31T00:47:42.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-31T00:47:42.538Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-31T00:47:42.538Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-31T00:47:42.538Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-31T00:47:42.538Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-31T00:47:42.539Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-31T00:47:42.539Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-31T00:47:42.539Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-31T00:47:42.539Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-31T00:47:42.539Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-31T00:47:42.539Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-31T00:47:42.539Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-31T00:47:42.539Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-31T00:47:42.539Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-31T00:47:42.539Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-31T00:47:42.539Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-31T00:47:42.539Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-31T00:47:42.539Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-31T00:47:42.539Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-31T00:47:42.539Z] Fetched 279 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-31T00:47:42.539Z] Fetched 122 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-31T00:47:42.539Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-31T00:47:42.539Z] Fetched 8848 B in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-31T00:47:42.539Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-31T00:47:42.539Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-31T00:47:42.539Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-31T00:47:42.539Z] Fetched 214 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-31T00:47:42.539Z] Fetched 155 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-31T00:47:42.539Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-31T00:47:42.539Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-31T00:47:42.539Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-31T00:47:42.539Z] Fetched 499 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-31T00:47:42.539Z] Fetched 111 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-31T00:47:42.539Z] Fetched 240 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-31T00:47:42.539Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-31T00:47:42.539Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-31T00:47:42.539Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-31T00:47:42.539Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-31T00:47:42.539Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-31T00:47:42.539Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-31T00:47:42.539Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-31T00:47:42.539Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-31T00:47:42.539Z] Fetched 8720 B in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-31T00:47:42.539Z] Fetched 137 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-31T00:47:42.539Z] Fetched 119 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-31T00:47:42.539Z] Fetched 109 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-31T00:47:42.539Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-31T00:47:42.539Z] Fetched 645 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-31T00:47:42.539Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-31T00:47:42.539Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-31T00:47:42.539Z] Fetched 368 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-31T00:47:42.539Z] Fetched 187 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-31T00:47:42.539Z] Fetched 175 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-31T00:47:42.539Z] Fetched 206 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-31T00:47:42.539Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-31T00:47:42.539Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-31T00:47:42.539Z] Fetched 159 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-31T00:47:42.539Z] Fetched 107 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-31T00:47:42.539Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-31T00:47:42.539Z] Pulling static-packages [2020-12-31T00:47:42.801Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-31T00:47:42.801Z] Skipping pull go-build-helper (already ran) [2020-12-31T00:47:42.801Z] Skipping pull static-packages (already ran) [2020-12-31T00:47:42.801Z] Building go-build-helper [2020-12-31T00:47:44.099Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T00:47:44.099Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T00:47:44.099Z] OK: 12620 distinct packages available [2020-12-31T00:47:44.429Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-31T00:47:44.429Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:47:44.429Z] ---> 5702ec7bd42f [2020-12-31T00:47:44.429Z] Step 3/32 : WORKDIR /edgex-go [2020-12-31T00:47:44.430Z] ---> Using cache [2020-12-31T00:47:44.430Z] ---> 55d14f52966b [2020-12-31T00:47:44.430Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:47:44.430Z] ---> Using cache [2020-12-31T00:47:44.430Z] ---> afa5e622f0d5 [2020-12-31T00:47:44.430Z] Step 5/32 : RUN apk add --update --no-cache make git [2020-12-31T00:47:45.069Z] ---> Running in c994ff821cee [2020-12-31T00:47:45.345Z] OK: 217 MiB in 51 packages [2020-12-31T00:47:45.944Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T00:47:45.944Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T00:47:47.009Z] Building static-packages [2020-12-31T00:47:47.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:47.675Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T00:47:47.675Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T00:47:48.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:47:48.888Z] Removing intermediate container bf18f3ca4600 [2020-12-31T00:47:48.888Z] ---> cd8a1ec624ec [2020-12-31T00:47:48.888Z] Step 6/22 : COPY go.mod . [2020-12-31T00:47:48.925Z] Staging go-build-helper [2020-12-31T00:47:49.167Z] OK: 217 MiB in 51 packages [2020-12-31T00:47:49.496Z] Staging static-packages [2020-12-31T00:47:50.158Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T00:47:50.158Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T00:47:50.881Z] Pulling go115 [2020-12-31T00:47:51.151Z] ---> 1a0c05fb9a7b [2020-12-31T00:47:51.151Z] Step 7/22 : RUN go mod download [2020-12-31T00:47:51.151Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T00:47:51.151Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T00:47:51.751Z] ---> Running in 17b137e6286a [2020-12-31T00:47:51.751Z] Removing intermediate container c994ff821cee [2020-12-31T00:47:51.751Z] ---> 395f0d7578c9 [2020-12-31T00:47:51.751Z] Step 6/32 : COPY go.mod . [2020-12-31T00:47:51.823Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-31T00:47:51.823Z] Skipping pull go115 (already ran) [2020-12-31T00:47:51.823Z] Building go115 [2020-12-31T00:47:51.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-31T00:47:51.823Z] Dload Upload Total Spent Left Speed [2020-12-31T00:47:53.769Z] ---> f0bc9e827c37 [2020-12-31T00:47:53.769Z] Step 7/32 : RUN go mod download [2020-12-31T00:47:54.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 261k 0 0 1103k 0 0:01:47 --:--:-- 0:01:47 1098k 35 115M 35 40.9M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.1M 81 115M 81 94.0M 0 0 42.0M 0 0:00:02 0:00:02 --:--:-- 42.0M 100 115M 100 115M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M [2020-12-31T00:47:54.374Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T00:47:54.374Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T00:47:54.648Z] ---> Running in e3f30e2bff12 [2020-12-31T00:47:54.948Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-31T00:47:55.246Z] Collecting idna<2.8,>=2.5 [2020-12-31T00:47:55.246Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T00:47:55.246Z] 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-31T00:47:55.246Z] 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-31T00:47:56.709Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T00:47:56.709Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T00:47:56.987Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T00:47:56.987Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T00:47:56.987Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T00:47:56.987Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T00:47:57.263Z] Removing intermediate container 17b137e6286a [2020-12-31T00:47:57.263Z] ---> 5298ad387cce [2020-12-31T00:47:57.263Z] Step 8/22 : COPY . . [2020-12-31T00:47:58.720Z] Installing collected packages: PyYAML, texttable, jsonschema, cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose [2020-12-31T00:47:58.720Z] Running setup.py install for PyYAML: started [2020-12-31T00:47:59.159Z] Staging go115 [2020-12-31T00:47:59.320Z] Removing intermediate container e3f30e2bff12 [2020-12-31T00:47:59.320Z] ---> c104f57000f7 [2020-12-31T00:47:59.320Z] Step 8/32 : COPY . . [2020-12-31T00:48:00.771Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:48:00.771Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:48:00.771Z] ---> 5702ec7bd42f [2020-12-31T00:48:00.771Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T00:48:00.771Z] ---> Using cache [2020-12-31T00:48:00.771Z] ---> 55d14f52966b [2020-12-31T00:48:00.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:48:00.771Z] ---> Using cache [2020-12-31T00:48:00.771Z] ---> afa5e622f0d5 [2020-12-31T00:48:00.771Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T00:48:00.771Z] ---> Using cache [2020-12-31T00:48:00.771Z] ---> cd8a1ec624ec [2020-12-31T00:48:00.771Z] Step 6/22 : COPY go.mod . [2020-12-31T00:48:00.771Z] ---> Using cache [2020-12-31T00:48:00.771Z] ---> 1a0c05fb9a7b [2020-12-31T00:48:00.771Z] Step 7/22 : RUN go mod download [2020-12-31T00:48:00.771Z] ---> Using cache [2020-12-31T00:48:00.771Z] ---> 5298ad387cce [2020-12-31T00:48:00.771Z] Step 8/22 : COPY . . [2020-12-31T00:48:02.227Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T00:48:02.227Z] Running setup.py install for texttable: started [2020-12-31T00:48:04.473Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T00:48:04.473Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T00:48:04.473Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T00:48:04.473Z] Fetched 0 B in 0s (0 B/s) [2020-12-31T00:48:04.473Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-31T00:48:04.473Z] Fetched 224 kB in 0s (0 B/s) [2020-12-31T00:48:04.473Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-31T00:48:04.473Z] Fetched 157 kB in 0s (0 B/s) [2020-12-31T00:48:04.473Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-31T00:48:04.473Z] Fetched 221 kB in 0s (0 B/s) [2020-12-31T00:48:04.473Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-31T00:48:04.473Z] Fetched 143 kB in 0s (0 B/s) [2020-12-31T00:48:04.473Z] Pulling edgex-go [2020-12-31T00:48:04.865Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T00:48:05.050Z] Pulling version [2020-12-31T00:48:05.463Z] Running setup.py install for docopt: started [2020-12-31T00:48:05.991Z] Building config-common [2020-12-31T00:48:08.539Z] Skipping build go-build-helper (already ran) [2020-12-31T00:48:08.539Z] Skipping build static-packages (already ran) [2020-12-31T00:48:08.539Z] Skipping build go115 (already ran) [2020-12-31T00:48:08.539Z] Building edgex-go [2020-12-31T00:48:08.539Z] 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-31T00:48:08.880Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T00:48:11.533Z] Attempting uninstall: idna [2020-12-31T00:48:11.533Z] Found existing installation: idna 2.9 [2020-12-31T00:48:11.533Z] Uninstalling idna-2.9: [2020-12-31T00:48:11.533Z] Successfully uninstalled idna-2.9 [2020-12-31T00:48:12.139Z] Attempting uninstall: urllib3 [2020-12-31T00:48:12.139Z] Found existing installation: urllib3 1.25.9 [2020-12-31T00:48:12.139Z] Uninstalling urllib3-1.25.9: [2020-12-31T00:48:12.415Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T00:48:12.415Z] ---> 75a3d3bd983d [2020-12-31T00:48:12.415Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T00:48:12.752Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2020-12-31T00:48:12.752Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-31T00:48:12.752Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2020-12-31T00:48:12.752Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-31T00:48:12.752Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-31T00:48:12.752Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-31T00:48:12.752Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-31T00:48:12.752Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-31T00:48:12.752Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-31T00:48:12.752Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-31T00:48:12.752Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-31T00:48:12.752Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-31T00:48:12.752Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-31T00:48:12.752Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-31T00:48:12.752Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-31T00:48:12.752Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-31T00:48:12.752Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-31T00:48:12.752Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-31T00:48:12.753Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-31T00:48:12.753Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-31T00:48:12.753Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-31T00:48:12.753Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-31T00:48:12.753Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-31T00:48:12.753Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-31T00:48:14.399Z] Attempting uninstall: requests [2020-12-31T00:48:14.399Z] Found existing installation: requests 2.23.0 [2020-12-31T00:48:14.399Z] Uninstalling requests-2.23.0: [2020-12-31T00:48:14.681Z] Successfully uninstalled requests-2.23.0 [2020-12-31T00:48:15.284Z] ---> Running in a73adb240d77 [2020-12-31T00:48:16.269Z] Running setup.py install for dockerpty: started [2020-12-31T00:48:16.871Z] 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-31T00:48:18.864Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T00:48:19.333Z] 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-31T00:48:20.309Z] 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-31T00:48:23.537Z] 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-31T00:48:24.487Z] 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-31T00:48:25.770Z] ---> 1d56564afcc7 [2020-12-31T00:48:25.770Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T00:48:25.870Z] 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-31T00:48:26.046Z] ---> Running in 1f7a040e3f1d [2020-12-31T00:48:26.132Z] 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-31T00:48:26.132Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-31T00:48:26.393Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-31T00:48:26.393Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-31T00:48:26.393Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-31T00:48:28.032Z] ---> 3754ca8e89e9 [2020-12-31T00:48:28.032Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T00:48:28.032Z] ---> 6e8f451916d4 [2020-12-31T00:48:28.032Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T00:48:28.305Z] 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-31T00:48:28.305Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-31T00:48:28.305Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-31T00:48:28.311Z] 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-31T00:48:28.311Z] ---> Running in 90d239534c46 [2020-12-31T00:48:28.311Z] ---> Running in 4c7aae97479f [2020-12-31T00:48:28.918Z] Removing intermediate container 0a1dd2561213 [2020-12-31T00:48:28.918Z] ---> 464d70fe3aa8 [2020-12-31T00:48:28.918Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T00:48:29.195Z] ---> Running in 3c60ae84a895 [2020-12-31T00:48:29.246Z] 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-31T00:48:29.246Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-31T00:48:30.627Z] 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-31T00:48:30.627Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-31T00:48:31.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2020-12-31T00:48:31.185Z] 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-31T00:48:31.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:48:31.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:48:32.007Z] 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-31T00:48:32.722Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T00:48:32.722Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T00:48:32.722Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T00:48:32.722Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:48:32.722Z] OK: 71 MiB in 58 packages [2020-12-31T00:48:32.947Z] 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-31T00:48:33.519Z] 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-31T00:48:34.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2020-12-31T00:48:34.463Z] go: downloading github.com/lib/pq v1.9.0 [2020-12-31T00:48:34.716Z] Removing intermediate container 3c60ae84a895 [2020-12-31T00:48:34.716Z] ---> 3d5cbe40e729 [2020-12-31T00:48:34.716Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T00:48:34.716Z] ---> Running in 40ef0bfc4e2f [2020-12-31T00:48:35.714Z] Removing intermediate container 40ef0bfc4e2f [2020-12-31T00:48:35.714Z] ---> fa3b4324d48d [2020-12-31T00:48:35.714Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:48:35.714Z] ---> Running in ee65a3ff8df8 [2020-12-31T00:48:36.718Z] Removing intermediate container ee65a3ff8df8 [2020-12-31T00:48:36.718Z] ---> 2447e7476911 [2020-12-31T00:48:36.718Z] Step 25/27 : LABEL arch=arm64 [2020-12-31T00:48:36.718Z] ---> Running in e4c15ebf397f [2020-12-31T00:48:37.325Z] Removing intermediate container e4c15ebf397f [2020-12-31T00:48:37.325Z] ---> 1b55da6a9521 [2020-12-31T00:48:37.325Z] Step 26/27 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:48:37.602Z] ---> Running in 4999990ba3e6 [2020-12-31T00:48:37.760Z] Building version [2020-12-31T00:48:38.209Z] Removing intermediate container 4999990ba3e6 [2020-12-31T00:48:38.209Z] ---> 30ceacec50b8 [2020-12-31T00:48:38.209Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T00:48:38.209Z] ---> Running in 055b133f1851 [2020-12-31T00:48:38.812Z] Removing intermediate container 055b133f1851 [2020-12-31T00:48:38.812Z] ---> 045c6a7c10d5 [2020-12-31T00:48:38.812Z] [2020-12-31T00:48:39.147Z] Staging config-common [2020-12-31T00:48:39.413Z] Successfully built 045c6a7c10d5 [2020-12-31T00:48:39.413Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-31T00:48:39.413Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-12-31T00:48:40.087Z] Skipping stage go-build-helper (already ran) [2020-12-31T00:48:40.088Z] Skipping stage static-packages (already ran) [2020-12-31T00:48:40.088Z] Skipping stage go115 (already ran) [2020-12-31T00:48:40.088Z] Staging edgex-go [2020-12-31T00:48:41.029Z] Staging version [2020-12-31T00:48:41.984Z] Priming config-common [2020-12-31T00:48:42.925Z] Priming go-build-helper [2020-12-31T00:48:43.871Z] Priming static-packages [2020-12-31T00:48:46.418Z] Priming go115 [2020-12-31T00:48:46.990Z] Priming edgex-go [2020-12-31T00:48:48.374Z] Priming version [2020-12-31T00:48:48.944Z] 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] } [2020-12-31T00:49:06.300Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T00:49:06.300Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T00:49:06.300Z] ---> 5702ec7bd42f [2020-12-31T00:49:06.300Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T00:49:06.300Z] ---> Using cache [2020-12-31T00:49:06.300Z] ---> 55d14f52966b [2020-12-31T00:49:06.300Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T00:49:06.300Z] ---> Using cache [2020-12-31T00:49:06.300Z] ---> afa5e622f0d5 [2020-12-31T00:49:06.300Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T00:49:06.300Z] ---> Using cache [2020-12-31T00:49:06.300Z] ---> cd8a1ec624ec [2020-12-31T00:49:06.300Z] Step 6/22 : COPY go.mod . [2020-12-31T00:49:06.300Z] ---> Using cache [2020-12-31T00:49:06.300Z] ---> 1a0c05fb9a7b [2020-12-31T00:49:06.300Z] Step 7/22 : RUN go mod download [2020-12-31T00:49:06.300Z] ---> Using cache [2020-12-31T00:49:06.300Z] ---> 5298ad387cce [2020-12-31T00:49:06.300Z] Step 8/22 : COPY . . [2020-12-31T00:49:06.300Z] ---> Using cache [2020-12-31T00:49:06.300Z] ---> 6e8f451916d4 [2020-12-31T00:49:06.300Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T00:49:06.300Z] ---> Running in e6a142bb6408 [2020-12-31T00:49:07.287Z] 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-31T00:49:54.413Z] Removing intermediate container a73adb240d77 [2020-12-31T00:49:54.413Z] ---> 3175edd900bb [2020-12-31T00:49:54.413Z] [2020-12-31T00:49:54.413Z] Step 10/24 : FROM scratch [2020-12-31T00:49:54.413Z] ---> [2020-12-31T00:49:54.413Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T00:49:54.413Z] ---> Running in 6e4a77687457 [2020-12-31T00:49:54.413Z] Removing intermediate container 6e4a77687457 [2020-12-31T00:49:54.413Z] ---> c04fb9d22a15 [2020-12-31T00:49:54.413Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T00:49:54.413Z] ---> Running in 8a05a50542fc [2020-12-31T00:49:55.014Z] Removing intermediate container 8a05a50542fc [2020-12-31T00:49:55.014Z] ---> 6dfd3716d45d [2020-12-31T00:49:55.014Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T00:49:55.014Z] ---> Running in 2df97c88de44 [2020-12-31T00:49:55.622Z] Removing intermediate container 2df97c88de44 [2020-12-31T00:49:55.622Z] ---> ff847df8bef3 [2020-12-31T00:49:55.622Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T00:49:57.075Z] ---> 396f78838099 [2020-12-31T00:49:57.075Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T00:49:59.081Z] ---> c42242de5815 [2020-12-31T00:49:59.081Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T00:50:01.075Z] ---> 08439c453760 [2020-12-31T00:50:01.075Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T00:50:02.539Z] ---> 702e308295e9 [2020-12-31T00:50:02.540Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T00:50:04.003Z] ---> 7a64c95f490b [2020-12-31T00:50:04.003Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T00:50:05.014Z] ---> f0fc5ff07b1c [2020-12-31T00:50:05.014Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T00:50:05.291Z] ---> Running in e87e206e4a72 [2020-12-31T00:50:06.290Z] Removing intermediate container e87e206e4a72 [2020-12-31T00:50:06.290Z] ---> 36409d0f9205 [2020-12-31T00:50:06.290Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:50:06.905Z] ---> Running in cfbe981ba2d1 [2020-12-31T00:50:06.905Z] 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-31T00:50:07.517Z] Removing intermediate container cfbe981ba2d1 [2020-12-31T00:50:07.517Z] ---> 1296d2471afd [2020-12-31T00:50:07.517Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T00:50:07.802Z] ---> Running in fbdc290936e6 [2020-12-31T00:50:08.789Z] Removing intermediate container fbdc290936e6 [2020-12-31T00:50:08.789Z] ---> 654d022e8135 [2020-12-31T00:50:08.789Z] Step 23/24 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:50:09.069Z] ---> Running in bc887feba49b [2020-12-31T00:50:10.528Z] Removing intermediate container bc887feba49b [2020-12-31T00:50:10.528Z] ---> a88abaca7b97 [2020-12-31T00:50:10.528Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T00:50:10.808Z] ---> Running in cfd9800b6eb8 [2020-12-31T00:50:11.804Z] Removing intermediate container 1f7a040e3f1d [2020-12-31T00:50:11.804Z] ---> 9d42dc5071b6 [2020-12-31T00:50:11.804Z] [2020-12-31T00:50:11.804Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T00:50:11.804Z] ---> 536a684cf733 [2020-12-31T00:50:11.804Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T00:50:11.804Z] ---> Using cache [2020-12-31T00:50:11.804Z] ---> d6334e0deb7f [2020-12-31T00:50:11.804Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T00:50:11.804Z] Removing intermediate container cfd9800b6eb8 [2020-12-31T00:50:11.804Z] ---> 767c6aa77767 [2020-12-31T00:50:11.804Z] [2020-12-31T00:50:11.804Z] ---> Running in a578ef6e08ba [2020-12-31T00:50:12.429Z] Successfully built 767c6aa77767 [2020-12-31T00:50:12.429Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-31T00:50:13.038Z]  Building docker-support-notifications-go ... done Removing intermediate container a578ef6e08ba [2020-12-31T00:50:13.038Z] ---> 3f86bd1989a6 [2020-12-31T00:50:13.038Z] Step 13/22 : WORKDIR / [2020-12-31T00:50:13.316Z] ---> Running in dd1f8da45992 [2020-12-31T00:50:13.926Z] Removing intermediate container dd1f8da45992 [2020-12-31T00:50:13.926Z] ---> 0aa72723c1e7 [2020-12-31T00:50:13.926Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T00:50:15.926Z] ---> e8e7c6f0c5b0 [2020-12-31T00:50:15.926Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T00:50:18.581Z] ---> a5707ff4bf73 [2020-12-31T00:50:18.581Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T00:50:18.859Z] Removing intermediate container 4c7aae97479f [2020-12-31T00:50:18.859Z] ---> abc18a176108 [2020-12-31T00:50:18.859Z] [2020-12-31T00:50:18.859Z] Step 10/22 : FROM scratch [2020-12-31T00:50:18.859Z] ---> [2020-12-31T00:50:18.859Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:50:19.137Z] ---> Using cache [2020-12-31T00:50:19.137Z] ---> 2a0b91292255 [2020-12-31T00:50:19.137Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T00:50:19.418Z] ---> Running in 0549b5ade954 [2020-12-31T00:50:20.034Z] ---> 983a38ff5814 [2020-12-31T00:50:20.034Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T00:50:20.318Z] Removing intermediate container 0549b5ade954 [2020-12-31T00:50:20.318Z] ---> a97b6cce3b07 [2020-12-31T00:50:20.318Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T00:50:20.592Z] ---> Running in 093409dd0a33 [2020-12-31T00:50:21.211Z] ---> 37d39cbfd260 [2020-12-31T00:50:21.211Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T00:50:21.496Z] Removing intermediate container 093409dd0a33 [2020-12-31T00:50:21.496Z] ---> 20ccabece8d1 [2020-12-31T00:50:21.496Z] Step 14/22 : WORKDIR / [2020-12-31T00:50:21.496Z] ---> Running in c9c91da7b1ae [2020-12-31T00:50:21.776Z] ---> Running in 156d9802a7de [2020-12-31T00:50:22.790Z] Removing intermediate container 156d9802a7de [2020-12-31T00:50:22.790Z] ---> b107d3072175 [2020-12-31T00:50:22.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T00:50:24.256Z] ---> 7577570ecce9 [2020-12-31T00:50:24.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T00:50:26.892Z] Removing intermediate container c9c91da7b1ae [2020-12-31T00:50:26.892Z] ---> ec1bcb2386d4 [2020-12-31T00:50:26.892Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T00:50:27.170Z] ---> Running in f4d5bb04a1a9 [2020-12-31T00:50:27.447Z] ---> 3056379897ff [2020-12-31T00:50:27.447Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T00:50:28.440Z] Removing intermediate container f4d5bb04a1a9 [2020-12-31T00:50:28.440Z] ---> f6efc57d0ffd [2020-12-31T00:50:28.440Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T00:50:28.720Z] ---> Running in 63d0b09eb945 [2020-12-31T00:50:29.002Z] Removing intermediate container 90d239534c46 [2020-12-31T00:50:29.002Z] ---> 7b2ded763337 [2020-12-31T00:50:29.002Z] [2020-12-31T00:50:29.002Z] Step 10/32 : FROM alpine:3.12 [2020-12-31T00:50:29.002Z] 3.12: Pulling from library/alpine [2020-12-31T00:50:29.002Z] ---> e132b73d2b75 [2020-12-31T00:50:29.002Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T00:50:29.275Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T00:50:29.275Z] Status: Downloaded newer image for alpine:3.12 [2020-12-31T00:50:29.275Z] ---> afeebe901d6b [2020-12-31T00:50:29.275Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2020-12-31T00:50:29.556Z] ---> Running in 8e2c2752c3c6 [2020-12-31T00:50:29.556Z] ---> Running in c9373b9ad6c7 [2020-12-31T00:50:29.836Z] Removing intermediate container 63d0b09eb945 [2020-12-31T00:50:29.837Z] ---> 9c405faf057e [2020-12-31T00:50:29.837Z] Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:50:30.116Z] ---> Running in 9f4e0135d106 [2020-12-31T00:50:30.722Z] Removing intermediate container 8e2c2752c3c6 [2020-12-31T00:50:30.722Z] ---> c7e0fd681f90 [2020-12-31T00:50:30.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:50:31.014Z] ---> Running in 22488ae5a4f2 [2020-12-31T00:50:31.014Z] Removing intermediate container 9f4e0135d106 [2020-12-31T00:50:31.014Z] ---> 4b6d164e9498 [2020-12-31T00:50:31.014Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T00:50:31.630Z] ---> Running in c5f9ed40a678 [2020-12-31T00:50:31.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T00:50:31.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T00:50:31.917Z] Removing intermediate container 22488ae5a4f2 [2020-12-31T00:50:31.917Z] ---> a7d6ac082094 [2020-12-31T00:50:31.917Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T00:50:32.207Z] ---> Running in b18525eb8d77 [2020-12-31T00:50:32.207Z] Removing intermediate container c5f9ed40a678 [2020-12-31T00:50:32.207Z] ---> 882030bb48c9 [2020-12-31T00:50:32.207Z] [2020-12-31T00:50:32.483Z] (1/2) Installing dumb-init (1.2.2-r1) [2020-12-31T00:50:32.483Z] (2/2) Installing openssl (1.1.1i-r0) [2020-12-31T00:50:32.483Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T00:50:32.483Z] OK: 6 MiB in 16 packages [2020-12-31T00:50:32.762Z] Successfully built 882030bb48c9 [2020-12-31T00:50:32.762Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-31T00:50:32.762Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b18525eb8d77 [2020-12-31T00:50:32.762Z] ---> 9539529b4a86 [2020-12-31T00:50:33.042Z] Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:50:33.042Z] ---> Running in 341869d954df [2020-12-31T00:50:33.642Z] Removing intermediate container 341869d954df [2020-12-31T00:50:33.642Z] ---> bb65b211edc6 [2020-12-31T00:50:33.642Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T00:50:33.920Z] ---> Running in fcc3419d13aa [2020-12-31T00:50:34.205Z] Removing intermediate container c9373b9ad6c7 [2020-12-31T00:50:34.205Z] ---> 28a9026a40e3 [2020-12-31T00:50:34.205Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2020-12-31T00:50:34.205Z] ---> Running in 5b18e4b9c90d [2020-12-31T00:50:34.478Z] Removing intermediate container fcc3419d13aa [2020-12-31T00:50:34.478Z] ---> 6aaa1d407a0c [2020-12-31T00:50:34.478Z] [2020-12-31T00:50:35.090Z] Removing intermediate container 5b18e4b9c90d [2020-12-31T00:50:35.090Z] ---> c36d026ec011 [2020-12-31T00:50:35.090Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2020-12-31T00:50:35.090Z] Successfully built 6aaa1d407a0c [2020-12-31T00:50:35.090Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-31T00:50:35.090Z]  Building docker-core-command-go ... done  ---> Running in cc7b17b66343 [2020-12-31T00:50:36.078Z] Removing intermediate container cc7b17b66343 [2020-12-31T00:50:36.078Z] ---> 6b68e23bab32 [2020-12-31T00:50:36.078Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2020-12-31T00:50:36.078Z] ---> Running in 54359c16b641 [2020-12-31T00:50:37.055Z] Connecting to github.com (140.82.113.3:443) [2020-12-31T00:50:37.330Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.66.68:443) [2020-12-31T00:50:37.604Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2020-12-31T00:50:37.604Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2020-12-31T00:50:37.604Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2020-12-31T00:50:37.604Z] dockerize [2020-12-31T00:50:39.585Z] Removing intermediate container 54359c16b641 [2020-12-31T00:50:39.585Z] ---> 0ba8f36306e9 [2020-12-31T00:50:39.585Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2020-12-31T00:50:39.860Z] ---> Running in 4ab8a87f1af9 [2020-12-31T00:50:40.453Z] Removing intermediate container 4ab8a87f1af9 [2020-12-31T00:50:40.453Z] ---> 4f094207a406 [2020-12-31T00:50:40.453Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2020-12-31T00:50:40.727Z] ---> Running in f3ff8423c180 [2020-12-31T00:50:41.324Z] Removing intermediate container f3ff8423c180 [2020-12-31T00:50:41.324Z] ---> 55ae63b697c3 [2020-12-31T00:50:41.324Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2020-12-31T00:50:41.602Z] ---> Running in 5244d656a8d5 [2020-12-31T00:50:43.039Z] Copy dockerize executable [2020-12-31T00:50:43.039Z] Removing intermediate container e6a142bb6408 [2020-12-31T00:50:43.039Z] ---> 379d34ef29d8 [2020-12-31T00:50:43.039Z] [2020-12-31T00:50:43.039Z] Step 10/22 : FROM scratch [2020-12-31T00:50:43.039Z] ---> [2020-12-31T00:50:43.039Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T00:50:43.313Z] ---> Using cache [2020-12-31T00:50:43.313Z] ---> 2a0b91292255 [2020-12-31T00:50:43.313Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T00:50:43.585Z] ---> Running in 06c9c77d95e7 [2020-12-31T00:50:43.859Z] Removing intermediate container 06c9c77d95e7 [2020-12-31T00:50:43.859Z] ---> 9867d6ae1d98 [2020-12-31T00:50:43.859Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T00:50:44.131Z] ---> Running in 200b0b78fd6e [2020-12-31T00:50:44.402Z] Removing intermediate container 5244d656a8d5 [2020-12-31T00:50:44.402Z] ---> 43dbc54abba7 [2020-12-31T00:50:44.402Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2020-12-31T00:50:44.679Z] Removing intermediate container 200b0b78fd6e [2020-12-31T00:50:44.679Z] ---> 9a36637c23e3 [2020-12-31T00:50:44.679Z] Step 14/22 : WORKDIR / [2020-12-31T00:50:44.679Z] ---> Running in 6dcbf68cb38a [2020-12-31T00:50:44.679Z] ---> Running in 048c9088f6c0 [2020-12-31T00:50:45.275Z] Removing intermediate container 048c9088f6c0 [2020-12-31T00:50:45.275Z] Removing intermediate container 6dcbf68cb38a [2020-12-31T00:50:45.275Z] ---> 6ea0a032e3f2 [2020-12-31T00:50:45.275Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2020-12-31T00:50:45.275Z] ---> f0994b0b19b2 [2020-12-31T00:50:45.275Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T00:50:46.260Z] ---> fed7b762f855 [2020-12-31T00:50:46.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T00:50:46.260Z] ---> c3c5bf0ddce1 [2020-12-31T00:50:46.260Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2020-12-31T00:50:46.558Z] ---> Running in a2d07f36fd39 [2020-12-31T00:50:48.041Z] ---> a2aca9190cba [2020-12-31T00:50:48.041Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T00:50:49.056Z] ---> febe617a8602 [2020-12-31T00:50:49.056Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T00:50:49.056Z] ---> Running in 51263f7c4062 [2020-12-31T00:50:49.327Z] Removing intermediate container a2d07f36fd39 [2020-12-31T00:50:49.327Z] ---> 892211d3cf3b [2020-12-31T00:50:49.327Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2020-12-31T00:50:49.601Z] Removing intermediate container 51263f7c4062 [2020-12-31T00:50:49.601Z] ---> 964f499d542b [2020-12-31T00:50:49.601Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T00:50:49.874Z] ---> Running in f282bc96db53 [2020-12-31T00:50:50.468Z] Removing intermediate container f282bc96db53 [2020-12-31T00:50:50.468Z] ---> ccd2599f6364 [2020-12-31T00:50:50.468Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T00:50:50.468Z] ---> 99ec3b67b587 [2020-12-31T00:50:50.468Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2020-12-31T00:50:50.468Z] ---> Running in fe47403cbdea [2020-12-31T00:50:51.066Z] Removing intermediate container fe47403cbdea [2020-12-31T00:50:51.066Z] ---> d62b5be1b4f4 [2020-12-31T00:50:51.066Z] Step 21/22 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:50:51.343Z] ---> Running in e03dd63ddfc2 [2020-12-31T00:50:51.343Z] ---> 0cf473e5f7b6 [2020-12-31T00:50:51.343Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2020-12-31T00:50:51.939Z] Removing intermediate container e03dd63ddfc2 [2020-12-31T00:50:51.939Z] ---> 8bef84052788 [2020-12-31T00:50:51.939Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T00:50:52.211Z] ---> Running in c288330af512 [2020-12-31T00:50:52.484Z] ---> 5a35a316254d [2020-12-31T00:50:52.484Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2020-12-31T00:50:52.755Z] Removing intermediate container c288330af512 [2020-12-31T00:50:52.755Z] ---> ff44cf221667 [2020-12-31T00:50:52.755Z] [2020-12-31T00:50:53.353Z] Successfully built ff44cf221667 [2020-12-31T00:50:53.353Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-31T00:50:53.626Z]  Building docker-core-metadata-go ... done  ---> 39c7fb8e4190 [2020-12-31T00:50:53.626Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2020-12-31T00:50:54.219Z] ---> Running in c15219b1f174 [2020-12-31T00:50:54.493Z] Removing intermediate container c15219b1f174 [2020-12-31T00:50:54.493Z] ---> 085512991e3a [2020-12-31T00:50:54.493Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2020-12-31T00:50:55.467Z] ---> 35dfb1255037 [2020-12-31T00:50:55.467Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T00:50:56.063Z] ---> Running in 44541df5c5ad [2020-12-31T00:50:58.039Z] Removing intermediate container 44541df5c5ad [2020-12-31T00:50:58.039Z] ---> 0d613cf80557 [2020-12-31T00:50:58.039Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T00:50:58.628Z] ---> Running in a7b700b4db54 [2020-12-31T00:50:58.899Z] Removing intermediate container a7b700b4db54 [2020-12-31T00:50:58.899Z] ---> ec94046bb4c6 [2020-12-31T00:50:58.899Z] Step 29/32 : CMD ["install"] [2020-12-31T00:50:59.490Z] ---> Running in d528fc449f2e [2020-12-31T00:51:00.084Z] Removing intermediate container d528fc449f2e [2020-12-31T00:51:00.084Z] ---> 8e31f7463db2 [2020-12-31T00:51:00.084Z] Step 30/32 : LABEL arch=arm64 [2020-12-31T00:51:00.358Z] ---> Running in 748aee38e47a [2020-12-31T00:51:00.952Z] Removing intermediate container 748aee38e47a [2020-12-31T00:51:00.952Z] ---> 8a9316f2ba85 [2020-12-31T00:51:00.952Z] Step 31/32 : LABEL git_sha=8109a1dab38252af991e68ca473fdeea3b0706f5 [2020-12-31T00:51:01.546Z] ---> Running in 851e098957fd [2020-12-31T00:51:01.825Z] Removing intermediate container 851e098957fd [2020-12-31T00:51:01.825Z] ---> ba8aa1b013d6 [2020-12-31T00:51:01.825Z] Step 32/32 : LABEL version=0.0.0 [2020-12-31T00:51:02.425Z] ---> Running in 4468b850b455 [2020-12-31T00:51:02.698Z] Removing intermediate container 4468b850b455 [2020-12-31T00:51:02.698Z] ---> f1863909953e [2020-12-31T00:51:02.698Z] [2020-12-31T00:51:03.292Z] Successfully built f1863909953e [2020-12-31T00:51:03.292Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2020-12-31T00:51:03.903Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2020-12-31T00:51:03.917Z] $ docker stop --time=1 77c0dd12de9563106ae2de8ac23204ae18aedf7f0a30650287c197ba4974869d [2020-12-31T00:51:05.904Z] $ docker rm -f 77c0dd12de9563106ae2de8ac23204ae18aedf7f0a30650287c197ba4974869d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T00:51:06.585Z] + docker images [2020-12-31T00:51:06.585Z] + grep docker [2020-12-31T00:51:06.857Z] docker-security-bootstrapper-go-arm64 latest f1863909953e 4 seconds ago 40.2MB [2020-12-31T00:51:06.857Z] docker-core-metadata-go-arm64 latest ff44cf221667 14 seconds ago 12.2MB [2020-12-31T00:51:06.857Z] docker-core-command-go-arm64 latest 6aaa1d407a0c 32 seconds ago 9.98MB [2020-12-31T00:51:06.857Z] docker-security-bootstrap-redis-go-arm64 latest 882030bb48c9 35 seconds ago 15.1MB [2020-12-31T00:51:06.857Z] docker-support-notifications-go-arm64 latest 767c6aa77767 55 seconds ago 11.4MB [2020-12-31T00:51:06.857Z] docker-sys-mgmt-agent-go-arm64 latest 045c6a7c10d5 2 minutes ago 300MB [2020-12-31T00:51:06.857Z] docker-core-data-go-arm64 latest 1469c4fdd3bc 3 minutes ago 20.9MB [2020-12-31T00:51:06.857Z] docker-security-secretstore-setup-go-arm64 latest 1d521d99c201 4 minutes ago 23.5MB [2020-12-31T00:51:06.857Z] docker-security-proxy-setup-go-arm64 latest 680525a42693 4 minutes ago 23.3MB [2020-12-31T00:51:06.857Z] docker-support-scheduler-go-arm64 latest f75b8a9b2513 4 minutes ago 10MB [2020-12-31T00:51:06.857Z] docker latest f66387bf908a 12 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-31T00:51:09.185Z] provisioning config files... [2020-12-31T00:51:09.206Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7659209054715224080tmp [Pipeline] { [Pipeline] sh [2020-12-31T00:51:09.582Z] + set +x [2020-12-31T00:51:09.582Z] + curl -s https://codecov.io/bash [2020-12-31T00:51:09.582Z] + bash -s -- [2020-12-31T00:51:10.164Z] [2020-12-31T00:51:10.164Z] _____ _ [2020-12-31T00:51:10.164Z] / ____| | | [2020-12-31T00:51:10.164Z] | | ___ __| | ___ ___ _____ __ [2020-12-31T00:51:10.164Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-31T00:51:10.164Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-31T00:51:10.164Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-31T00:51:10.164Z] Bash-20201223-5ad85e3 [2020-12-31T00:51:10.164Z] [2020-12-31T00:51:10.164Z] [2020-12-31T00:51:10.164Z] ==> git version 2.24.3 found [2020-12-31T00:51:10.164Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-31T00:51:10.164Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-31T00:51:10.164Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-31T00:51:10.164Z] ==> Jenkins CI detected. [2020-12-31T00:51:10.164Z] project root: . [2020-12-31T00:51:10.164Z] --> token set from env [2020-12-31T00:51:10.164Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-31T00:51:10.164Z] ==> Running gcov in . (disable via -X gcov) [2020-12-31T00:51:10.164Z] ==> Python coveragepy not found [2020-12-31T00:51:10.164Z] ==> Searching for coverage reports in: [2020-12-31T00:51:10.164Z] + . [2020-12-31T00:51:10.426Z] -> Found 1 reports [2020-12-31T00:51:10.426Z] ==> Detecting git/mercurial file structure [2020-12-31T00:51:10.426Z] ==> Reading reports [2020-12-31T00:51:10.426Z] + ./coverage.out bytes=542461 [2020-12-31T00:51:10.426Z] ==> Appending adjustments [2020-12-31T00:51:10.426Z] https://docs.codecov.io/docs/fixing-reports [2020-12-31T00:51:13.752Z] + Found adjustments [2020-12-31T00:51:13.752Z] ==> Gzipping contents [2020-12-31T00:51:13.752Z] 84K /tmp/codecov.ADiTwE.gz [2020-12-31T00:51:13.752Z] ==> Uploading reports [2020-12-31T00:51:13.752Z] url: https://codecov.io [2020-12-31T00:51:13.752Z] query: branch=PR-2970&commit=8109a1dab38252af991e68ca473fdeea3b0706f5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2020-12-31T00:51:13.752Z] -> Pinging Codecov [2020-12-31T00:51:13.752Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2970&commit=8109a1dab38252af991e68ca473fdeea3b0706f5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2020-12-31T00:51:14.015Z] -> Uploading to [2020-12-31T00:51:14.015Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-31/00271124DB129430A58F1EEE437C3FCB/8109a1dab38252af991e68ca473fdeea3b0706f5/35a15ef4-d550-4316-89e1-08f86ee83231.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201231%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201231T005113Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10b3906434518a853aa6ee26247f198b8d211562fe301d4556e0de180f8d36e1 [2020-12-31T00:51:14.015Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-31T00:51:14.015Z] Dload Upload Total Spent Left Speed [2020-12-31T00:51:14.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83004 0 0 100 83004 0 129k --:--:-- --:--:-- --:--:-- 129k 100 83004 0 0 100 83004 0 129k --:--:-- --:--:-- --:--:-- 129k [2020-12-31T00:51:14.962Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8109a1dab38252af991e68ca473fdeea3b0706f5 [Pipeline] } [2020-12-31T00:51:14.973Z] 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-31T00:51:17.960Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:51:18.863Z] ---> package-listing.sh [2020-12-31T00:51:18.863Z] ++ facter osfamily [2020-12-31T00:51:18.863Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-31T00:51:18.863Z] + OS_FAMILY=redhat [2020-12-31T00:51:18.863Z] + workspace=/w/workspace/edgex-go/3 [2020-12-31T00:51:18.863Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-31T00:51:18.863Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-31T00:51:18.863Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-31T00:51:18.863Z] + PACKAGES=/tmp/packages_start.txt [2020-12-31T00:51:18.863Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-31T00:51:18.863Z] + PACKAGES=/tmp/packages_end.txt [2020-12-31T00:51:18.863Z] + case "${OS_FAMILY}" in [2020-12-31T00:51:18.863Z] + rpm -qa [2020-12-31T00:51:18.863Z] + sort [2020-12-31T00:51:24.169Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-31T00:51:24.169Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-31T00:51:24.169Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-31T00:51:24.169Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-31T00:51:24.169Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-31T00:51:24.169Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-31T00:51:24.186Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-31T00:51:24.489Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:51:24.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T00:51:24.822Z] [2020-12-31T00:51:24.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-31T00:51:25.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T00:51:25.447Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-31T00:51:25.447Z] df20fa9351a1: Pulling fs layer [2020-12-31T00:51:25.447Z] 36b3adc4ff6f: Pulling fs layer [2020-12-31T00:51:25.447Z] 8ad3a11d3b57: Pulling fs layer [2020-12-31T00:51:25.447Z] 46f8f816bc3b: Pulling fs layer [2020-12-31T00:51:25.447Z] 93b61091891f: Pulling fs layer [2020-12-31T00:51:25.447Z] 93b9cdb0e59b: Pulling fs layer [2020-12-31T00:51:25.447Z] 5e14af77c1be: Pulling fs layer [2020-12-31T00:51:25.447Z] 01666e4c0597: Pulling fs layer [2020-12-31T00:51:25.447Z] aa168da1d23b: Pulling fs layer [2020-12-31T00:51:25.447Z] 93b9cdb0e59b: Waiting [2020-12-31T00:51:25.447Z] 5e14af77c1be: Waiting [2020-12-31T00:51:25.447Z] 01666e4c0597: Waiting [2020-12-31T00:51:25.447Z] 46f8f816bc3b: Waiting [2020-12-31T00:51:25.447Z] 93b61091891f: Waiting [2020-12-31T00:51:25.447Z] aa168da1d23b: Waiting [2020-12-31T00:51:25.447Z] 36b3adc4ff6f: Verifying Checksum [2020-12-31T00:51:25.447Z] 36b3adc4ff6f: Download complete [2020-12-31T00:51:25.710Z] 46f8f816bc3b: Download complete [2020-12-31T00:51:25.710Z] df20fa9351a1: Verifying Checksum [2020-12-31T00:51:25.710Z] df20fa9351a1: Download complete [2020-12-31T00:51:25.710Z] 93b9cdb0e59b: Verifying Checksum [2020-12-31T00:51:25.710Z] 93b9cdb0e59b: Download complete [2020-12-31T00:51:25.710Z] 5e14af77c1be: Verifying Checksum [2020-12-31T00:51:25.710Z] 5e14af77c1be: Download complete [2020-12-31T00:51:25.710Z] 01666e4c0597: Download complete [2020-12-31T00:51:25.710Z] 93b61091891f: Verifying Checksum [2020-12-31T00:51:25.710Z] 93b61091891f: Download complete [2020-12-31T00:51:26.288Z] df20fa9351a1: Pull complete [2020-12-31T00:51:26.288Z] 36b3adc4ff6f: Pull complete [2020-12-31T00:51:26.552Z] 8ad3a11d3b57: Verifying Checksum [2020-12-31T00:51:26.552Z] 8ad3a11d3b57: Download complete [2020-12-31T00:51:27.504Z] 8ad3a11d3b57: Pull complete [2020-12-31T00:51:27.504Z] 46f8f816bc3b: Pull complete [2020-12-31T00:51:28.082Z] 93b61091891f: Pull complete [2020-12-31T00:51:28.082Z] 93b9cdb0e59b: Pull complete [2020-12-31T00:51:28.345Z] 5e14af77c1be: Pull complete [2020-12-31T00:51:28.345Z] 01666e4c0597: Pull complete [2020-12-31T00:51:30.917Z] aa168da1d23b: Verifying Checksum [2020-12-31T00:51:30.917Z] aa168da1d23b: Download complete [2020-12-31T00:51:41.049Z] aa168da1d23b: Pull complete [2020-12-31T00:51:41.049Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-31T00:51:41.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T00:51:41.049Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-31T00:51:41.267Z] prd-centos7-docker-4c-2g-17835 does not seem to be running inside a container [2020-12-31T00:51:41.318Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T00:51:45.972Z] $ docker top 502ed84a85a3ac7385f2ab88fabbacfe09ac71c673c3a9c505568e08f643da22 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T00:51:46.590Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-31T00:51:46.982Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-31T00:51:47.348Z] + ls /var/log/sa-host [2020-12-31T00:51:47.348Z] + sadf -c /var/log/sa-host/sa23 [2020-12-31T00:51:47.349Z] file_magic: OK [2020-12-31T00:51:47.349Z] HZ: Using current value: 100 [2020-12-31T00:51:47.349Z] file_header: OK [2020-12-31T00:51:47.349Z] 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-31T00:51:47.349Z] Statistics: [2020-12-31T00:51:47.349Z] Hnuu...uuuununununu... [2020-12-31T00:51:47.349Z] File successfully converted to sysstat format version 12.2.1 [2020-12-31T00:51:47.349Z] + sadf -c /var/log/sa-host/sa31 [2020-12-31T00:51:47.349Z] file_magic: OK [2020-12-31T00:51:47.349Z] HZ: Using current value: 100 [2020-12-31T00:51:47.349Z] file_header: OK [2020-12-31T00:51:47.349Z] 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-31T00:51:47.349Z] Statistics: [2020-12-31T00:51:47.349Z] 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... [2020-12-31T00:51:47.349Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-31T00:51:47.574Z] provisioning config files... [2020-12-31T00:51:47.607Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6626716353264926561tmp [Pipeline] { [Pipeline] echo [2020-12-31T00:51:47.701Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:51:48.044Z] ---> create-netrc.sh [Pipeline] } [2020-12-31T00:51:48.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-31T00:51:48.161Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:51:48.474Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-31T00:51:48.502Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:51:48.815Z] ---> sudo-logs.sh [2020-12-31T00:51:48.816Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-31T00:51:48.827Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:51:49.129Z] ---> job-cost.sh [2020-12-31T00:51:49.129Z] lf-activate-venv: SKIPPING [2020-12-31T00:51:49.129Z] INFO: No Stack... [2020-12-31T00:51:50.084Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-31T00:51:50.347Z] INFO: Archiving Costs [Pipeline] echo [2020-12-31T00:51:50.362Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T00:51:50.666Z] ---> logs-deploy.sh [2020-12-31T00:51:50.666Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/3 [2020-12-31T00:51:50.666Z] INFO: archiving workspace using pattern(s): [2020-12-31T00:51:52.591Z] Archives upload complete. [2020-12-31T00:51:52.591Z] INFO: archiving logs to Nexus