Looking at the first failure reported:
```
Tests with results other than PASS that are unexpected:
    FAIL cli_root/zfs_clone/setup (expected PASS)
```
I can then inspect the zfstest log file, 
[here](http://jenkins.open-zfs.org/job/openzfs/job/openzfs/job/PR-124/19/artifact/run-zfs-tests.log),
 and I see this:
```
Test: /opt/zfs-tests/tests/functional/cli_root/zfs_clone/setup (run as root) 
[00:05] [FAIL]
04:26:42.01 /opt/zfs-tests/tests/functional/cli_root/zfs_clone/setup[36]: 
log_must[67]: log_pos[178]: rngd: not found [No such file or directory]
04:26:42.01 ERROR: rngd -r /dev/urandom -o /dev/random exited 127
```
it's the same for the `zfs_create` failure:
```
Test: /opt/zfs-tests/tests/functional/cli_root/zfs_create/setup (run as root) 
[00:00] [FAIL]
04:27:34.70 /opt/zfs-tests/tests/functional/cli_root/zfs_create/setup[32]: 
log_must[67]: log_pos[178]: rngd: not found [No such file or directory]
04:27:34.70 ERROR: rngd -r /dev/urandom -o /dev/random exited 127
```
looks like it's trying to use the `rngd` command, which doesn't exist on the 
test system. where is `rngd` supposed to be coming from? is that included by 
default in all linux distros? we're running these tests on an OpenIndiana based 
system, so I wonder if we can get this via some OI package that's not installed 
by default? Or, alternatively, modify the tests so that command isn't needed, 
or use an equivalent command that's available on illumos?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/124#issuecomment-310042378
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T1625245905c55186-Md5e1b14bfa9c562b651780c0
Powered by Topicbox: https://topicbox.com

Reply via email to