Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed updating job cf_bridge_z1 > cf_bridge_z1/0: `cf_bridge_z1/0' is not running after update #8

Closed
philwhln opened this issue Aug 13, 2014 · 4 comments

Comments

@philwhln
Copy link

Under step 11 of the diego-release README instructions, I ran...

bosh -n deploy

and got this error

   Failed updating job cf_bridge_z1 > cf_bridge_z1/0: `cf_bridge_z1/0' is not running after update (00:01:11)
   Failed updating job cell_z1 > cell_z1/0: `cell_z1/0' is not running after update (00:01:41)

Error 400007: `cf_bridge_z1/0' is not running after update

Anything I can do to get past this or pointers to why this might be happening?

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/76917192.

@onsi
Copy link
Contributor

onsi commented Aug 14, 2014

Hey @philwhln we broke this this morning but it should be working again. Try pulling the latest.

I'd recommend vagrant destroying your VM first.

@onsi onsi closed this as completed Aug 14, 2014
stefanschneider pushed a commit to stefanschneider/diego-release that referenced this issue Aug 14, 2014
Bump coreos/etcd:
  Brandon Philips:
     Merge pull request cloudfoundry#883 from philips/add-consistent-note ( Travis Unknown )
     Documentation: add note about consistent=true ( Travis Unknown )
  Rob Szumski:
     Merge pull request cloudfoundry#889 from robszumski/uuid ( Travis Unknown )
     fix(docs): name defaults to uuid not hostname ( Travis Unknown )
Bump cloudfoundry-incubator/executor:
  Alex Suraci:
     fix data race in integration ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29923952 )
     update garden api usage; fix flaky udp test ( Travis Failed: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29739604 )
  Amit Kumar Gupta:
     bump deps ( Travis Failed: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29742838 )
Bump cloudfoundry-incubator/inigo:
  Alex Suraci:
     use LONG_TIMEOUT in eventually, 10 in consistently
     remove expensive assertion
     make loggregator test less flaky
     update inigo server garden api usage
  Abhijit Hiremagalur:
     Rename stager resource limit flags
  Ted Young:
     Add resource flags to stager test
Bump cloudfoundry-incubator/warden-linux:
  Alex Suraci:
     don't exercise flaky tty code path in test
     make sure trap is registered before stopping
     remove setting tty to raw when linking
     Merge pull request cloudfoundry#8 from cloudfoundry-incubator/winsize
     implement resizing tty windows
     deps
     set pdeathsig so that child dies when spawn dies
     fix accidental butchering of stdout/stderr
     nix extraneous stdio closes; makes debugging hard
     support spawning processes with ttys
     simplify process spawning
     set window size of tty to 80x24
     fix data race, dedup struct
     fix closing stdin of spawned process
     shorten grace time for slightly faster test
     sinks are no longer io.Closers
     ensure godeps is in gopath when building iodaemon
     actually implement stdin streaming; replace iomux
     deps
     handle stdin in Go land
     deps
     use words good
     rework run API for compatibility with garden
     update concourse config
     deps
     run tests with -race
  Amit Gupta:
     remove drone.io build badge
  Ted Young:
     Merge branch 'run-ng'
stefanschneider pushed a commit to stefanschneider/diego-release that referenced this issue Aug 14, 2014
Bump cloudfoundry-incubator/executor:
  Abhijit Hiremagalur:
     Close response body when there is an error ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30609492 )
     remove half-implemented draining logic ( Travis Unknown )
     bump garden dependency ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30606324 )
     Propagate api errors via remote client as well ( Travis Unknown )
     DRY api Error status ( Travis Unknown )
     Move errors into api package and map to status ( Travis Unknown )
     fix error string for insufficient resources ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30577686 )
     Rename executor/executor to executor/depot for clarity ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30318288 )
  Ted Young:
     Consolidate two Client interfaces ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30512474 )
     Refactor TotalResources to use depot Client ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30315882 )
     Refactor GetContainer to use depot Client ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30308240 )
     allocate, list, reserve refactored to depotClient ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30296106 )
     Depot client Run API matches API client's Run ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30223257 )
     Move initialization from handlers to depot client ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30218817 )
     Move ping and delete logic from handlers to client ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/30202196 )
     moved running actions into depot server ( Travis Unknown )
     created depotClient ( Travis Unknown )
     Extracted server component from executor package ( Travis Unknown )
  Alex Suraci:
     fix data race in integration ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29923952 )
     update garden api usage; fix flaky udp test ( Travis Failed: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29739604 )
  Amit Kumar Gupta:
     bump deps ( Travis Failed: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29742838 )
  Max Brunsfeld:
     Respect the sourceIndex ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29645487 )
     Only instantiate one LogEmitter ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29624127 )
     Add integration test for streaming logs ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/executor/builds/29560634 )
Bump cloudfoundry-incubator/rep:
  Abhijit Hiremagalur:
     deps ( Travis created: https://travis-ci.org/cloudfoundry-incubator/rep/builds/30609661 )
     Forgot to update executor godep [#73929792] ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/rep/builds/30573751 )
  Ted Young:
     Use new api.Client from executor ( Travis Failed: https://travis-ci.org/cloudfoundry-incubator/rep/builds/30512464 )
  Alex Suraci:
     fix dependency explosion ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/rep/builds/29719228 )
     use words better ( Travis Success: https://travis-ci.org/cloudfoundry-incubator/rep/builds/29718093 )
Bump cloudfoundry-incubator/warden-linux:
  Abhijit Hiremagalur:
     Merge remote-tracking branch 'origin/pr/10'
  Alex Suraci:
     a process's window size can be set on spawn
     deps
     fix race in process tracker
     fix leaking of stdin file descriptors
     remove unused dep
     refactor process initialization flow
     do not allow setting window size until linked
     de-flake tty resizing test
     slight cleanup in iodaemon tty test
     set terminal raw when spawned with tty
     don't exercise flaky tty code path in test
     make sure trap is registered before stopping
     remove setting tty to raw when linking
     Merge pull request cloudfoundry#8 from cloudfoundry-incubator/winsize
     implement resizing tty windows
     deps
     set pdeathsig so that child dies when spawn dies
     fix accidental butchering of stdout/stderr
     nix extraneous stdio closes; makes debugging hard
     support spawning processes with ttys
     simplify process spawning
     set window size of tty to 80x24
     fix data race, dedup struct
     fix closing stdin of spawned process
     shorten grace time for slightly faster test
     sinks are no longer io.Closers
     ensure godeps is in gopath when building iodaemon
     actually implement stdin streaming; replace iomux
     deps
     handle stdin in Go land
     deps
     use words good
     rework run API for compatibility with garden
     update concourse config
     deps
     run tests with -race
  Amit Gupta:
     remove drone.io build badge
  Ted Young:
     Merge branch 'run-ng'
     update concourse config
     integration runner's network is configurable
     deps
     fix hanging in edge case when spawning iomux-spawn

Signed-off-by: Alex Suraci <asuraci@pivotallabs.com>
@philwhln
Copy link
Author

Thanks @onsi ! It worked, all except one acceptance_tests failure
https://gist.github.com/philwhln/65cbb0ceb61f3bb5317c

@philwhln
Copy link
Author

Thanks @onsi ! It worked, all except one acceptance_tests failure
https://gist.github.com/philwhln/65cbb0ceb61f3bb5317c

Completed successfully 2nd time, so seems intermittent

Amit-PivotalLabs pushed a commit that referenced this issue Mar 27, 2015
…rver inigo nsync receptor rep route-emitter runtime-metrics-server runtime-schema tps

[delivers #91296030]

Submodule src/github.com/cloudfoundry-incubator/auction 5079b8d..64fa424:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/buildpack_app_lifecycle 0b2e732..c86f60a:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/cf-test-helpers 86b7464..d0cc992:
  > Merge remote-tracking branch 'origin/pr/9'
  > 'Merge' PR #8
  > Run go fmt.
  > Make Curl use ScaledTimeout
  > Change all cf commands to use scaled timeouts
  > Expose timeouts in helper functions
  > Fix services unit tests
  > Moved services/context_setup to just services/
  > Merged service environment into context
  > Refactor service context to be more OO
  > Increase timeout on runner attempt test
  > Stop command execution timer on exit
  > Add WithOutput to CmdRunner.
  > Use cmdRunner instead of ExecWithTimeout.
  > Fix typo in ExecWithTimeoutForExitCode.
  > Add ExecWithTimeoutForExitCode.
  > Add runner.ExecWithTimeout
  > Improved failure handling whitin service context
Submodule src/github.com/cloudfoundry-incubator/executor be1716d..3232541:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/file-server 654d7cd..ea2496b:
  > Eliminate dot imports [#91296030]
  > Remove upload fallback url
Submodule src/github.com/cloudfoundry-incubator/inigo bedc84a..24dbcad:
  > Eliminate dot imports [#91296030]
  > Remove CC fallback information from file server
Submodule src/github.com/cloudfoundry-incubator/nsync 2f9ab7b..f2dda67:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/receptor 9626cde..6eb9e70:
  > Eliminate dot imports [#91296030]
  > update receptor docs
Submodule src/github.com/cloudfoundry-incubator/rep faffd40..041e37e:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/route-emitter 178ae09..70c949e:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/runtime-metrics-server 2e9f40e..c760829:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/runtime-schema 271cf3d..ec3fb4f:
  > Eliminate dot imports [#91296030]
Submodule src/github.com/cloudfoundry-incubator/tps 304d86c..eb554eb:
  > Eliminate dot imports [#91296030]

Signed-off-by: Atul Kshirsagar <atul.kshirsagar@gmail.com>
jfmyers9 added a commit that referenced this issue Apr 28, 2015
[#93246926]

Submodule src/github.com/cloudfoundry-incubator/auction 1af75db..e4579f5:
  > Change Ω to Expect
Submodule src/github.com/cloudfoundry-incubator/auctioneer 09d8b8a..81a1e9a:
  > Change Ω to Expect
Submodule src/github.com/cloudfoundry-incubator/buildpack_app_lifecycle 0d11744..5961e80:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/cf-debug-server 21763fb..162f1dd:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/cf-lager 0742147..f28b321:
  > Change Ω to Expect [#93246926]
  > Actually remove Travis badge
Submodule src/github.com/cloudfoundry-incubator/cf_http c89ab79..ff7e361:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/consuladapter cab7073..cfc5de6:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/converger f2fdc69..54c9928:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/diego-acceptance-tests 6488b6f..cb9b655:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/diego-smoke-tests a41de70..1693cc0:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/diego-ssh 11cb284..8f86191:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/docker_app_lifecycle 65196dd..31a0efd:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/executor 43ae435..f867388:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/file-server ea2496b..44b5394:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/inigo c22fb37..00ae7ef:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/natbeat 03f50ad..98557e9:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/nsync 1214c09..c814e69:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/receptor ff21b68..ab1f941:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/rep d7947c2..5916c74:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/route-emitter 8cf6ee7..c54e4fd:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/runtime-metrics-server 0b7d5db..5686e9b:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/runtime-schema 4dbaab2..e758a68:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/stager dc40958..40bd947:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry-incubator/tps 136899d..38ea24c:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/cloudfoundry/gunk 26a7945..58219e1:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/pivotal-golang/archiver 8083f85..f598990:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/pivotal-golang/bytefmt 6aed4ea..eb6a478:
  > Merge pull request #1 from robdimsdale/master
Submodule src/github.com/pivotal-golang/cacheddownloader e7a07eb..0483987:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/pivotal-golang/clock 5a6429d..270608b:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/pivotal-golang/eventhub 8e4320f..288142a:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/pivotal-golang/lager 09a71f6..c88fa6d:
  > Change Ω to Expect [#93246926]
  > Merge pull request #8 from apoydence/patch-1
Submodule src/github.com/pivotal-golang/localip ca5f124..c773e5f:
  > Change Ω to Expect [#93246926]
Submodule src/github.com/pivotal-golang/operationq d5c9f46..295074b:
  > Change Ω to Expect [#93246926]
jfmyers9 added a commit that referenced this issue Apr 29, 2015
Submodule src/github.com/cloudfoundry-incubator/candiedyaml 14ca2fc..2e03482:
  > Change Ω to Expect
  > Improve type expectation methods
  > Improve error messages
  > Merge pull request #8 from atulkc/stack_trace_removal
  > Don't track aliases when recording anchors
cwlbraa pushed a commit that referenced this issue Nov 11, 2015
Submodule src/github.com/cloudfoundry-incubator/diego-ssh f299081..71b7a68:
  > improve fatal log messages around CF authentication
  > Clarify scope of CLI version notice
  > Merge pull request #8 from krishicks/patch-1

Signed-off-by: Connor Braa <cbraa@pivotal.io>
winkingturtle-vmw added a commit that referenced this issue Apr 6, 2023
bump auction auctioneer bbs buildpackapplifecycle bytefmt cacheddownloader cfdot diego-ssh dockerapplifecycle dockerdriver ecrhelper executor fileserver goshims healthcheck inigo localdriver locket operationq rep route-emitter routing-api routing-info systemcerts trace-logger vizzini volman workpool garden grootfs guardian idmapper

Submodule src/code.cloudfoundry.org/auction f4db6c51a..20b5e4eb0:
  > Bump to ginkgo/v2 and lager/v3 (#10)
Submodule src/code.cloudfoundry.org/auctioneer 7b69d26e0..6757f6637:
  > Bump to ginkgo/v2 and lager/v3 (#11)
Submodule src/code.cloudfoundry.org/bbs 952b49bde..41bd09f9f:
  > fix for `go vet` failures (#63)
  > Bump to lager/v3 (remaining)
  > Bump sqldb/helpers + test helpers to lager v3 (#61)
  > Bump to ginkgo/v2
Submodule src/code.cloudfoundry.org/buildpackapplifecycle 9bfd77998..b3c0aa499:
  > Merge pull request #61 from cloudfoundry/with-ginkgo-v2
  > Merge pull request #59 from cloudfoundry/develop
Submodule src/code.cloudfoundry.org/cacheddownloader 456a733fa..3de1f8d2e:
  > Bump to ginkgo/v2 and lager/v3 (#23)
Submodule src/code.cloudfoundry.org/cfdot f68fa7f78..9c6e1b442:
  > Bump to ginkgo/v2 and lager/v3 (#6)
Submodule src/code.cloudfoundry.org/diego-ssh 0fc4f3a7d..1003fb588:
  > Bump to ginkgo/v2 and lager/v3 (#47)
Submodule src/code.cloudfoundry.org/dockerapplifecycle 163faedf6..36aa90971:
  > Bump to ginkgo/v2 (#11)
  > Regenerate test certificates
Submodule src/code.cloudfoundry.org/dockerdriver 16e1fe9ba..76bff1bc5:
  > Bump to ginkgo/v2 and lager/v3 (#3)
  > Update PULL_REQUEST_TEMPLATE.md
  > content change
Submodule src/code.cloudfoundry.org/ecrhelper 9a7c7e5a9..3949c0207:
  > Bump to ginkgo/v2 (#2)
Submodule src/code.cloudfoundry.org/executor 1e5a6f15b..208a08c51:
  > With ginkgo v2 and lager/v3 (#75)
  > Ensure we release info lock when marshaling fails
  > Update garden container logging tags
  > Fix typo in function name
  > Fetch all containers for cleanup
  > Executor releases resources only when a container is successfully deleted
Submodule src/code.cloudfoundry.org/fileserver 11af6ea87..f3dfda90a:
  > Bump to ginkgo/v2 && lager/v3 (#7)
Submodule src/code.cloudfoundry.org/goshims bb24d2ef7..cf8c6ba6c:
  > Bump golang.org/x/net from 0.7.0 to 0.8.0 (#24)
  > Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0 (#23)
  > Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#22)
  > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#21)
  > Revert "Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19)" (#20)
  > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19)
  > Merge pull request #18 from cloudfoundry/dependabot/add-v2-config-file
  > Merge pull request #17 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.36.0
  > Merge pull request #16 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.35.0
  > Merge pull request #15 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.1
  > Merge pull request #14 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.0
  > Merge pull request #13 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.2
  > Merge pull request #12 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.1
  > Merge pull request #11 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.32.0
  > Merge pull request #10 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.1
  > Merge pull request #9 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.0
  > Merge pull request #8 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.30.0
  > go mod vendor
  > Merge pull request #7 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.29.1
  > 🤖 go mod vendor
  > go get -u all
  > Add gitignore file
  > Convert to go modules
  > Add SetEnv to the command interface
Submodule src/code.cloudfoundry.org/healthcheck d7f787b20..7670cbf97:
  > Bump to ginkgo/v2 (#9)
Submodule src/code.cloudfoundry.org/inigo 18bab030e..3c8b1a8f8:
  > Bump to ginkgo/v2 & lager/v3 (#25)
Submodule src/code.cloudfoundry.org/localdriver 1b0a47b1c..0668dcc60:
  > Bump to ginkgo/v2 & lager/v3 (#2)
Submodule src/code.cloudfoundry.org/locket 76a930295..5e8522d97:
  > {fake_runner,fake_runner_v2} to be used with (#14)
  > Add BeforeSuite in the right place
  > Fix govet errors
  > Bump to lager v3
  > WIP - upgrading to ginkgo v2+ ginkgomon_v2
Submodule src/code.cloudfoundry.org/operationq da3eb228f..4522d0860:
  > Bump to ginkgo/v2 (#2)
  > Fix the test for max capacity
  > Ginkgo v2: don't use Done channels
  > Update PULL_REQUEST_TEMPLATE.md
  > content change
Submodule src/code.cloudfoundry.org/rep be8beeb46..f627e21dd:
  > Bump to ginkgo/v2 && lager/v3 (#39)
Submodule src/code.cloudfoundry.org/route-emitter c907cd8f6..da039b0c1:
  > Bump to ginkgo/v2 && lager/v3 (#21)
Submodule src/code.cloudfoundry.org/routing-api ff096da8d..2bf566855:
  > Fix ginkgo deprecations with Done channels
  > Fix ginkgo v2 flag deprecation notices
  > Bump to lager v3
  > Convert  to ginkgo v2 + inline the archived trace package
  > Convert to ginkgo v2 + inline the archived trace package
  > ignore .test files in the repo
  > Bump to ginkgo/v2
  > Bump to ginkgo/v2 - WIP
  > Allow uaaclient callers to optionally pass in a protocol via (#30)
Submodule src/code.cloudfoundry.org/routing-info 7d023ecb0..c6998d604:
  > Bump to ginkgo/v2
Submodule src/code.cloudfoundry.org/systemcerts 95ea366d9..5244fcb1b:
  > refactor: rm use of internal/testenv
Submodule src/code.cloudfoundry.org/vizzini a59096109...6474f903a:
  > fix `go vet` failures
  > Bump to ginkgo/v2 && lager/v3
  < Fix one more test using metric tags
Submodule src/code.cloudfoundry.org/volman 4129b3172..76091d503:
  > Bump to ginkgo/v2 && lager/v3 (#5)
Submodule src/code.cloudfoundry.org/workpool e8b9128ee..2e26d5d93:
  > Bump to ginkgo/v2 (#2)
  > Update PULL_REQUEST_TEMPLATE.md
  > content change
Submodule src/garden d57de807d..8534099e1:
  > Migrate to lager v3
  > Migrate to ginkgo/v2
  > Bump lager to latest on master
  > Revert "bump ginkgo to v2 and lager to v3"
  > Merge pull request #107 from xtremerui/bump-ginkgo-lager
  > Bump golang.org/x/net from 0.0.0-20210428140749-89ef3d95e781 to 0.7.0
  > Merge pull request #105 from cloudfoundry/unpin-components
  > Merge pull request #103 from ebroberson/ginkgov2-done-channels
Submodule src/grootfs ba02da43d..df476b3ba:
  > Swtch to channels from pool
  > Return to pool xfs mounts that don't cause test pollution
  > Generate 10 mount points for all quota tests
  > Use unique mount directory for each test
  > Merge pull request #197 from cloudfoundry/with-ginkgo-v2
  > go mod tidy && vendor
  > Bump lager to latest on master
  > 🔒 dep
  > Merge pull request #196 from cloudfoundry/unpin-components
  > Bump golang.org/x/sys from 0.5.0 to 0.6.0
  > go mod tidy
  > Merge remote-tracking branch 'local/dependabot/go_modules/code.cloudfoundry.org/lager-2.0.0incompatible' into main
  > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/containers/image/v5-5.24.2' into main
  > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/docker/docker-23.0.1incompatible' into main
  > Merge remote-tracking branch 'local/dependabot/go_modules/golang.org/x/sys-0.5.0' into main
  > Bump github.com/opencontainers/runtime-spec
  > Merge pull request #191 from cloudfoundry/out-of-disk-error-with-jammy
Submodule src/guardian 913b899bc..86f0a7d78:
  > Set container properties before creating container
  > Containers() returns all containers when garden.state is all
  > Merge pull request #364 from cloudfoundry/with-ginkgo-v2
  > go mod tidy && vendor
  > Bump lager to latest on master
  > use typeurl/v2
  > 🔓 dep
  > go mod tidy and vendor
  > go mod tidy
  > go mod tidy
  > Merge pull request #361 from cloudfoundry/dependabot/go_modules/github.com/cloudfoundry/gosigar-1.3.9
  > Merge pull request #363 from cloudfoundry/dependabot/go_modules/github.com/onsi/gomega-1.27.4
  > Merge pull request #362 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.7.0
  > Merge pull request #345 from cloudfoundry/dependabot/go_modules/github.com/emicklei/go-restful-2.16.0incompatible
  > Merge pull request #359 from cloudfoundry/unpin-components
  > Update path to remove unneeded bin dir
  > Remove runc pin
  > Add runc to build package
  > go mod tidy
  > Merge pull request #355 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.6.19
Submodule src/idmapper a23279655..390987bf5:
  > Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1
  > Merge pull request #65 from cloudfoundry/unpin-components
  > Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0
  > Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4
  > Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.3
  > Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0
  > Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1
  > Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
  > Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
  > Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
  > Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0
  > Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1
  > Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.0
  > Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0
  > Bump github.com/onsi/ginkgo/v2 from 2.1.5 to 2.1.6
  > Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.5
winkingturtle-vmw added a commit that referenced this issue Apr 10, 2023
bump auction auctioneer bbs buildpackapplifecycle bytefmt cacheddownloader cfdot diego-ssh dockerapplifecycle dockerdriver ecrhelper executor fileserver goshims healthcheck inigo localdriver locket operationq rep route-emitter routing-api routing-info systemcerts trace-logger vizzini volman workpool garden grootfs guardian idmapper

Submodule src/code.cloudfoundry.org/auction f4db6c51a..20b5e4eb0:
  > Bump to ginkgo/v2 and lager/v3 (#10)
Submodule src/code.cloudfoundry.org/auctioneer 7b69d26e0..6757f6637:
  > Bump to ginkgo/v2 and lager/v3 (#11)
Submodule src/code.cloudfoundry.org/bbs 952b49bde..41bd09f9f:
  > fix for `go vet` failures (#63)
  > Bump to lager/v3 (remaining)
  > Bump sqldb/helpers + test helpers to lager v3 (#61)
  > Bump to ginkgo/v2
Submodule src/code.cloudfoundry.org/buildpackapplifecycle 9bfd77998..b3c0aa499:
  > Merge pull request #61 from cloudfoundry/with-ginkgo-v2
  > Merge pull request #59 from cloudfoundry/develop
Submodule src/code.cloudfoundry.org/cacheddownloader 456a733fa..3de1f8d2e:
  > Bump to ginkgo/v2 and lager/v3 (#23)
Submodule src/code.cloudfoundry.org/cfdot f68fa7f78..9c6e1b442:
  > Bump to ginkgo/v2 and lager/v3 (#6)
Submodule src/code.cloudfoundry.org/diego-ssh 0fc4f3a7d..1003fb588:
  > Bump to ginkgo/v2 and lager/v3 (#47)
Submodule src/code.cloudfoundry.org/dockerapplifecycle 163faedf6..36aa90971:
  > Bump to ginkgo/v2 (#11)
  > Regenerate test certificates
Submodule src/code.cloudfoundry.org/dockerdriver 16e1fe9ba..76bff1bc5:
  > Bump to ginkgo/v2 and lager/v3 (#3)
  > Update PULL_REQUEST_TEMPLATE.md
  > content change
Submodule src/code.cloudfoundry.org/ecrhelper 9a7c7e5a9..3949c0207:
  > Bump to ginkgo/v2 (#2)
Submodule src/code.cloudfoundry.org/executor 1e5a6f15b..208a08c51:
  > With ginkgo v2 and lager/v3 (#75)
  > Ensure we release info lock when marshaling fails
  > Update garden container logging tags
  > Fix typo in function name
  > Fetch all containers for cleanup
  > Executor releases resources only when a container is successfully deleted
Submodule src/code.cloudfoundry.org/fileserver 11af6ea87..f3dfda90a:
  > Bump to ginkgo/v2 && lager/v3 (#7)
Submodule src/code.cloudfoundry.org/goshims bb24d2ef7..cf8c6ba6c:
  > Bump golang.org/x/net from 0.7.0 to 0.8.0 (#24)
  > Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0 (#23)
  > Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#22)
  > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#21)
  > Revert "Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19)" (#20)
  > Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#19)
  > Merge pull request #18 from cloudfoundry/dependabot/add-v2-config-file
  > Merge pull request #17 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.36.0
  > Merge pull request #16 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.35.0
  > Merge pull request #15 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.1
  > Merge pull request #14 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.34.0
  > Merge pull request #13 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.2
  > Merge pull request #12 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.33.1
  > Merge pull request #11 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.32.0
  > Merge pull request #10 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.1
  > Merge pull request #9 from cloudfoundry/dependabot/go_modules/master/google.golang.org/grpc-1.31.0
  > Merge pull request #8 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.30.0
  > go mod vendor
  > Merge pull request #7 from cloudfoundry/dependabot/go_modules/google.golang.org/grpc-1.29.1
  > 🤖 go mod vendor
  > go get -u all
  > Add gitignore file
  > Convert to go modules
  > Add SetEnv to the command interface
Submodule src/code.cloudfoundry.org/healthcheck d7f787b20..7670cbf97:
  > Bump to ginkgo/v2 (#9)
Submodule src/code.cloudfoundry.org/inigo 18bab030e..3c8b1a8f8:
  > Bump to ginkgo/v2 & lager/v3 (#25)
Submodule src/code.cloudfoundry.org/localdriver 1b0a47b1c..0668dcc60:
  > Bump to ginkgo/v2 & lager/v3 (#2)
Submodule src/code.cloudfoundry.org/locket 76a930295..5e8522d97:
  > {fake_runner,fake_runner_v2} to be used with (#14)
  > Add BeforeSuite in the right place
  > Fix govet errors
  > Bump to lager v3
  > WIP - upgrading to ginkgo v2+ ginkgomon_v2
Submodule src/code.cloudfoundry.org/operationq da3eb228f..4522d0860:
  > Bump to ginkgo/v2 (#2)
  > Fix the test for max capacity
  > Ginkgo v2: don't use Done channels
  > Update PULL_REQUEST_TEMPLATE.md
  > content change
Submodule src/code.cloudfoundry.org/rep be8beeb46..f627e21dd:
  > Bump to ginkgo/v2 && lager/v3 (#39)
Submodule src/code.cloudfoundry.org/route-emitter c907cd8f6..da039b0c1:
  > Bump to ginkgo/v2 && lager/v3 (#21)
Submodule src/code.cloudfoundry.org/routing-api ff096da8d..2bf566855:
  > Fix ginkgo deprecations with Done channels
  > Fix ginkgo v2 flag deprecation notices
  > Bump to lager v3
  > Convert  to ginkgo v2 + inline the archived trace package
  > Convert to ginkgo v2 + inline the archived trace package
  > ignore .test files in the repo
  > Bump to ginkgo/v2
  > Bump to ginkgo/v2 - WIP
  > Allow uaaclient callers to optionally pass in a protocol via (#30)
Submodule src/code.cloudfoundry.org/routing-info 7d023ecb0..c6998d604:
  > Bump to ginkgo/v2
Submodule src/code.cloudfoundry.org/systemcerts 95ea366d9..5244fcb1b:
  > refactor: rm use of internal/testenv
Submodule src/code.cloudfoundry.org/vizzini a59096109...6474f903a:
  > fix `go vet` failures
  > Bump to ginkgo/v2 && lager/v3
  < Fix one more test using metric tags
Submodule src/code.cloudfoundry.org/volman 4129b3172..76091d503:
  > Bump to ginkgo/v2 && lager/v3 (#5)
Submodule src/code.cloudfoundry.org/workpool e8b9128ee..2e26d5d93:
  > Bump to ginkgo/v2 (#2)
  > Update PULL_REQUEST_TEMPLATE.md
  > content change
Submodule src/garden d57de807d..8534099e1:
  > Migrate to lager v3
  > Migrate to ginkgo/v2
  > Bump lager to latest on master
  > Revert "bump ginkgo to v2 and lager to v3"
  > Merge pull request #107 from xtremerui/bump-ginkgo-lager
  > Bump golang.org/x/net from 0.0.0-20210428140749-89ef3d95e781 to 0.7.0
  > Merge pull request #105 from cloudfoundry/unpin-components
  > Merge pull request #103 from ebroberson/ginkgov2-done-channels
Submodule src/grootfs ba02da43d..df476b3ba:
  > Swtch to channels from pool
  > Return to pool xfs mounts that don't cause test pollution
  > Generate 10 mount points for all quota tests
  > Use unique mount directory for each test
  > Merge pull request #197 from cloudfoundry/with-ginkgo-v2
  > go mod tidy && vendor
  > Bump lager to latest on master
  > 🔒 dep
  > Merge pull request #196 from cloudfoundry/unpin-components
  > Bump golang.org/x/sys from 0.5.0 to 0.6.0
  > go mod tidy
  > Merge remote-tracking branch 'local/dependabot/go_modules/code.cloudfoundry.org/lager-2.0.0incompatible' into main
  > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/containers/image/v5-5.24.2' into main
  > Merge remote-tracking branch 'local/dependabot/go_modules/github.com/docker/docker-23.0.1incompatible' into main
  > Merge remote-tracking branch 'local/dependabot/go_modules/golang.org/x/sys-0.5.0' into main
  > Bump github.com/opencontainers/runtime-spec
  > Merge pull request #191 from cloudfoundry/out-of-disk-error-with-jammy
Submodule src/guardian 913b899bc..86f0a7d78:
  > Set container properties before creating container
  > Containers() returns all containers when garden.state is all
  > Merge pull request #364 from cloudfoundry/with-ginkgo-v2
  > go mod tidy && vendor
  > Bump lager to latest on master
  > use typeurl/v2
  > 🔓 dep
  > go mod tidy and vendor
  > go mod tidy
  > go mod tidy
  > Merge pull request #361 from cloudfoundry/dependabot/go_modules/github.com/cloudfoundry/gosigar-1.3.9
  > Merge pull request #363 from cloudfoundry/dependabot/go_modules/github.com/onsi/gomega-1.27.4
  > Merge pull request #362 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.7.0
  > Merge pull request #345 from cloudfoundry/dependabot/go_modules/github.com/emicklei/go-restful-2.16.0incompatible
  > Merge pull request #359 from cloudfoundry/unpin-components
  > Update path to remove unneeded bin dir
  > Remove runc pin
  > Add runc to build package
  > go mod tidy
  > Merge pull request #355 from cloudfoundry/dependabot/go_modules/github.com/containerd/containerd-1.6.19
Submodule src/idmapper a23279655..390987bf5:
  > Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1
  > Merge pull request #65 from cloudfoundry/unpin-components
  > Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0
  > Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4
  > Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.3
  > Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0
  > Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1
  > Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
  > Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
  > Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
  > Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0
  > Bump github.com/onsi/ginkgo/v2 from 2.3.0 to 2.3.1
  > Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.0
  > Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0
  > Bump github.com/onsi/ginkgo/v2 from 2.1.5 to 2.1.6
  > Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.5
tas-runtime-bot added a commit that referenced this issue Jun 14, 2023
…credhub-cli diego-ssh dockerapplifecycle ecrhelper executor fileserver healthcheck inigo localdriver locket operationq rep route-emitter routing-api routing-info systemcerts vizzini volman workpool garden grootfs guardian idmapper

Submodule src/code.cloudfoundry.org/auction 46a89db7a..4c03ffcd7:
  > Add CODEOWNERS file in preparation for branch protection rules (#16)
Submodule src/code.cloudfoundry.org/auctioneer be803dc1e..ec7efd6f7:
  > Add CODEOWNERS file in preparation for branch protection rules (#14)
Submodule src/code.cloudfoundry.org/buildpackapplifecycle 717bad3b1..cb243e1d2:
  > Merge pull request #48 from Infra-Red/staging-error
  > Merge pull request #62 from geofffranks/main
Submodule src/code.cloudfoundry.org/cacheddownloader a005bb235..2caa6ca34:
  > Add CODEOWNERS file in preparation for branch protection rules (#25)
Submodule src/code.cloudfoundry.org/cfdot ef69fb66b..4d194a115:
  > Add CODEOWNERS file in preparation for branch protection rules (#8)
Submodule src/code.cloudfoundry.org/credhub-cli a97b4319d..aa8fc4e79:
  > Bump go modules
Submodule src/code.cloudfoundry.org/diego-ssh 1bdd96ca0..7461829a9:
  > Add CODEOWNERS file in preparation for branch protection rules (#49)
Submodule src/code.cloudfoundry.org/dockerapplifecycle 0e49eedc7..93dcb397b:
  > Add CODEOWNERS file in preparation for branch protection rules (#12)
Submodule src/code.cloudfoundry.org/ecrhelper 3949c0207..56a9cdc53:
  > Add CODEOWNERS file in preparation for branch protection rules (#3)
Submodule src/code.cloudfoundry.org/executor d6dd1132b..2c29c7e2f:
  > Add CODEOWNERS file in preparation for branch protection rules (#81)
Submodule src/code.cloudfoundry.org/fileserver f3dfda90a..ddeb9bd6d:
  > Add CODEOWNERS file in preparation for branch protection rules (#8)
Submodule src/code.cloudfoundry.org/healthcheck ba40fd720..6587beaf1:
  > Add CODEOWNERS file in preparation for branch protection rules (#10)
Submodule src/code.cloudfoundry.org/inigo 8e5bf0cc7..b300679e6:
  > Add CODEOWNERS file in preparation for branch protection rules (#27)
Submodule src/code.cloudfoundry.org/localdriver bfbf40217..6d5a2bf56:
  > Add CODEOWNERS file in preparation for branch protection rules (#3)
Submodule src/code.cloudfoundry.org/locket 6cd541649..08e003863:
  > Add CODEOWNERS file in preparation for branch protection rules (#15)
Submodule src/code.cloudfoundry.org/operationq 4522d0860..b625ea3c1:
  > Add CODEOWNERS file in preparation for branch protection rules (#3)
Submodule src/code.cloudfoundry.org/rep 8550a6340..192ca3a5a:
  > Add CODEOWNERS file in preparation for branch protection rules (#43)
Submodule src/code.cloudfoundry.org/route-emitter b5abb628c..a17e814f0:
  > Add CODEOWNERS file in preparation for branch protection rules (#25)
Submodule src/code.cloudfoundry.org/routing-api 9592985dc..b9e9e0b90:
  > Add CODEOWNERS file in preparation for branch protection rules
Submodule src/code.cloudfoundry.org/routing-info c6998d604..079a27345:
  > Add CODEOWNERS file in preparation for branch protection rules
Submodule src/code.cloudfoundry.org/systemcerts 221d6f2ae..10f68b45f:
  > Add CODEOWNERS file in preparation for branch protection rules (#2)
Submodule src/code.cloudfoundry.org/vizzini 906e23011..5a2ef7822:
  > Add CODEOWNERS file in preparation for branch protection rules (#6)
Submodule src/code.cloudfoundry.org/volman 76091d503..b60663cd4:
  > Add CODEOWNERS file in preparation for branch protection rules (#6)
Submodule src/code.cloudfoundry.org/workpool 2e26d5d93..b93da105e:
  > Add CODEOWNERS file in preparation for branch protection rules (#3)
Submodule src/garden ac53c57dc..2d96d2498:
  > Bump lager to v3.0.2
  > Update go.mod dependencies
Submodule src/grootfs 9ea0d4bb9..f8dceb408:
  > Bump lager to v3.0.2
  > Update go.mod dependencies
  > Merge pull request #217 from geofffranks/main
Submodule src/guardian fac28108a..809884ce5:
  > Bump lager to v3.0.2
  > Update go.mod dependencies
  > Merge pull request #402 from geofffranks/main
Submodule src/idmapper a41052025..39b35b84a:
  > Merge pull request #71 from geofffranks/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants