Class componenttest.containers.registry.InternalRegistryTest

5

tests

0

failures

0

ignored

0.023s

duration

100%

successful

Tests

Test Duration Result
testGetMirrorRepository 0.001s passed
testGetRegistry 0.002s passed
testGetSetupExceptionAndIsRegistryAvailable 0.017s passed
testSupportsRegistry 0.001s passed
testSupportsRepository 0.002s passed

Standard error

Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
[Test worker] INFO org.testcontainers.utility.RegistryAuthLocator - Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: artifactory.swg-devops.com/alpine:3.17, configFile: /home/libbld/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /home/libbld/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry generateAuthToken
INFO: Generating registry auth token from system properties: [ fat.test.docker.registry.user, fat.test.docker.registry.password]
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
[Test worker] INFO org.testcontainers.utility.RegistryAuthLocator - Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: 127.0.0.1/alpine:3.17, configFile: /home/libbld/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /home/libbld/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry generateAuthToken
INFO: Generating registry auth token from system properties: [ fat.test.docker.registry.user, fat.test.docker.registry.password]
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
[Test worker] INFO org.testcontainers.utility.RegistryAuthLocator - Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: 127.0.0.1/alpine:3.17, configFile: /home/libbld/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /home/libbld/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry generateAuthToken
INFO: Generating registry auth token from system properties: [ fat.test.docker.registry.user, fat.test.docker.registry.password]
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
[Test worker] INFO org.testcontainers.utility.RegistryAuthLocator - Failure when attempting to lookup auth config. Please ignore if you don't have images in an authenticated registry. Details: (dockerImageName: 127.0.0.1/alpine:3.17, configFile: /home/libbld/.docker/config.json, configEnv: DOCKER_AUTH_CONFIG). Falling back to docker-java default behaviour. Exception message: Status 404: No config supplied. Checked in order: /home/libbld/.docker/config.json (file not found), DOCKER_AUTH_CONFIG (not set)
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry generateAuthToken
INFO: Generating registry auth token from system properties: [ fat.test.docker.registry.user, fat.test.docker.registry.password]
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry generateAuthToken
INFO: Generated registry auth token starting with: Zmly....
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry persistAuthToken
INFO: Config already exists at: /home/libbld/Build/jbe/build/open-liberty/dev/fattest.simplicity/build/libs/tmp/.docker/config.json
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry persistAuthToken
INFO: Original contents:
{
	"auths" : {
		"artifactory.swg-devops.com" : {
			"auth" : "****Token Redacted****"
		}
	}
}
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findExistingConfig
INFO: Config does not contain the registry [ 127.0.0.1 ] element under the auths element
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry persistAuthToken
INFO: New config.json contents are:
{
	"auths" : {
		"127.0.0.1" : {
			"auth" : "****Token Redacted****"
		},
		"artifactory.swg-devops.com" : {
			"auth" : "****Token Redacted****"
		}
	}
}
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry writeFile
INFO: Wrote property to: /home/libbld/Build/jbe/build/open-liberty/dev/fattest.simplicity/build/libs/tmp/.docker/config.json
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
Feb 19, 2025 4:30:42 AM com.ibm.websphere.simplicity.log.Log warning
WARNING: WARNING: Cannot use alternative registry for programmatically committed image xor:5103a25d3efd8c0cbdbc80d358c5b1da91329c53e1fa99c43a8561a87eb61d3b. Consider using the ImageBuilder in fattest.simplicity instead.
Feb 19, 2025 4:30:42 AM com.ibm.websphere.simplicity.log.Log warning
WARNING: WARNING: Cannot use alternative registry for programmatically committed image sha256:5103a25d3efd8c0cbdbc80d358c5b1da91329c53e1fa99c43a8561a87eb61d3b. Consider using the ImageBuilder in fattest.simplicity instead.
Feb 19, 2025 4:30:42 AM com.ibm.websphere.simplicity.log.Log warning
WARNING: WARNING: Cannot use alternative registry for programmatically committed image aes:5103a25d3efd8c0cbdbc80d358c5b1da91329c53e1fa99c43a8561a87eb61d3b. Consider using the ImageBuilder in fattest.simplicity instead.
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
Feb 19, 2025 4:30:42 AM componenttest.containers.registry.Registry findRegistry
INFO: Searching system property fat.test.docker.registry.server for a registry.
Feb 19, 2025 4:30:42 AM com.ibm.websphere.simplicity.log.Log warning
WARNING: WARNING: Cannot use alternative registry for programmatically committed image sha256:5103a25d3efd8c0cbdbc80d358c5b1da91329c53e1fa99c43a8561a87eb61d3b. Consider using the ImageBuilder in fattest.simplicity instead.
Feb 19, 2025 4:30:42 AM com.ibm.websphere.simplicity.log.Log warning
WARNING: WARNING: Cannot use alternative registry for programmatically committed image aes:5103a25d3efd8c0cbdbc80d358c5b1da91329c53e1fa99c43a8561a87eb61d3b. Consider using the ImageBuilder in fattest.simplicity instead.
Feb 19, 2025 4:30:42 AM com.ibm.websphere.simplicity.log.Log warning
WARNING: WARNING: Cannot use alternative registry for programmatically committed image xor:5103a25d3efd8c0cbdbc80d358c5b1da91329c53e1fa99c43a8561a87eb61d3b. Consider using the ImageBuilder in fattest.simplicity instead.