You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2018/09/11 13:45:00 UTC

[jira] [Updated] (OAK-7726) Build Jackrabbit Oak #1623 failed

     [ https://issues.apache.org/jira/browse/OAK-7726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated OAK-7726:
----------------------------------
    Description: 
No description is provided

The build Jackrabbit Oak #1623 has failed.
First failed run: [Jackrabbit Oak #1623|https://builds.apache.org/job/Jackrabbit%20Oak/1623/] [console log|https://builds.apache.org/job/Jackrabbit%20Oak/1623/console]

{noformat}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.253 s <<< FAILURE! - in org.apache.jackrabbit.oak.segment.azure.AzureManifestFileTest
[ERROR] org.apache.jackrabbit.oak.segment.azure.AzureManifestFileTest  Time elapsed: 4.253 s  <<< ERROR!
java.lang.RuntimeException: Unable to start docker container: DockerConfig{name=oak-test-azurite}
Caused by: java.lang.IllegalStateException: Unable to create container using ContainerConfig{hostname=null, domainname=null, user=null, attachStdin=null, attachStdout=null, attachStderr=null, portSpecs=null, exposedPorts=[10000], tty=null, openStdin=null, stdinOnce=null, env=[executable=blob], cmd=null, image=trekawek/azurite, volumes={}, workingDir=null, entrypoint=null, networkDisabled=false, onBuild=null, labels=null, macAddress=null, hostConfig=HostConfig{binds=null, blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, containerIdFile=null, lxcConf=null, privileged=null, portBindings={10000=[PortBinding{hostIp=0.0.0.0, hostPort=}]}, links=null, publishAllPorts=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, volumesFrom=null, capAdd=null, capDrop=null, networkMode=null, securityOpt=null, devices=null, memory=null, memorySwap=null, memorySwappiness=null, memoryReservation=null, nanoCpus=null, cpuPeriod=null, cpuShares=null, cpusetCpus=null, cpusetMems=null, cpuQuota=null, cgroupParent=null, restartPolicy=null, logConfig=null, ipcMode=null, ulimits=null, pidMode=null, shmSize=null, oomKillDisable=null, oomScoreAdj=null, autoRemove=null, pidsLimit=null, tmpfs=null, readonlyRootfs=null, storageOpt=null}, stopSignal=null, healthcheck=null, networkingConfig=null}
Caused by: com.spotify.docker.client.exceptions.ImageNotFoundException: Image not found: trekawek/azurite
Caused by: com.spotify.docker.client.exceptions.DockerRequestException: 
Request error: POST unix://localhost:80/containers/create?name=oak-test-azurite: 404, body: {"message":"open /var/lib/docker/aufs/layers/43fd5be9e594113c6b55cad4904a407a17c6b3419ba4c91ffdac7c3e9bc1eb45: no such file or directory"}

Caused by: com.spotify.docker.client.shaded.javax.ws.rs.NotFoundException: HTTP 404 Not Found
{noformat}

  was:
No description is provided

The build Jackrabbit Oak #1623 has failed.
First failed run: [Jackrabbit Oak #1623|https://builds.apache.org/job/Jackrabbit%20Oak/1623/] [console log|https://builds.apache.org/job/Jackrabbit%20Oak/1623/console]


> Build Jackrabbit Oak #1623 failed
> ---------------------------------
>
>                 Key: OAK-7726
>                 URL: https://issues.apache.org/jira/browse/OAK-7726
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: continuous integration
>            Reporter: Hudson
>            Priority: Major
>
> No description is provided
> The build Jackrabbit Oak #1623 has failed.
> First failed run: [Jackrabbit Oak #1623|https://builds.apache.org/job/Jackrabbit%20Oak/1623/] [console log|https://builds.apache.org/job/Jackrabbit%20Oak/1623/console]
> {noformat}
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.253 s <<< FAILURE! - in org.apache.jackrabbit.oak.segment.azure.AzureManifestFileTest
> [ERROR] org.apache.jackrabbit.oak.segment.azure.AzureManifestFileTest  Time elapsed: 4.253 s  <<< ERROR!
> java.lang.RuntimeException: Unable to start docker container: DockerConfig{name=oak-test-azurite}
> Caused by: java.lang.IllegalStateException: Unable to create container using ContainerConfig{hostname=null, domainname=null, user=null, attachStdin=null, attachStdout=null, attachStderr=null, portSpecs=null, exposedPorts=[10000], tty=null, openStdin=null, stdinOnce=null, env=[executable=blob], cmd=null, image=trekawek/azurite, volumes={}, workingDir=null, entrypoint=null, networkDisabled=false, onBuild=null, labels=null, macAddress=null, hostConfig=HostConfig{binds=null, blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, containerIdFile=null, lxcConf=null, privileged=null, portBindings={10000=[PortBinding{hostIp=0.0.0.0, hostPort=}]}, links=null, publishAllPorts=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, volumesFrom=null, capAdd=null, capDrop=null, networkMode=null, securityOpt=null, devices=null, memory=null, memorySwap=null, memorySwappiness=null, memoryReservation=null, nanoCpus=null, cpuPeriod=null, cpuShares=null, cpusetCpus=null, cpusetMems=null, cpuQuota=null, cgroupParent=null, restartPolicy=null, logConfig=null, ipcMode=null, ulimits=null, pidMode=null, shmSize=null, oomKillDisable=null, oomScoreAdj=null, autoRemove=null, pidsLimit=null, tmpfs=null, readonlyRootfs=null, storageOpt=null}, stopSignal=null, healthcheck=null, networkingConfig=null}
> Caused by: com.spotify.docker.client.exceptions.ImageNotFoundException: Image not found: trekawek/azurite
> Caused by: com.spotify.docker.client.exceptions.DockerRequestException: 
> Request error: POST unix://localhost:80/containers/create?name=oak-test-azurite: 404, body: {"message":"open /var/lib/docker/aufs/layers/43fd5be9e594113c6b55cad4904a407a17c6b3419ba4c91ffdac7c3e9bc1eb45: no such file or directory"}
> Caused by: com.spotify.docker.client.shaded.javax.ws.rs.NotFoundException: HTTP 404 Not Found
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)