Advertisement
Guest User

Untitled

a guest
Feb 25th, 2022
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. 12:32:16.528 [Test worker] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.NpipeSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
  2. 12:32:17.066 [Test worker] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Found Docker environment with local Npipe socket (npipe:////./pipe/docker_engine)
  3. 12:32:17.082 [Test worker] INFO org.testcontainers.DockerClientFactory - Docker host IP address is localhost
  4. 12:32:17.109 [Test worker] INFO org.testcontainers.DockerClientFactory - Connected to docker:
  5. Server Version: 20.10.12
  6. API Version: 1.41
  7. Operating System: Docker Desktop
  8. Total Memory: 25392 MB
  9. 12:32:17.113 [Test worker] INFO org.testcontainers.utility.ImageNameSubstitutor - Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
  10. 12:32:20.540 [docker-java-stream--1896261518] ERROR com.github.dockerjava.api.async.ResultCallbackTemplate - Error during callback
  11. com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://registry-1.docker.io/v2/testcontainers/ryuk/manifests/0.3.3\": unauthorized: incorrect username or password"}
  12.  
  13. at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247)
  14. at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269)
  15. at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement