[00:13] Bug #1779970 opened: Cannot find cloud-init datasource error when adding a node through a new rackd controller [02:50] Bug #1779980 opened: maas overestimates size of raid device, can cause deployment failure [04:24] Bug #1769139 changed: package maas-region-controller 2.4.0~beta2-6865-gec43e47e6-0ubuntu1 failed to install/upgrade: installed maas-region-controller package post-installation [04:24] script subprocess returned error exit status 1 [10:22] Hello, is there a way to tell maas to stop keeping to try to use an interface that is not connected on a dual port Mellanox X3 card ? the init-bottom script keeps trying to use a port which is down and does not switch to the other. To get this working I have to shut the port in the Bios of the NIC [15:40] Hello guys I am coming across the following problem when I am tryinh to run make test in maas [15:40] bin/buildout install parallel-test │python3-tempita [15:40] Installing parallel-test. │python3-twisted [15:40] While: │python3-txtftp [15:40] Installing parallel-test. │python3-tz [15:40] Getting distribution for 'pexpect'. │python3-yaml [15:40] Error: Picked: pexpect = 4.6.0 │python3-zope.interface [15:40] Makefile:116: recipe for target 'bin/test.parallel' failed │snapcraft [15:40] make: *** [bin/test.parallel] Error 1 [15:41] bin/buildout install parallel-test [15:41] Installing parallel-test. [15:41] While: [15:41] Installing parallel-test. [15:41] Getting distribution for 'pexpect'. [15:41] Error: Picked: pexpect = 4.6.0 [15:41] Makefile:116: recipe for target 'bin/test.parallel' failed [15:41] make: *** [bin/test.parallel] Error 1 [15:41] if anybody is in the mood to help plz let me know [15:44] nikolis: what version is this ? [15:45] I cloned the master branch from git [15:46] nikolis: works for me [15:47] nikolis: make install-dependencies [15:47] nikolis: and then make test ? [15:47] it would seem as a versio mismatch of whats expected [15:49] yes exactly .. the only difference is that I got an error will using make install-dependencies that python-uvloop could not be found and thus I installed it using pip manually I don't know if this could be the source of the problem [15:51] nikolis: so you are probably using xenial instead of bionic ? [15:52] yes that's true [15:53] right, so master is bieng developed on bionic, and the dependencies are obtained from the ubuntu archive as that's the dependencies we need to ensure MAAS works on, then either you'd need to install the dep versions in the requirements [15:54] or change the versions [15:55] actually: required-packages/base has python3-pexpect [15:55] nikolis: i would create a lxd container w/ bionic and develope there [15:55] I will do that thanks for your help [15:57] np!