You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Get "https://java-buildpack.cloudfoundry.org/openjdk/jammy/x86_64/bellsoft-jre8u452%2B11-linux-amd64.tar.gz": dial tcp 104.18.17.211:443: connect: no route to host, retrying in 712.622241ms...
216
+
```
217
+
Check if the url, for which the issue appears, is accessible from the host machine. If the url appears reachable and can be accessed successfully, check again from within the corresponding switchblade container where the test is run. This can be achieved with `docker exec -it <container_id> /bin/bash` while the container is still up in order to ssh to it and furhter try for example to issue a `curl` to the url. If the `connect: no route to host` can be reproduced from within the corresponding switchblade container, you can do the following in order to mitigate it:
218
+
1. Execute `docker network prune` - this will remove any unused networks including `switchblade-internal` bridge networks set while running the integration tests.
- Integration test is executed successfully but the following issue appears on test container removal:
223
+
```
224
+
tomcat_test.go:34:
225
+
Expected success, but got an error:
226
+
<*fmt.wrapError | 0xc00034f140>:
227
+
failed to run teardown phase: failed to remove container: Error response from daemon: cannot remove container "switchblade-pqsal7svg": could not kill container: permission denied
228
+
{
229
+
msg: "failed to run teardown phase: failed to remove container: Error response from daemon: cannot remove container \"switchblade-pqsal7svg\": could not kill container: permission denied",
230
+
err: <*fmt.wrapError | 0xc00034f0c0>{
231
+
msg: "failed to remove container: Error response from daemon: cannot remove container \"switchblade-pqsal7svg\": could not kill container: permission denied",
232
+
err: <errdefs.errSystem>{
233
+
error: <*errors.withStack | 0xc000405b60>{
234
+
error: <*errors.withMessage | 0xc00034f000>{
235
+
cause: <*errors.fundamental | 0xc000405b30>{
236
+
msg: "cannot remove container \"switchblade-pqsal7svg\": could not kill container: permission denied",
0 commit comments