Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[builds][Conformance] build without output image #9490

Closed
0xmichalis opened this issue Jun 22, 2016 · 21 comments
Closed

[builds][Conformance] build without output image #9490

0xmichalis opened this issue Jun 22, 2016 · 21 comments
Assignees
Labels
area/tests component/build kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1

Comments

@0xmichalis
Copy link
Contributor

• Failure [39.765 seconds]
[builds][Conformance] build without output image
/data/src/github.com/openshift/origin/test/extended/builds/no_outputname.go:49
  building from templates
  /data/src/github.com/openshift/origin/test/extended/builds/no_outputname.go:48
    should create an image from "/data/src/github.com/openshift/origin/test/extended/testdata/test-s2i-no-outputname.json" S2i template without an output image reference defined [It]
    /data/src/github.com/openshift/origin/test/extended/builds/no_outputname.go:47

    Expected error:
        <*exec.ExitError | 0xc8206a47a0>: {
            ProcessState: {
                pid: 25612,
                status: 256,
                rusage: {
                    Utime: {Sec: 0, Usec: 113776},
                    Stime: {Sec: 0, Usec: 19652},
                    Maxrss: 25448,
                    Ixrss: 0,
                    Idrss: 0,
                    Isrss: 0,
                    Minflt: 6455,
                    Majflt: 0,
                    Nswap: 0,
                    Inblock: 0,
                    Oublock: 0,
                    Msgsnd: 0,
                    Msgrcv: 0,
                    Nsignals: 0,
                    Nvcsw: 2150,
                    Nivcsw: 22,
                },
            },
            Stderr: nil,
        }
        exit status 1
    not to have occurred

    /data/src/github.com/openshift/origin/test/extended/builds/no_outputname.go:45

@stevekuznetsov known flake?

@0xmichalis 0xmichalis added area/tests kind/test-flake Categorizes issue or PR as related to test flakes. labels Jun 22, 2016
@0xmichalis
Copy link
Contributor Author

@smarterclayton
Copy link
Contributor

@bparees didn't we fix these flakes?

@bparees
Copy link
Contributor

bparees commented Jun 22, 2016

@smarterclayton this looks different, looks like docker daemon wackiness. from the build log:

I0622 13:45:23.317312       1 glog.go:50] Removing container 
"20aa7dc686459824a457d6cb01e1e84cce2365ab76912178ff0927c7efa45043" ...
warning: Failed to remove container "20aa7dc686459824a457d6cb01e1e84cce2365ab76912178ff0927c7efa45043": API error (500): Driver devicemapper failed to remove root filesystem 20aa7dc686459824a457d6cb01e1e84cce2365ab76912178ff0927c7efa45043: mount still active
I0622 13:45:23.390875       1 cleanup.go:31] Removing temporary directory /tmp/s2i-build031277940
I0622 13:45:23.390901       1 fs.go:156] Removing directory '/tmp/s2i-build031277940'
F0622 13:45:23.399964       1 helpers.go:107] error: build error: building extended-test-build-no-outputname-yeaf0-xyuep/test-sti-1:72737d39 failed when committing the image due to error: No such container: 20aa7dc686459824a457d6cb01e1e84cce2365ab76912178ff0927c7efa45043
error: The build extended-test-build-no-outputname-yeaf0-xyuep/test-sti-1 status is "Failed"

@stevekuznetsov
Copy link
Contributor

@Kargakis new flake? Have you added a Jenkins Failure Cause Management entry?

@stevekuznetsov
Copy link
Contributor

Devicemapper issues... @runcom @rhvgoyal maybe you will be able to shed some light on it?

@bparees
Copy link
Contributor

bparees commented Jun 23, 2016

per my comment above, this is a docker daemon problem

@bparees
Copy link
Contributor

bparees commented Jul 1, 2016

@bparees
Copy link
Contributor

bparees commented Jul 20, 2016

@stevekuznetsov
Copy link
Contributor

@runcom @rhvgoyal any thoughts on this one?

@mfojtik
Copy link
Contributor

mfojtik commented Nov 8, 2016

bumping prio of this as this is no. 1 flake :-)

@bparees
Copy link
Contributor

bparees commented Nov 8, 2016

@mfojtik it's number one only because it's been around so long, if you look at the actual frequency with which it's hit, it's not very frequent (hasn't been seen in 15 days for instance).

Need to divide number of occurences by the age of the flake, to get at least a simplistic metric.

@mfojtik
Copy link
Contributor

mfojtik commented Nov 8, 2016

@bparees good idea :-) i will add that tonight to my flake reporter.

@jwhonce
Copy link
Contributor

jwhonce commented Nov 17, 2016

@mfojtik @bparees Given your discussion should this really be restored to a P2?

@bparees
Copy link
Contributor

bparees commented Nov 17, 2016

@jwhonce given that it's been 25+ days since anyone referenced it, i'd even be willing to consider closing it and reopen if we recreate, unless you guys have reason to think it's still a problem.

@jwhonce
Copy link
Contributor

jwhonce commented Nov 18, 2016

Please re-open issue if it resurfaces.

@jwhonce jwhonce closed this as completed Nov 18, 2016
@stevekuznetsov
Copy link
Contributor

Rats. We've not been referencing this but we hit it in base_ami job quite often: https://ci.openshift.redhat.com/jenkins/job/base_ami/2571/consoleFull#1518085191577f0ce7e4b0b14b5836ce6d

That being said this feels like a weird conglomerate of lots of issues, but @runcom should be able to better understand it.

@runcom
Copy link
Member

runcom commented Dec 16, 2016

Pretty sure there's an active bugzilla about this "mount still active" on Docker build (https://bugzilla.redhat.com/show_bug.cgi?id=1403027)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests component/build kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1
Projects
None yet
Development

No branches or pull requests

9 participants