Running make test fails for me on master (db8b382). All three worker=oci-rootless tests are failing (and nothing else). All have the same stack trace:
Error Trace: run.go:52
Error: Received unexpected error failed dialing: /tmp/bktest_buildkitd863838567/buildkitd.sock
github.com/moby/buildkit/util/testutil/integration.waitUnix
/go/src/github.com/moby/buildkit/util/testutil/integration/util.go:85
github.com/moby/buildkit/util/testutil/integration.runBuildkitd
/go/src/github.com/moby/buildkit/util/testutil/integration/oci.go:152
github.com/moby/buildkit/util/testutil/integration.(*oci).New
/go/src/github.com/moby/buildkit/util/testutil/integration/oci.go:60
github.com/moby/buildkit/util/testutil/integration.Run.func1
/go/src/github.com/moby/buildkit/util/testutil/integration/run.go:47
testing.tRunner
/usr/local/go/src/testing/testing.go:777
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:2361
Error Trace: run.go:62
client_test.go:37
Error: Should be true
Full output is in test.txt but doesn't have much more than the above.
I'm running Debian (slightly out-of-date testing, kernel 4.14.13-1) with Docker 18.05.0-ce
Could this be something related to this // TODO: make sure the user exists and subuid/subgid are configured.? I've not done any setup of that sort (as far as I know). OTOH I can't see it being done in .travis.yml and this is passing in CI it seems.
/cc @AkihiroSuda
Running
make testfails for me on master (db8b382). All threeworker=oci-rootlesstests are failing (and nothing else). All have the same stack trace:Full output is in test.txt but doesn't have much more than the above.
I'm running Debian (slightly out-of-date testing, kernel 4.14.13-1) with Docker
18.05.0-ceCould this be something related to this
// TODO: make sure the user exists and subuid/subgid are configured.? I've not done any setup of that sort (as far as I know). OTOH I can't see it being done in.travis.ymland this is passing in CI it seems./cc @AkihiroSuda