2020-09-09 23:40:08 slapos[1216] INFO Warning: "branch" parameter with value "master" is ignored. Checking out to revision 24a321e263f89bff910176f44053d5fdf5d8e40a.2020-09-09 23:40:08 slapos[1216] INFO Cloning into '/srv/slapgrid/slappart15/srv/testnode/dcm/inst/test0-0/tmp/soft/3d469699e32cdc51411bd1bc57ebba0a/parts/slapos-bin'...2020-09-09 23:40:08 slapos[1216] INFO Updating files: 100% (5/5)Updating files: 100% (5/5), done.2020-09-09 23:40:08 slapos[1216] INFO fatal: Could not parse object '24a321e263f89bff910176f44053d5fdf5d8e40a'.2020-09-09 23:40:08 slapos[1216] INFO While:2020-09-09 23:40:08 slapos[1216] INFO Installing slapos-bin.
it is checking out slapos-bin with the revision of erp5, because slapos-bin is defined as:
but nowhere we set ${slapos-bin:revision}, probably because the test suite used to generate this does not have a "test suite repository" for slapos-bin. Can you please check ?
@rafael [test](https://www.erp5.com/test_result_module/20200909-C31C19D4/21?) fail with:
```
2020-09-09 23:40:08 slapos[1216] INFO Warning: "branch" parameter with value "master" is ignored. Checking out to revision 24a321e263f89bff910176f44053d5fdf5d8e40a.
2020-09-09 23:40:08 slapos[1216] INFO Cloning into '/srv/slapgrid/slappart15/srv/testnode/dcm/inst/test0-0/tmp/soft/3d469699e32cdc51411bd1bc57ebba0a/parts/slapos-bin'...
2020-09-09 23:40:08 slapos[1216] INFO Updating files: 100% (5/5)
Updating files: 100% (5/5), done.
2020-09-09 23:40:08 slapos[1216] INFO fatal: Could not parse object '24a321e263f89bff910176f44053d5fdf5d8e40a'.
2020-09-09 23:40:08 slapos[1216] INFO While:
2020-09-09 23:40:08 slapos[1216] INFO Installing slapos-bin.
```
it is checking out `slapos-bin` with the revision of `erp5`, because `slapos-bin` is defined as:
```
[slapos-bin]
<= erp5
repository = https://lab.nexedi.com/nexedi/slapos-bin.git
branch = master
```
but nowhere we set `${slapos-bin:revision}`, probably because the test suite used to generate this does not have a "test suite repository" for `slapos-bin`. Can you please check ?