Your message dated Wed, 07 Jun 2017 03:33:55 +0000
with message-id <e1dirjh-000ch3...@fasolo.debian.org>
and subject line Bug#858269: fixed in docker.io 1.13.1~ds1-2
has caused the Debian Bug report #858269,
regarding Fails to build, test try things not allowed as non-root
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
858269: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: docker.io
Version: 1.13.0~ds1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Trying to build docker.io in a pbuilder seems to fails with quite a few
occurances of EPERM in the testsuite. I wonder how this could have build under
fakeroot or similar (anything not running as root really).

Relevant log:

---> Making bundle: test-unit (in bundles/1.13.0/test-unit)
Mon Mar 20 15:45:32 CET 2017
ok      github.com/docker/docker/api    0.251s  coverage: 87.3% of statements
?       github.com/docker/docker/api/errors     [no test files]
ok      github.com/docker/docker/api/server     0.015s  coverage: 6.5% of 
statements
ok      github.com/docker/docker/api/server/httputils   0.013s  coverage: 18.5% 
of statements
ok      github.com/docker/docker/api/server/middleware  0.012s  coverage: 19.0% 
of statements
?       github.com/docker/docker/api/server/router      [no test files]
?       github.com/docker/docker/api/server/router/build        [no test files]
?       github.com/docker/docker/api/server/router/checkpoint   [no test files]
?       github.com/docker/docker/api/server/router/container    [no test files]
?       github.com/docker/docker/api/server/router/image        [no test files]
?       github.com/docker/docker/api/server/router/network      [no test files]
?       github.com/docker/docker/api/server/router/plugin       [no test files]
?       github.com/docker/docker/api/server/router/swarm        [no test files]
?       github.com/docker/docker/api/server/router/system       [no test files]
?       github.com/docker/docker/api/server/router/volume       [no test files]
?       github.com/docker/docker/api/types      [no test files]
?       github.com/docker/docker/api/types/backend      [no test files]
?       github.com/docker/docker/api/types/blkiodev     [no test files]
?       github.com/docker/docker/api/types/container    [no test files]
?       github.com/docker/docker/api/types/events       [no test files]
ok      github.com/docker/docker/api/types/filters      0.005s  coverage: 96.7% 
of statements
?       github.com/docker/docker/api/types/mount        [no test files]
?       github.com/docker/docker/api/types/network      [no test files]
ok      github.com/docker/docker/api/types/reference    0.009s  coverage: 
100.0% of statements
?       github.com/docker/docker/api/types/registry     [no test files]
ok      github.com/docker/docker/api/types/strslice     0.012s  coverage: 90.0% 
of statements
?       github.com/docker/docker/api/types/swarm        [no test files]
ok      github.com/docker/docker/api/types/time 0.006s  coverage: 100.0% of 
statements
ok      github.com/docker/docker/api/types/versions     0.012s  coverage: 75.0% 
of statements
?       github.com/docker/docker/api/types/versions/v1p19       [no test files]
?       github.com/docker/docker/api/types/versions/v1p20       [no test files]
?       github.com/docker/docker/api/types/volume       [no test files]
--- FAIL: TestMakeRemoteContext (0.01s)
        remote_test.go:185: Error when executing DetectContextFromRemoteURL: 
Error processing tar file(exit status 1): Error creating mount namespace before 
pivot: operation not permitted
--- FAIL: TestMakeTarSumContext (0.07s)
        tarsum_test.go:212: Error when executing MakeTarSumContext: Error 
processing tar file(exit status 1): Error creating mount namespace before 
pivot: operation not permitted
FAIL
coverage: 64.2% of statements
FAIL    github.com/docker/docker/builder        0.093s
--- FAIL: TestDispatch (0.03s)
        evaluator_test.go:164: Error when creating tar context: Error 
processing tar file(exit status 1): Error creating mount namespace before 
pivot: operation not permitted
--- FAIL: TestEmptyDockerfile (0.01s)
        internals_test.go:71: Error when creating tar context: Error processing 
tar file(exit status 1): Error creating mount namespace before pivot: operation 
not permitted
--- FAIL: TestSymlinkDockerfile (0.01s)
        internals_test.go:71: Error when creating tar context: Error processing 
tar file(exit status 1): Error creating mount namespace before pivot: operation 
not permitted
--- FAIL: TestDockerfileOutsideTheBuildContext (0.01s)
        internals_test.go:71: Error when creating tar context: Error processing 
tar file(exit status 1): Error creating mount namespace before pivot: operation 
not permitted
--- FAIL: TestNonExistingDockerfile (0.01s)
        internals_test.go:71: Error when creating tar context: Error processing 
tar file(exit status 1): Error creating mount namespace before pivot: operation 
not permitted
FAIL
coverage: 36.9% of statements
FAIL    github.com/docker/docker/builder/dockerfile     0.094s
?       github.com/docker/docker/builder/dockerfile/command     [no test files]
ok      github.com/docker/docker/builder/dockerfile/parser      0.027s  
coverage: 82.4% of statements
?       github.com/docker/docker/builder/dockerfile/parser/dumper       [no 
test files]
ok      github.com/docker/docker/builder/dockerignore   0.017s  coverage: 91.3% 
of statements
?       github.com/docker/docker/cli    [no test files]
?       github.com/docker/docker/cli/command    [no test files]
ok      github.com/docker/docker/cli/command/bundlefile 0.005s  coverage: 84.6% 
of statements
?       github.com/docker/docker/cli/command/checkpoint [no test files]
?       github.com/docker/docker/cli/command/commands   [no test files]
ok      github.com/docker/docker/cli/command/container  0.031s  coverage: 1.8% 
of statements
ok      github.com/docker/docker/cli/command/formatter  0.032s  coverage: 54.4% 
of statements
?       github.com/docker/docker/cli/command/idresolver [no test files]
ok      github.com/docker/docker/cli/command/image      0.017s  coverage: 0.0% 
of statements
ok      github.com/docker/docker/cli/command/inspect    0.008s  coverage: 65.4% 
of statements
?       github.com/docker/docker/cli/command/network    [no test files]
?       github.com/docker/docker/cli/command/node       [no test files]
?       github.com/docker/docker/cli/command/plugin     [no test files]
?       github.com/docker/docker/cli/command/prune      [no test files]
?       github.com/docker/docker/cli/command/registry   [no test files]
?       github.com/docker/docker/cli/command/secret     [no test files]
ok      github.com/docker/docker/cli/command/service    0.030s  coverage: 38.2% 
of statements
ok      github.com/docker/docker/cli/command/stack      0.023s  coverage: 4.1% 
of statements
ok      github.com/docker/docker/cli/command/swarm      0.017s  coverage: 3.1% 
of statements
?       github.com/docker/docker/cli/command/system     [no test files]
?       github.com/docker/docker/cli/command/task       [no test files]
?       github.com/docker/docker/cli/command/volume     [no test files]
ok      github.com/docker/docker/cli/flags      0.004s  coverage: 41.2% of 
statements
?       github.com/docker/docker/cli/trust      [no test files]
ok      github.com/docker/docker/cliconfig      0.007s  coverage: 92.1% of 
statements
ok      github.com/docker/docker/cliconfig/configfile   0.005s  coverage: 20.2% 
of statements
ok      github.com/docker/docker/cliconfig/credentials  0.011s  coverage: 82.9% 
of statements
ok      github.com/docker/docker/client 0.077s  coverage: 71.7% of statements
ok      github.com/docker/docker/cmd/docker     0.034s  coverage: 31.6% of 
statements
ok      github.com/docker/docker/cmd/dockerd    0.060s  coverage: 8.0% of 
statements
ok      github.com/docker/docker/cmd/dockerd/hack       0.008s  coverage: 72.9% 
of statements
ok      github.com/docker/docker/container      0.062s  coverage: 9.0% of 
statements
?       github.com/docker/docker/container/stream       [no test files]
?       github.com/docker/docker/contrib/apparmor       [no test files]
?       github.com/docker/docker/contrib/docker-device-tool     [no test files]
?       github.com/docker/docker/contrib/httpserver     [no test files]
--- FAIL: TestContainerInitDNS (0.03s)
        daemon_test.go:214: chown /tmp/docker-container-test-155665277/volumes: 
operation not permitted
time="2017-03-20T15:46:49+01:00" level=warning msg="Changing requested 
CPUShares of 1 to minimum allowed of 2" 
time="2017-03-20T15:46:49+01:00" level=warning msg="Changing requested 
CPUShares of 262145 to maximum allowed of 262144" 
--- FAIL: TestMigratePre17Volumes (0.03s)
        daemon_unix_test.go:252: chown 
/tmp/test-daemon-volumes243099818/volumes/volumes: operation not permitted
time="2017-03-20T15:46:49+01:00" level=warning msg="Unknown healthcheck type 
'NONE' (expected 'CMD') in container container_id" 
FAIL
coverage: 8.4% of statements
FAIL    github.com/docker/docker/daemon 2.259s
?       github.com/docker/docker/daemon/caps    [no test files]
?       github.com/docker/docker/daemon/cluster [no test files]
?       github.com/docker/docker/daemon/cluster/convert [no test files]
?       github.com/docker/docker/daemon/cluster/executor        [no test files]
ok      github.com/docker/docker/daemon/cluster/executor/container      3.054s  
coverage: 8.9% of statements
?       github.com/docker/docker/daemon/cluster/provider        [no test files]
ok      github.com/docker/docker/daemon/events  0.083s  coverage: 53.2% of 
statements
?       github.com/docker/docker/daemon/events/testutils        [no test files]
?       github.com/docker/docker/daemon/exec    [no test files]
?       github.com/docker/docker/daemon/graphdriver     [no test files]
ok      github.com/docker/docker/daemon/graphdriver/aufs        0.034s  
coverage: 4.0% of statements
--- FAIL: TestBtrfsSetup (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-782783041/btrfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-782783041/btrfs: 
operation not permitted
--- FAIL: TestBtrfsCreateEmpty (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-021604524/btrfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-021604524/btrfs: 
operation not permitted
--- FAIL: TestBtrfsCreateBase (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-731580443/btrfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-731580443/btrfs: 
operation not permitted
--- FAIL: TestBtrfsCreateSnap (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-887723710/btrfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-887723710/btrfs: 
operation not permitted
--- FAIL: TestBtrfsSubvolDelete (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-608276741/btrfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-608276741/btrfs: 
operation not permitted
FAIL
coverage: 3.8% of statements
FAIL    github.com/docker/docker/daemon/graphdriver/btrfs       0.026s
panic: permission denied

goroutine 1 [running]:
panic(0x556ce08bdea0, 0xc420196a58)
        /usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1
github.com/docker/docker/daemon/graphdriver/devmapper.init.2()
        
/build/docker.io-1.13.0~ds1/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/devmapper_test.go:21
 +0x88
github.com/docker/docker/daemon/graphdriver/devmapper.init()
        
/build/docker.io-1.13.0~ds1/.gopath/src/github.com/docker/docker/daemon/graphdriver/devmapper/devmapper_test.go:111
 +0xe1
main.init()
        
github.com/docker/docker/daemon/graphdriver/devmapper/_test/_testmain.go:124 
+0x58
FAIL    github.com/docker/docker/daemon/graphdriver/devmapper   0.041s
?       github.com/docker/docker/daemon/graphdriver/graphtest   [no test files]
ok      github.com/docker/docker/daemon/graphdriver/overlay     0.008s  
coverage: 4.9% of statements
ok      github.com/docker/docker/daemon/graphdriver/overlay2    0.020s  
coverage: 10.1% of statements
?       github.com/docker/docker/daemon/graphdriver/overlayutils        [no 
test files]
?       github.com/docker/docker/daemon/graphdriver/quota       [no test files]
?       github.com/docker/docker/daemon/graphdriver/register    [no test files]
--- FAIL: TestVfsSetup (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-257709265/vfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-257709265/vfs: 
operation not permitted
--- FAIL: TestVfsCreateEmpty (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-417608188/vfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-417608188/vfs: 
operation not permitted
--- FAIL: TestVfsCreateBase (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-509548331/vfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-509548331/vfs: 
operation not permitted
--- FAIL: TestVfsCreateSnap (0.00s)
        graphtest_unix.go:46: graphdriver: chown 
/tmp/docker-graphtest-361851022/vfs: operation not permitted
        graphtest_unix.go:50: chown /tmp/docker-graphtest-361851022/vfs: 
operation not permitted
FAIL
coverage: 12.8% of statements
FAIL    github.com/docker/docker/daemon/graphdriver/vfs 0.010s
ok      github.com/docker/docker/daemon/graphdriver/zfs 0.007s  coverage: 2.6% 
of statements
?       github.com/docker/docker/daemon/initlayer       [no test files]
ok      github.com/docker/docker/daemon/links   0.002s  coverage: 93.0% of 
statements
ok      github.com/docker/docker/daemon/logger  0.206s  coverage: 37.4% of 
statements
ok      github.com/docker/docker/daemon/logger/awslogs  0.093s  coverage: 76.5% 
of statements
?       github.com/docker/docker/daemon/logger/fluentd  [no test files]
?       github.com/docker/docker/daemon/logger/gcplogs  [no test files]
?       github.com/docker/docker/daemon/logger/gelf     [no test files]
ok      github.com/docker/docker/daemon/logger/journald 0.003s  coverage: 27.5% 
of statements
ok      github.com/docker/docker/daemon/logger/jsonfilelog      0.003s  
coverage: 17.0% of statements
ok      github.com/docker/docker/daemon/logger/loggerutils      0.003s  
coverage: 14.3% of statements
ok      github.com/docker/docker/daemon/logger/splunk   0.650s  coverage: 83.7% 
of statements
ok      github.com/docker/docker/daemon/logger/syslog   0.003s  coverage: 23.6% 
of statements
?       github.com/docker/docker/daemon/network [no test files]
ok      github.com/docker/docker/distribution   0.020s  coverage: 11.8% of 
statements
ok      github.com/docker/docker/distribution/metadata  2.324s  coverage: 48.2% 
of statements
?       github.com/docker/docker/distribution/utils     [no test files]
ok      github.com/docker/docker/distribution/xfer      11.424s coverage: 83.9% 
of statements
ok      github.com/docker/docker/image  0.916s  coverage: 84.9% of statements
?       github.com/docker/docker/image/tarexport        [no test files]
ok      github.com/docker/docker/image/v1       0.006s  coverage: 24.2% of 
statements
ok      github.com/docker/docker/layer  7.992s  coverage: 71.6% of statements
?       github.com/docker/docker/libcontainerd  [no test files]
ok      github.com/docker/docker/migrate/v1     0.130s  coverage: 54.4% of 
statements
?       github.com/docker/docker/oci    [no test files]
ok      github.com/docker/docker/opts   0.004s  coverage: 75.1% of statements
ok      github.com/docker/docker/pkg/aaparser   0.003s  coverage: 47.1% of 
statements
--- FAIL: TestOverlayTarUntar (0.00s)
        archive_linux_test.go:29: operation not permitted
--- FAIL: TestOverlayTarAUFSUntar (0.00s)
        archive_linux_test.go:29: operation not permitted
--- FAIL: TestUntarPath (0.00s)
        archive_test.go:350: UntarPath shouldn't throw an error, chown 
/tmp/docker-archive-test588994479/dest/tmp/docker-archive-test588994479: 
operation not permitted.
--- FAIL: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
        archive_test.go:466: CopyWithTar with an inexistent folder shouldn't 
fail.
breakoutError: "../victim/dotdot" is outside of 
"/tmp/docker-TestUntarInvalidFilenames704017681/dest"
breakoutError: chown 
/tmp/docker-TestUntarInvalidFilenames195995452/dest/victim: operation not 
permitted
breakoutError: lchown 
/tmp/docker-TestUntarHardlinkToSymlink757308267/dest/symlink1: operation not 
permitted
--- FAIL: TestUntarHardlinkToSymlink (0.00s)
        archive_test.go:962: i=0. open 
/tmp/docker-TestUntarHardlinkToSymlink757308267/dest/symlink1: no such file or 
directory
breakoutError: invalid hardlink 
"/tmp/docker-TestUntarInvalidHardlink835525582/victim/hello" -> 
"../victim/hello"
breakoutError: invalid hardlink 
"/tmp/docker-TestUntarInvalidHardlink081699541/victim/hello" -> 
"/../victim/hello"
breakoutError: invalid hardlink 
"/tmp/docker-TestUntarInvalidHardlink061895216/victim" -> "../victim"
breakoutError: invalid hardlink 
"/tmp/docker-TestUntarInvalidHardlink515855311/victim" -> "../victim"
breakoutError: invalid hardlink 
"/tmp/docker-TestUntarInvalidHardlink292696802/victim" -> "../victim"
breakoutError: invalid hardlink 
"/tmp/docker-TestUntarInvalidHardlink543031513/victim" -> "../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestUntarInvalidSymlink164769380/dest/dotdot" -> "../victim/hello"
breakoutError: invalid symlink 
"/tmp/docker-TestUntarInvalidSymlink874028659/dest/slash-dotdot" -> 
"/../victim/hello"
breakoutError: invalid symlink 
"/tmp/docker-TestUntarInvalidSymlink539918134/dest/loophole-victim" -> 
"../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestUntarInvalidSymlink893115677/dest/loophole-victim" -> 
"../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestUntarInvalidSymlink024999384/dest/loophole-victim" -> 
"../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestUntarInvalidSymlink009926487/dest/loophole-victim" -> 
"../victim"
breakoutError: chown /tmp/docker-TestUntarInvalidSymlink994990794/dest/dir: 
operation not permitted
--- FAIL: TestTarWithBlockCharFifo (0.00s)
        archive_unix_test.go:163: operation not permitted
--- FAIL: TestTarUntarWithXattr (0.00s)
        archive_unix_test.go:225: operation not permitted
--- FAIL: TestChangesWithChangesGH13590 (0.00s)
        changes_test.go:560: no change for expected change C /dir1/dir2/dir3
time="2017-03-20T15:46:54+01:00" level=error msg="Tar: Can't stat file 
/tmp/archive-copy-test507778553 to tar: lstat 
/tmp/archive-copy-test507778553/file1: no such file or directory" 
time="2017-03-20T15:46:54+01:00" level=error msg="Tar: Can't stat file 
/tmp/archive-copy-test886032531 to tar: lstat 
/tmp/archive-copy-test886032531/file1: no such file or directory" 
time="2017-03-20T15:46:54+01:00" level=error msg="Tar: Can't stat file 
/tmp/archive-copy-test321418103 to tar: lstat 
/tmp/archive-copy-test321418103/file1: no such file or directory" 
time="2017-03-20T15:46:54+01:00" level=error msg="Can't add file 
/tmp/archive-copy-test321418103/file1 to tar: open 
/tmp/archive-copy-test321418103/file1: no such file or directory" 
time="2017-03-20T15:46:54+01:00" level=error msg="Can't close tar writer: 
archive/tar: missed writing 6 bytes" 
breakoutError: "../victim/dotdot" is outside of 
"/tmp/docker-TestApplyLayerInvalidFilenames959973213/dest"
breakoutError: open 
/tmp/docker-TestApplyLayerInvalidFilenames793469208/dest/victim/slash-dotdot: 
permission denied
breakoutError: invalid hardlink 
"/tmp/docker-TestApplyLayerInvalidHardlink659190167/victim/hello" -> 
"../victim/hello"
breakoutError: invalid hardlink 
"/tmp/docker-TestApplyLayerInvalidHardlink231520778/victim/hello" -> 
"/../victim/hello"
breakoutError: invalid hardlink 
"/tmp/docker-TestApplyLayerInvalidHardlink649371617/victim" -> "../victim"
breakoutError: invalid hardlink 
"/tmp/docker-TestApplyLayerInvalidHardlink899676620/victim" -> "../victim"
breakoutError: invalid hardlink 
"/tmp/docker-TestApplyLayerInvalidHardlink402778811/victim" -> "../victim"
breakoutError: invalid hardlink 
"/tmp/docker-TestApplyLayerInvalidHardlink609312990/victim" -> "../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestApplyLayerInvalidSymlink141306533/dest/dotdot" -> 
"../victim/hello"
breakoutError: invalid symlink 
"/tmp/docker-TestApplyLayerInvalidSymlink724783040/dest/slash-dotdot" -> 
"/../victim/hello"
breakoutError: invalid symlink 
"/tmp/docker-TestApplyLayerInvalidSymlink218853407/dest/loophole-victim" -> 
"../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestApplyLayerInvalidSymlink114079986/dest/loophole-victim" -> 
"../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestApplyLayerInvalidSymlink743010729/dest/loophole-victim" -> 
"../victim"
breakoutError: invalid symlink 
"/tmp/docker-TestApplyLayerInvalidSymlink013907188/dest/loophole-victim" -> 
"../victim"
FAIL
coverage: 74.8% of statements
FAIL    github.com/docker/docker/pkg/archive    0.511s
ok      github.com/docker/docker/pkg/authorization      0.021s  coverage: 24.1% 
of statements
ok      github.com/docker/docker/pkg/broadcaster        0.003s  coverage: 
100.0% of statements
--- FAIL: TestChrootTarUntar (0.00s)
        archive_test.go:50: Error processing tar file(exit status 1): Error 
creating mount namespace before pivot: operation not permitted
--- FAIL: TestChrootUntarWithHugeExcludesList (0.27s)
        archive_test.go:86: Error processing tar file(exit status 1): Error 
creating mount namespace before pivot: operation not permitted
--- FAIL: TestChrootTarUntarWithSymlink (0.00s)
        archive_test.go:173: chown 
/tmp/docker-TestChrootTarUntarWithSymlink667420710/dest: operation not permitted
--- FAIL: TestChrootCopyWithTar (0.00s)
        archive_test.go:201: chown 
/tmp/docker-TestChrootCopyWithTar604467533/dest: operation not permitted
--- FAIL: TestChrootCopyFileWithTar (0.01s)
        archive_test.go:255: Error processing tar file(exit status 1): Error 
creating mount namespace before pivot: operation not permitted
--- FAIL: TestChrootUntarPath (0.01s)
        archive_test.go:308: Error processing tar file(exit status 1): Error 
creating mount namespace before pivot: operation not permitted
--- FAIL: TestChrootUntarEmptyArchiveFromSlowReader (1.11s)
        archive_test.go:350: Error processing tar file(exit status 1): Error 
creating mount namespace before pivot: operation not permitted
--- FAIL: TestChrootApplyEmptyArchiveFromSlowReader (0.20s)
        archive_test.go:366: ApplyLayer exit status 1 stdout:  stderr: Error 
creating mount namespace before pivot: operation not permitted
--- FAIL: TestChrootApplyDotDotFile (0.01s)
        archive_test.go:392: ApplyLayer exit status 1 stdout:  stderr: Error 
creating mount namespace before pivot: operation not permitted
FAIL
coverage: 36.4% of statements
FAIL    github.com/docker/docker/pkg/chrootarchive      1.607s
?       github.com/docker/docker/pkg/devicemapper       [no test files]
ok      github.com/docker/docker/pkg/directory  0.003s  coverage: 82.1% of 
statements
ok      github.com/docker/docker/pkg/discovery  0.004s  coverage: 58.3% of 
statements
ok      github.com/docker/docker/pkg/discovery/file     0.004s  coverage: 97.6% 
of statements
ok      github.com/docker/docker/pkg/discovery/kv       3.018s  coverage: 84.1% 
of statements
ok      github.com/docker/docker/pkg/discovery/memory   0.003s  coverage: 92.3% 
of statements
ok      github.com/docker/docker/pkg/discovery/nodes    0.006s  coverage: 93.8% 
of statements
ok      github.com/docker/docker/pkg/filenotify 0.603s  coverage: 67.4% of 
statements
ok      github.com/docker/docker/pkg/fileutils  0.008s  coverage: 90.4% of 
statements
ok      github.com/docker/docker/pkg/fsutils    0.023s  coverage: 0.0% of 
statements
ok      github.com/docker/docker/pkg/gitutils   0.040s  coverage: 66.7% of 
statements
ok      github.com/docker/docker/pkg/graphdb    10.437s coverage: 75.0% of 
statements
ok      github.com/docker/docker/pkg/homedir    0.004s  coverage: 63.6% of 
statements
ok      github.com/docker/docker/pkg/httputils  10.009s coverage: 98.4% of 
statements
--- FAIL: TestMkdirAllAs (0.00s)
        idtools_unix_test.go:35: Couldn't chown path: 
/tmp/mkdirall129066751/lib; error: chown /tmp/mkdirall129066751/lib: operation 
not permitted
--- FAIL: TestMkdirAllNewAs (0.00s)
        idtools_unix_test.go:96: Couldn't chown path: 
/tmp/mkdirnew957500498/lib/x86_64/share; error: chown 
/tmp/mkdirnew957500498/lib/x86_64/share: operation not permitted
--- FAIL: TestMkdirAs (0.00s)
        idtools_unix_test.go:151: Couldn't chown path: /tmp/mkdir771170697/usr; 
error: chown /tmp/mkdir771170697/usr: operation not permitted
FAIL
coverage: 7.7% of statements
FAIL    github.com/docker/docker/pkg/idtools    0.003s
ok      github.com/docker/docker/pkg/integration        5.215s  coverage: 86.5% 
of statements
?       github.com/docker/docker/pkg/integration/checker        [no test files]
ok      github.com/docker/docker/pkg/integration/cmd    1.260s  coverage: 66.7% 
of statements
ok      github.com/docker/docker/pkg/ioutils    3.814s  coverage: 69.5% of 
statements
ok      github.com/docker/docker/pkg/jsonlog    0.004s  coverage: 87.2% of 
statements
ok      github.com/docker/docker/pkg/jsonmessage        0.003s  coverage: 93.2% 
of statements
?       github.com/docker/docker/pkg/listeners  [no test files]
ok      github.com/docker/docker/pkg/locker     0.014s  coverage: 88.9% of 
statements
ok      github.com/docker/docker/pkg/longpath   0.002s  coverage: 100.0% of 
statements
?       github.com/docker/docker/pkg/loopback   [no test files]
--- FAIL: TestMounted (0.53s)
        mount_unix_test.go:58: operation not permitted
--- FAIL: TestMountReadonly (0.00s)
        mount_unix_test.go:109: operation not permitted
--- FAIL: TestGetMounts (0.00s)
        mount_unix_test.go:137: / should be mounted at least
--- FAIL: TestSubtreePrivate (0.00s)
        sharedsubtree_linux_test.go:56: operation not permitted
--- FAIL: TestSubtreeShared (0.00s)
        sharedsubtree_linux_test.go:143: operation not permitted
--- FAIL: TestSubtreeSharedSlave (0.00s)
        sharedsubtree_linux_test.go:222: operation not permitted
--- FAIL: TestSubtreeUnbindable (0.00s)
        sharedsubtree_linux_test.go:303: operation not permitted
FAIL
coverage: 63.4% of statements
FAIL    github.com/docker/docker/pkg/mount      0.550s
ok      github.com/docker/docker/pkg/namesgenerator     0.004s  coverage: 85.7% 
of statements
?       github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no 
test files]
ok      github.com/docker/docker/pkg/parsers    0.004s  coverage: 100.0% of 
statements
ok      github.com/docker/docker/pkg/parsers/kernel     0.006s  coverage: 51.2% 
of statements
ok      github.com/docker/docker/pkg/parsers/operatingsystem    0.004s  
coverage: 90.0% of statements
ok      github.com/docker/docker/pkg/pidfile    0.005s  coverage: 84.2% of 
statements
?       github.com/docker/docker/pkg/platform   [no test files]
?       github.com/docker/docker/pkg/plugingetter       [no test files]
ok      github.com/docker/docker/pkg/plugins    0.017s  coverage: 36.0% of 
statements
ok      github.com/docker/docker/pkg/plugins/pluginrpc-gen      0.007s  
coverage: 56.8% of statements
?       github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures     [no 
test files]
?       
github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture        
[no test files]
?       github.com/docker/docker/pkg/plugins/transport  [no test files]
ok      github.com/docker/docker/pkg/pools      0.004s  coverage: 86.2% of 
statements
ok      github.com/docker/docker/pkg/progress   0.004s  coverage: 74.1% of 
statements
?       github.com/docker/docker/pkg/promise    [no test files]
ok      github.com/docker/docker/pkg/pubsub     1.040s  coverage: 82.1% of 
statements
ok      github.com/docker/docker/pkg/random     0.003s  coverage: 38.1% of 
statements
?       github.com/docker/docker/pkg/reexec     [no test files]
ok      github.com/docker/docker/pkg/registrar  0.003s  coverage: 84.8% of 
statements
?       github.com/docker/docker/pkg/signal     [no test files]
ok      github.com/docker/docker/pkg/stdcopy    0.004s  coverage: 100.0% of 
statements
ok      github.com/docker/docker/pkg/streamformatter    0.004s  coverage: 42.2% 
of statements
ok      github.com/docker/docker/pkg/stringid   0.020s  coverage: 89.5% of 
statements
ok      github.com/docker/docker/pkg/stringutils        0.004s  coverage: 
100.0% of statements
ok      github.com/docker/docker/pkg/symlink    0.040s  coverage: 87.7% of 
statements
--- FAIL: TestReadProcBool (0.00s)
        sysinfo_linux_test.go:24: expected proc bool to be true, got false
FAIL
coverage: 10.0% of statements
FAIL    github.com/docker/docker/pkg/sysinfo    0.004s
ok      github.com/docker/docker/pkg/system     0.019s  coverage: 39.8% of 
statements
ok      github.com/docker/docker/pkg/tailfile   0.004s  coverage: 61.8% of 
statements
ok      github.com/docker/docker/pkg/tarsum     0.097s  coverage: 90.3% of 
statements
ok      github.com/docker/docker/pkg/term       0.004s  coverage: 15.8% of 
statements
ok      github.com/docker/docker/pkg/term/windows       0.009s  coverage: 0.0% 
of statements
?       github.com/docker/docker/pkg/testutil   [no test files]
?       github.com/docker/docker/pkg/testutil/assert    [no test files]
?       github.com/docker/docker/pkg/testutil/tempfile  [no test files]
?       github.com/docker/docker/pkg/tlsconfig  [no test files]
ok      github.com/docker/docker/pkg/truncindex 0.003s  coverage: 91.5% of 
statements
ok      github.com/docker/docker/pkg/urlutil    0.003s  coverage: 100.0% of 
statements
ok      github.com/docker/docker/pkg/useragent  0.003s  coverage: 88.9% of 
statements
# github.com/docker/docker/profiles/seccomp
/tmp/go-build100316332/github.com/docker/docker/profiles/seccomp/_test/_obj_test/seccomp.go:20:
 not enough arguments in call to DefaultProfile
ok      github.com/docker/docker/plugin 0.020s  coverage: 0.0% of statements
ok      github.com/docker/docker/plugin/v2      0.007s  coverage: 17.4% of 
statements
?       github.com/docker/docker/profiles/apparmor      [no test files]
FAIL    github.com/docker/docker/profiles/seccomp [build failed]
ok      github.com/docker/docker/reference      0.127s  coverage: 87.9% of 
statements
ok      github.com/docker/docker/registry       0.098s  coverage: 52.6% of 
statements
ok      github.com/docker/docker/restartmanager 0.003s  coverage: 46.9% of 
statements
ok      github.com/docker/docker/runconfig      0.008s  coverage: 74.4% of 
statements
ok      github.com/docker/docker/runconfig/opts 0.037s  coverage: 73.5% of 
statements
ok      github.com/docker/docker/utils  0.004s  coverage: 40.0% of statements
ok      github.com/docker/docker/utils/templates        0.003s  coverage: 28.6% 
of statements
ok      github.com/docker/docker/volume 0.012s  coverage: 70.0% of statements
ok      github.com/docker/docker/volume/drivers 0.007s  coverage: 36.9% of 
statements
--- FAIL: TestRemove (0.00s)
        local_test.go:45: chown /tmp/local-volume-test134684694/volumes: 
operation not permitted
--- FAIL: TestInitializeWithVolumes (0.00s)
        local_test.go:87: chown /tmp/local-volume-test854769789/volumes: 
operation not permitted
--- FAIL: TestCreate (0.00s)
        local_test.go:119: chown /tmp/local-volume-test679262648/volumes: 
operation not permitted
--- FAIL: TestCreateWithOpts (0.00s)
        local_test.go:194: chown /tmp/local-volume-test201395639/volumes: 
operation not permitted
--- FAIL: TestRealodNoOpts (0.00s)
        local_test.go:297: chown 
/tmp/volume-test-reload-no-opts345558442/volumes: operation not permitted
FAIL
coverage: 9.1% of statements
FAIL    github.com/docker/docker/volume/local   0.004s
ok      github.com/docker/docker/volume/store   0.321s  coverage: 58.8% of 
statements
?       github.com/docker/docker/volume/testutils       [no test files]
debian/rules:88: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/build/docker.io-1.13.0~ds1'
debian/rules:118: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages docker.io depends on:
ii  adduser              3.115
ii  containerd           0.2.3~git20161117.78.03e5862~ds1-1
ii  golang-libnetwork    0.8.0~dev.2+git20161130.568.fd27f22-3
ii  init-system-helpers  1.47
ii  iptables             1.6.0+snapshot20161117-5
ii  libapparmor1         2.11.0-2
ii  libc6                2.24-9
ii  libdevmapper1.02.1   2:1.02.137-2
ii  libsqlite3-0         3.16.2-3
ii  libsystemd0          233-4
ii  lsb-base             9.20161125
ii  runc                 1.0.0~rc2+git20161109.131.5137186-2

Versions of packages docker.io recommends:
ii  ca-certificates  20161130
ii  cgroupfs-mount   1.4
ii  git              1:2.11.0-2
ii  xz-utils         5.2.2-1.2+b1

Versions of packages docker.io suggests:
pn  aufs-tools           <none>
ii  btrfs-progs          4.9.1-1
ii  debootstrap          1.0.89
pn  docker-doc           <none>
pn  rinse                <none>
pn  zfs-fuse | zfsutils  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: docker.io
Source-Version: 1.13.1~ds1-2

We believe that the bug you reported is fixed in the latest version of
docker.io, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Potter <t...@hpe.com> (supplier of updated docker.io package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 07 Jun 2017 11:43:14 +1000
Source: docker.io
Binary: docker.io vim-syntax-docker golang-github-docker-docker-dev 
golang-docker-dev docker-doc
Architecture: source all amd64
Version: 1.13.1~ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Tim Potter <t...@hpe.com>
Changed-By: Tim Potter <t...@hpe.com>
Description:
 docker-doc - Linux container runtime -- documentation
 docker.io  - Linux container runtime
 golang-docker-dev - Transitional package for golang-github-docker-docker-dev
 golang-github-docker-docker-dev - Externally reusable Go packages included 
with Docker
 vim-syntax-docker - Docker container engine - Vim highlighting syntax files
Closes: 850952 858269
Changes:
 docker.io (1.13.1~ds1-2) unstable; urgency=medium
 .
   * Make test suite pass by using assorted patches to fix or disable
     tests that don't work under pbuilder. (Closes: #858269)
   * Suppress some unfixable Lintian warnings.
   * Verify CVE-2016-9962 is fixed. (Closes: #850952)
Checksums-Sha1:
 452ddf852eb9fb6a597d4dc2a2744f2eba1978ea 6734 docker.io_1.13.1~ds1-2.dsc
 7186d5d85a53c792806ebcea286e60fd9970c7de 2981951 
docker.io_1.13.1~ds1.orig.tar.gz
 266ce8118cf3d8f6db7312f06f44675eb7d506e3 34140 
docker.io_1.13.1~ds1-2.debian.tar.xz
 f728617328bf4257d2d0f698519675aff601a9ed 657360 docker-doc_1.13.1~ds1-2_all.deb
 9899616cc3a22ed6807c11bbae35114f3c7bd072 658910 
docker.io-dbgsym_1.13.1~ds1-2_amd64.deb
 fb2e47c02ebe1b5a68294eacf60b6e08b3f42154 21928 
docker.io_1.13.1~ds1-2_amd64.buildinfo
 6d2d02f503c1462234607f3a8d9f079266abaa92 11026876 
docker.io_1.13.1~ds1-2_amd64.deb
 0309bb699e0470b972cbf7887187dcc2a5a2dbd0 62562 
golang-docker-dev_1.13.1~ds1-2_all.deb
 0d1e6bf8f9082c7a1c89f63b294ad88f5d5b5263 444212 
golang-github-docker-docker-dev_1.13.1~ds1-2_all.deb
 ee7499caa0c055a84c065b0106a61f67d15811de 63742 
vim-syntax-docker_1.13.1~ds1-2_all.deb
Checksums-Sha256:
 d2ad8d1f0ad53b6d76f15f2520ef1dbd9a475c13540e388d1d4efed7155fbae1 6734 
docker.io_1.13.1~ds1-2.dsc
 794dd083884aa964a76eb15a63c1c55a307c3a8867aaf1a0b86459608a6115b8 2981951 
docker.io_1.13.1~ds1.orig.tar.gz
 c73b56678e99f19ac3011dd9e817415a2d6cbf6d2b7e76e6aba3a539bd47baf0 34140 
docker.io_1.13.1~ds1-2.debian.tar.xz
 ae407ed410b3316346a049e7ef7621409a1a558417c5b4a8f386c372ae21ee7a 657360 
docker-doc_1.13.1~ds1-2_all.deb
 bdebcad550d7b05c8054c7ff015773477813d60e877dae3c0c0da65322787bf2 658910 
docker.io-dbgsym_1.13.1~ds1-2_amd64.deb
 5d551c5a2adffa4961138a3df1f4e3a3ffa326cb3023a88a84071d89ab52d9e9 21928 
docker.io_1.13.1~ds1-2_amd64.buildinfo
 f62c43081db2feef7b212228c70d9b14a4b58fe253e736bc8573eaac2d9e2bc2 11026876 
docker.io_1.13.1~ds1-2_amd64.deb
 8253b8c255152b68ed1be360fa208337d3e10d2c2eeabbd855a66e5a4c665a8e 62562 
golang-docker-dev_1.13.1~ds1-2_all.deb
 fd9a7e61e5329259045ae084aa79645d355378a8af63f8453fff0fe7db0807ea 444212 
golang-github-docker-docker-dev_1.13.1~ds1-2_all.deb
 d1542c7a4390e45964a5f96cdc13d3909d7e466c05daa0b98b975cfff8cc668b 63742 
vim-syntax-docker_1.13.1~ds1-2_all.deb
Files:
 395fd60aedd4fa1840f67c8e106077a4 6734 admin optional docker.io_1.13.1~ds1-2.dsc
 65ae9fca7a33b7d8eeb26d35cd2b1cc3 2981951 admin optional 
docker.io_1.13.1~ds1.orig.tar.gz
 f75c3ca80dd8561bfa947ded2349e5b1 34140 admin optional 
docker.io_1.13.1~ds1-2.debian.tar.xz
 e53c24594549c18359afa68ac3b40d5a 657360 doc optional 
docker-doc_1.13.1~ds1-2_all.deb
 51c683be296c563bd538d41441c07d11 658910 debug extra 
docker.io-dbgsym_1.13.1~ds1-2_amd64.deb
 79de13d34e37613615254a62ce5eef71 21928 admin optional 
docker.io_1.13.1~ds1-2_amd64.buildinfo
 843a656035c553faef1c3ee5aad767fc 11026876 admin optional 
docker.io_1.13.1~ds1-2_amd64.deb
 b8d299e66cbb7c9eb26f55373775ac33 62562 oldlibs extra 
golang-docker-dev_1.13.1~ds1-2_all.deb
 f01cb239189d9bd84c9986fb7337f1fd 444212 admin optional 
golang-github-docker-docker-dev_1.13.1~ds1-2_all.deb
 cd20fcf60a0e8c007fb091776b751c79 63742 admin optional 
vim-syntax-docker_1.13.1~ds1-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJZN2P8AAoJELJMpj9uu+hN3gkP/39Fdb223a9qni1YVHYfGwNm
s0FO41XeTg6Sq0TsAYv0Kd+qosWm/rQQ/t/CDk0icqPFa4hmYe8QNx0G5eX94b4K
C3tSHSNHYkPGGaZyJkb3qtrA9ay0oLbDX+eUvBNFhPBrafJxfRgwes5SnOx+Azu4
Z1VJHOSyxal9IcLSke5bJ5zdtAD5HKNn6urr8+Enraiuq8dncU+ErO0/6xGrrkFl
qAz+fQpYrNrR17ej0iNGnz6vym1TeZ+AKapPZisIJ7MsOpsBx7SQWmm78oNTOkXA
XulWXFqGVzlUOdGlKrtBw18VTQ73xABcc6C2GLvAHQYoSFhNKB7ziCdKfcpyoA2M
Xnq5yU0Yx0cb0qv9E7+jfYe0s/hEUmoZPpA7U6sX68ZQdIZupYTlnDY5NAOhVAJz
6x0bbH4iE6zN+w1ZQQu5ZbRwTNmEz8PX+QWSpgx0F2DmkwuLWYTy0mutQhsPubES
rDouy3rZRDfdSvUM+mPhb1X7jgTcCsXbKSdfXZ2LiKRGACibY8d9jS5aMu9FsfOu
IU1B89Z9bkNoaPbRMkzV2FCT2dhsx22dwEufisfAJAlD60GVoMr18dwrZLlJmmGJ
xawHBwSyfL+eT8h04JdfVjGX0KRclkJOt0ZShrh5u/6YemJaX6XS4Ly2shqBVOiF
FaZgEVt+0iRTqhKboBdu
=B9NO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to