Skip to content

[7.12] Script for faster development workflow (#4731)#4904

Merged
jalvz merged 1 commit intoelastic:7.12from
jalvz:backport/7.12/pr-4731
Mar 4, 2021
Merged

[7.12] Script for faster development workflow (#4731)#4904
jalvz merged 1 commit intoelastic:7.12from
jalvz:backport/7.12/pr-4731

Conversation

@jalvz
Copy link
Copy Markdown
Contributor

@jalvz jalvz commented Mar 3, 2021

Backports the following commits to 7.12:

@jalvz jalvz added the backport label Mar 3, 2021
@ghost
Copy link
Copy Markdown

ghost commented Mar 3, 2021

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #4904 opened

  • Start Time: 2021-03-03T13:58:12.343+0000

  • Duration: 56 min 26 sec

  • Commit: fe74e02

Test stats 🧪

Test Results
Failed 4
Passed 4680
Skipped 15
Total 4699

Trends 🧪

Image of Build Times

Image of Tests

Test errors 4

Expand to view the tests failures

Build and Test / windows build-test / TestPublishIntegrationProfile – github.com/elastic/apm-server/beater
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestPublishIntegrationProfile
    === RUN   TestPublishIntegrationProfile/CPUProfile
    === PAUSE TestPublishIntegrationProfile/CPUProfile
    === CONT  TestPublishIntegrationProfile/CPUProfile
    === RUN   TestPublishIntegrationProfile/HeapProfile
    === PAUSE TestPublishIntegrationProfile/HeapProfile
    === CONT  TestPublishIntegrationProfile/HeapProfile
    panic: name consumer already used
    
    goroutine 555 [running]:
    github.com/elastic/beats/v7/libbeat/monitoring.panicErr(...)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/registry.go:257
    github.com/elastic/beats/v7/libbeat/monitoring.(*Registry).doAdd(0xc000149800, 0x2ae848d, 0x8, 0x2d11020, 0xc000007228, 0xc001072de0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/registry.go:159 +0xe5
    github.com/elastic/beats/v7/libbeat/monitoring.addVar(0xc000149800, 0x2ae848d, 0x8, 0xc0003afa80, 0x1, 0x1, 0x2d11020, 0xc000007228, 0x0, 0x0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/metrics.go:225 +0xa9
    github.com/elastic/beats/v7/libbeat/monitoring.NewFunc(0xc000149800, 0x2ae848d, 0x8, 0xc000368310, 0xc0003afa80, 0x1, 0x1, 0xc0000b9b80)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/metrics.go:215 +0xcf
    github.com/elastic/apm-server/beater/otlp.RegisterGRPCServices(0xc00067a000, 0xc000105980, 0xc0010d0fd0, 0x10, 0xc0010d0fd0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/otlp/grpc.go:62 +0x138
    github.com/elastic/apm-server/beater.newGRPCServer(0xc0010d0fd0, 0xc000170800, 0xc000580780, 0xc000105980, 0xc000085b00, 0x2ae3d7e, 0x5, 0x0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/server.go:145 +0x255
    github.com/elastic/apm-server/beater.newServer(0xc0010d0fd0, 0x2af0c3e, 0xf, 0x2af0c3e, 0xf, 0x2ae3d7e, 0x5, 0x0, 0x0, 0x0, ...)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/server.go:106 +0x165
    github.com/elastic/apm-server/beater.runServer(0x2d37da0, 0xc00009ee00, 0x2af0c3e, 0xf, 0x2af0c3e, 0xf, 0x2ae3d7e, 0x5, 0x0, 0x0, ...)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/server.go:75 +0x108
    github.com/elastic/apm-server/beater.runServerWithTracerServer.func1.2(0xc001c16fc0, 0xc0000d2a10)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/beater.go:561 +0xb8
    golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000341320, 0xc000341380)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/golang.org/x/sync@v0.0.0-20201207232520-09787c993a3a/errgroup/errgroup.go:57 +0x62
    created by golang.org/x/sync/errgroup.(*Group).Go
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/golang.org/x/sync@v0.0.0-20201207232520-09787c993a3a/errgroup/errgroup.go:54 +0x71
    === RUN   TestPublishIntegrationProfile/CPUProfileMetadata
    === PAUSE TestPublishIntegrationProfile/CPUProfileMetadata
    === CONT  TestPublishIntegrationProfile/CPUProfileMetadata
     
    

Build and Test / windows build-test / TestPublishIntegrationProfile/CPUProfile – github.com/elastic/apm-server/beater
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestPublishIntegrationProfile/CPUProfile
    === PAUSE TestPublishIntegrationProfile/CPUProfile
    === CONT  TestPublishIntegrationProfile/CPUProfile
     
    

Build and Test / windows build-test / TestPublishIntegrationProfile/HeapProfile – github.com/elastic/apm-server/beater
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestPublishIntegrationProfile/HeapProfile
    === PAUSE TestPublishIntegrationProfile/HeapProfile
    === CONT  TestPublishIntegrationProfile/HeapProfile
    panic: name consumer already used
    
    goroutine 555 [running]:
    github.com/elastic/beats/v7/libbeat/monitoring.panicErr(...)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/registry.go:257
    github.com/elastic/beats/v7/libbeat/monitoring.(*Registry).doAdd(0xc000149800, 0x2ae848d, 0x8, 0x2d11020, 0xc000007228, 0xc001072de0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/registry.go:159 +0xe5
    github.com/elastic/beats/v7/libbeat/monitoring.addVar(0xc000149800, 0x2ae848d, 0x8, 0xc0003afa80, 0x1, 0x1, 0x2d11020, 0xc000007228, 0x0, 0x0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/metrics.go:225 +0xa9
    github.com/elastic/beats/v7/libbeat/monitoring.NewFunc(0xc000149800, 0x2ae848d, 0x8, 0xc000368310, 0xc0003afa80, 0x1, 0x1, 0xc0000b9b80)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20210224103743-2ff2bd11321d/libbeat/monitoring/metrics.go:215 +0xcf
    github.com/elastic/apm-server/beater/otlp.RegisterGRPCServices(0xc00067a000, 0xc000105980, 0xc0010d0fd0, 0x10, 0xc0010d0fd0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/otlp/grpc.go:62 +0x138
    github.com/elastic/apm-server/beater.newGRPCServer(0xc0010d0fd0, 0xc000170800, 0xc000580780, 0xc000105980, 0xc000085b00, 0x2ae3d7e, 0x5, 0x0)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/server.go:145 +0x255
    github.com/elastic/apm-server/beater.newServer(0xc0010d0fd0, 0x2af0c3e, 0xf, 0x2af0c3e, 0xf, 0x2ae3d7e, 0x5, 0x0, 0x0, 0x0, ...)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/server.go:106 +0x165
    github.com/elastic/apm-server/beater.runServer(0x2d37da0, 0xc00009ee00, 0x2af0c3e, 0xf, 0x2af0c3e, 0xf, 0x2ae3d7e, 0x5, 0x0, 0x0, ...)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/server.go:75 +0x108
    github.com/elastic/apm-server/beater.runServerWithTracerServer.func1.2(0xc001c16fc0, 0xc0000d2a10)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/src/github.com/elastic/apm-server/beater/beater.go:561 +0xb8
    golang.org/x/sync/errgroup.(*Group).Go.func1(0xc000341320, 0xc000341380)
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/golang.org/x/sync@v0.0.0-20201207232520-09787c993a3a/errgroup/errgroup.go:57 +0x62
    created by golang.org/x/sync/errgroup.(*Group).Go
    	C:/Users/jenkins/workspace/pm-server_apm-server-mbp_PR-4904/pkg/mod/golang.org/x/sync@v0.0.0-20201207232520-09787c993a3a/errgroup/errgroup.go:54 +0x71
     
    

Build and Test / windows build-test / TestPublishIntegrationProfile/CPUProfileMetadata – github.com/elastic/apm-server/beater
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestPublishIntegrationProfile/CPUProfileMetadata
    === PAUSE TestPublishIntegrationProfile/CPUProfileMetadata
    === CONT  TestPublishIntegrationProfile/CPUProfileMetadata
     
    

Steps errors 5

Expand to view the steps failures

Run Window tests
  • Took 6 min 45 sec . View more details on here
Run Window tests
  • Took 3 min 50 sec . View more details on here
Compress
  • Took 0 min 0 sec . View more details on here
  • Description: tar --exclude=coverage-files.tgz -czf coverage-files.tgz coverage
Compress
  • Took 0 min 0 sec . View more details on here
  • Description: tar --exclude=system-tests-linux-files.tgz -czf system-tests-linux-files.tgz system-tests
Test Sync
  • Took 3 min 27 sec . View more details on here
  • Description: ./.ci/scripts/sync.sh

Log output

Expand to view the last 100 lines of log output

[2021-03-03T14:51:25.519Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86.zip
[2021-03-03T14:51:26.798Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86.zip.sha512
[2021-03-03T14:51:26.863Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86_64.zip
[2021-03-03T14:51:28.170Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86_64.zip.sha512
[2021-03-03T14:51:28.237Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-x86_64.rpm
[2021-03-03T14:51:29.764Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-x86_64.rpm.sha512
[2021-03-03T14:51:29.843Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-aarch64.rpm
[2021-03-03T14:51:30.987Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-aarch64.rpm.sha512
[2021-03-03T14:51:31.060Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-amd64.deb
[2021-03-03T14:51:32.424Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-amd64.deb.sha512
[2021-03-03T14:51:32.503Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-arm64.deb
[2021-03-03T14:51:33.780Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-arm64.deb.sha512
[2021-03-03T14:51:33.825Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-darwin-x86_64.tar.gz
[2021-03-03T14:51:35.171Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-darwin-x86_64.tar.gz.sha512
[2021-03-03T14:51:35.222Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i386.deb
[2021-03-03T14:51:36.423Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i386.deb.sha512
[2021-03-03T14:51:36.510Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i686.rpm
[2021-03-03T14:51:37.708Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i686.rpm.sha512
[2021-03-03T14:51:37.771Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz
[2021-03-03T14:51:44.812Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz.sha512
[2021-03-03T14:51:44.875Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-arm64.tar.gz
[2021-03-03T14:51:46.081Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-arm64.tar.gz.sha512
[2021-03-03T14:51:46.135Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86.tar.gz
[2021-03-03T14:51:47.426Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86.tar.gz.sha512
[2021-03-03T14:51:47.482Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86_64.tar.gz
[2021-03-03T14:51:48.870Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86_64.tar.gz.sha512
[2021-03-03T14:51:48.916Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86.zip
[2021-03-03T14:51:49.952Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86.zip.sha512
[2021-03-03T14:51:50.028Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86_64.zip
[2021-03-03T14:51:51.084Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86_64.zip.sha512
[2021-03-03T14:51:51.130Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-x86_64.rpm
[2021-03-03T14:51:52.440Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-x86_64.rpm.sha512
[2021-03-03T14:51:52.493Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-ubi8-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz
[2021-03-03T14:51:56.137Z] [INFO] Override default googleStorageUpload with some sleep
[2021-03-03T14:51:56.183Z] Sleeping for 1 min 47 sec
[2021-03-03T14:51:56.008Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-ubi8-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz.sha512
[2021-03-03T14:53:43.207Z] Warning: A secret was passed to "googleStorageUpload" using Groovy String interpolation, which is insecure.
[2021-03-03T14:53:43.207Z] 		 Affected argument(s) used the following variable(s): [JOB_GCS_BUCKET]
[2021-03-03T14:53:43.207Z] 		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2021-03-03T14:53:43.223Z] [Google Cloud Storage Plugin] Found 54 files to upload from pattern: src/github.com/elastic/apm-server/build/distributions/**/*
[2021-03-03T14:53:43.320Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-aarch64.rpm
[2021-03-03T14:53:44.791Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-aarch64.rpm.sha512
[2021-03-03T14:53:44.854Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-amd64.deb
[2021-03-03T14:53:46.425Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-amd64.deb.sha512
[2021-03-03T14:53:46.481Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-arm64.deb
[2021-03-03T14:53:47.929Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-arm64.deb.sha512
[2021-03-03T14:53:47.986Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-darwin-x86_64.tar.gz
[2021-03-03T14:53:49.591Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-darwin-x86_64.tar.gz.sha512
[2021-03-03T14:53:49.640Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-i386.deb
[2021-03-03T14:53:51.118Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-i386.deb.sha512
[2021-03-03T14:53:51.177Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-i686.rpm
[2021-03-03T14:53:52.604Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-i686.rpm.sha512
[2021-03-03T14:53:52.651Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz
[2021-03-03T14:53:59.809Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz.sha512
[2021-03-03T14:53:59.862Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-arm64.tar.gz
[2021-03-03T14:54:01.265Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-arm64.tar.gz.sha512
[2021-03-03T14:54:01.323Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-x86.tar.gz
[2021-03-03T14:54:02.794Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-x86.tar.gz.sha512
[2021-03-03T14:54:02.848Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-x86_64.tar.gz
[2021-03-03T14:54:04.378Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-linux-x86_64.tar.gz.sha512
[2021-03-03T14:54:04.431Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86.zip
[2021-03-03T14:54:05.788Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86.zip.sha512
[2021-03-03T14:54:05.843Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86_64.zip
[2021-03-03T14:54:07.214Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-windows-x86_64.zip.sha512
[2021-03-03T14:54:07.262Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-x86_64.rpm
[2021-03-03T14:54:08.816Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-7.12.0-SNAPSHOT-x86_64.rpm.sha512
[2021-03-03T14:54:08.913Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-aarch64.rpm
[2021-03-03T14:54:10.066Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-aarch64.rpm.sha512
[2021-03-03T14:54:10.114Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-amd64.deb
[2021-03-03T14:54:11.408Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-amd64.deb.sha512
[2021-03-03T14:54:11.464Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-arm64.deb
[2021-03-03T14:54:12.624Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-arm64.deb.sha512
[2021-03-03T14:54:12.685Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-darwin-x86_64.tar.gz
[2021-03-03T14:54:14.002Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-darwin-x86_64.tar.gz.sha512
[2021-03-03T14:54:14.074Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i386.deb
[2021-03-03T14:54:15.296Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i386.deb.sha512
[2021-03-03T14:54:15.346Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i686.rpm
[2021-03-03T14:54:16.557Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-i686.rpm.sha512
[2021-03-03T14:54:16.605Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz
[2021-03-03T14:54:23.371Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz.sha512
[2021-03-03T14:54:23.440Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-arm64.tar.gz
[2021-03-03T14:54:24.612Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-arm64.tar.gz.sha512
[2021-03-03T14:54:24.684Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86.tar.gz
[2021-03-03T14:54:25.927Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86.tar.gz.sha512
[2021-03-03T14:54:25.978Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86_64.tar.gz
[2021-03-03T14:54:27.281Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-linux-x86_64.tar.gz.sha512
[2021-03-03T14:54:27.321Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86.zip
[2021-03-03T14:54:28.317Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86.zip.sha512
[2021-03-03T14:54:28.420Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86_64.zip
[2021-03-03T14:54:29.480Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-windows-x86_64.zip.sha512
[2021-03-03T14:54:29.544Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-x86_64.rpm
[2021-03-03T14:54:30.831Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-oss-7.12.0-SNAPSHOT-x86_64.rpm.sha512
[2021-03-03T14:54:30.885Z] [Google Cloud Storage Plugin] Uploading: src/github.com/elastic/apm-server/build/distributions/apm-server-ubi8-7.12.0-SNAPSHOT-linux-amd64.docker.tar.gz
[2021-03-03T14:54:36.228Z] Running on Jenkins in /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-4904
[2021-03-03T14:54:36.451Z] [INFO] getVaultSecret: Getting secrets
[2021-03-03T14:54:36.987Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-03-03T14:54:38.454Z] + chmod 755 generate-build-data.sh
[2021-03-03T14:54:38.454Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-4904/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-4904/runs/1 UNSTABLE 3385819
[2021-03-03T14:54:38.705Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-4904/runs/1/steps/?limit=10000 -o steps-info.json
[2021-03-03T14:54:40.071Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-server/apm-server-mbp/PR-4904/runs/1/tests/?status=FAILED -o tests-errors.json

@jalvz jalvz merged commit 69816da into elastic:7.12 Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant