[ 
https://issues.apache.org/jira/browse/YETUS-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817184#comment-16817184
 ] 

Yetus QA commented on YETUS-808:
--------------------------------

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  1m 
56s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} dupname {color} | {color:green}  0m  
0s{color} | {color:green} No case conflicting files found. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green}  0m 
 0s{color} | {color:green} There were no new shellcheck issues. {color} |
| {color:green}+1{color} | {color:green} shelldocs {color} | {color:green}  0m  
0s{color} | {color:green} There were no new shelldocs issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green}  0m 
 0s{color} | {color:green} The patch has no whitespace issues. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
 6s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black}  2m 16s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce base: 
https://builds.apache.org/job/PreCommit-YETUS-Build/1018/artifact/patchprocess/Dockerfile
 |
| JIRA Issue | YETUS-808 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12965853/YETUS-808.01.patch |
| Optional Tests | dupname asflicense shellcheck shelldocs |
| uname | Linux 2a11ee9a7de8 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 
13:14:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | precommit/src/main/shell/personality/yetus.sh |
| git revision | master / 17b82a0 |
| Max. process+thread count | 46 (vs. ulimit of 1000) |
| modules | C: precommit U: precommit |
| Console output | 
https://builds.apache.org/job/PreCommit-YETUS-Build/1018/console |
| versions | git=2.7.4 maven=3.3.9 shellcheck=0.6.0 |
| Powered by | Apache Yetus 0.10.0-SNAPSHOT http://yetus.apache.org |


This message was automatically generated.



> cleanup the docker image cleanup output
> ---------------------------------------
>
>                 Key: YETUS-808
>                 URL: https://issues.apache.org/jira/browse/YETUS-808
>             Project: Yetus
>          Issue Type: Improvement
>          Components: Precommit
>            Reporter: Allen Wittenauer
>            Assignee: Allen Wittenauer
>            Priority: Major
>             Fix For: 0.10.0
>
>         Attachments: YETUS-808.00.patch, YETUS-808.01.patch
>
>
> The docker cleanup code should check to make sure the raw image id is still 
> valid before trying to rmi it:
> {code}
> Attempting to remove docker image 13e75c93709b
> Untagged: trekawek/azurite:2.6.5-1
> Untagged: trekawek/azurite:latest
> Untagged: 
> trekawek/azurite@sha256:09c1a9001adc491c5f191621a2df48e3f972bf843efa74ae6d16895cb56662d4
> Deleted: 
> sha256:13e75c93709b930512c199b06f822fb0c34ea1dd4114a01e6b00bfd089f78f86
> Deleted: 
> sha256:cde08104cdc69031a71a613d539b91515db42146b3d595313ee6642b8b01458e
> Deleted: 
> sha256:6e41e7ae95796df2058f02a2eed9545eaad6e5c91a46a2349541b24141eff2ba
> Deleted: 
> sha256:256ac8f43742a4a0ee2e9466abfe094d3fed0fb3391603dd69a7fb628d974661
> Deleted: 
> sha256:880baa76624cdc7319adb4a67fbfbc5561d152dbabd27519e036b23342a4ea62
> Deleted: 
> sha256:82d0fc10abb1c78bf4240daec73360066ac1c6870c78839965fa623a94dfad60
> Deleted: 
> sha256:8dd02e14f198348365e2e6b8db527536232addf4a5badc5c4b7bb60a8f9e97b1
> Deleted: 
> sha256:59401466fb8d00bfd23d31b5da6c3ee01a885760b38ab489451dc730e4b4ef06
> Deleted: 
> sha256:cd7100a72410606589a54b932cabd804a17f9ae5b42a1882bd56d263e02b6215
> Error response from daemon: No such image: 13e75c93709b:latest
> Error: No such image: 13e75c93709b
> {code}
> This is the equivalent of a double free; it happens because the tag-based rmi 
> was the only remaining reference and so docker (correctly) removes it.  



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

Reply via email to