[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Setting up CI environment



Hi,

I was just trying to setup the debci environment, following the
documentation

https://ci.debian.net/doc/

However, when I run the command

$ adt-run --user debci --output-dir /tmp/debci-output \
  /var/cache/pbuilder/result/aplpy_1.0-1_amd64.changes \
  --- schroot debci-unstable-amd64

I get the following output:

adt-run [10:31:47]: version @version@
adt-run [10:31:47]: host donar; command line: /usr/bin/adt-run --user debci --output-dir /tmp/debci-output /var/cache/pbuilder/result/aplpy_1.0-1_amd64.changes --- schroot debci-unstable-amd64
<VirtSubproc>: failure: ['schroot', '--quiet', '--begin-session', '--chroot', 'debci-unstable-amd64'] failed (exit status 1)
adt-run [10:31:47]: ERROR: testbed failure: cannot send to testbed: ['BrokenPipeError: [Errno 32] Broken pipe\n']

I then tried to run the schroot locally:

$ schroot -c debci-unstable-amd64
E: 10mount: mount: unknown filesystem type 'aufs'
E: debci-unstable-amd64-c1087f9b-957d-496a-98cc-58bf2ed3b0e1: Chroot setup failed: stage=setup-start

and finally found that my kernel (from sid, Linux donar 4.2.0-1-amd64 #1
SMP Debian 4.2.3-2 (2015-10-14) x86_64 GNU/Linux) is has no aufs:

$ grep aufs /proc/filesystems 

$ find /lib/modules -name aufs\*

$

Why is aufs gone, and what could I do for replacement?

Best regards

Ole


Reply to: