Yes; the "artifacts" section of the test has that data. See [here](http://jenkins.open-zfs.org/blue/organizations/jenkins/openzfs%2Fopenzfs/detail/PR-494/6/artifacts). Specifically, you'll want to download the [run-zfs-test-results.tar.xz](http://jenkins.open-zfs.org/job/openzfs/job/openzfs/job/PR-494/6/artifact/run-zfs-tests-results.tar.xz) file, extract it, and then inspect the test files.
e.g. ``` $ wget -q http://jenkins.open-zfs.org/job/openzfs/job/openzfs/job/PR-494/6/artifact/run-zfs-tests-results.tar.xz $ tar -xf run-zfs-tests-results.tar.xz $ grep -A 5 cli_root/zpool_import/zpool_import_features_001_pos 20171120T220530/log Test: /opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_001_pos (run as root) [00:06] [FAIL] 23:13:34.19 ASSERTION: Pool with inactive unsupported features can be imported. 23:13:34.76 SUCCESS: zpool create testpool1 /dev_import-test/disk0 23:13:34.89 SUCCESS: zpool export testpool1 23:13:36.32 /opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_001_pos[60]: log_must[67]: log_pos: line 178: 356067: Abort(coredump) 23:13:36.32 assertion failed for thread 0xfffffd7fff362a40, thread-id 1: !POINTER_IS_VALID(dn->dn_objset), file ../../../uts/common/fs/zfs/dnode.c, line 413 23:13:36.32 ERROR: zhack -d /dev_import-test feature enable testpool1 com.test:xxx_unsup0 exited 262 23:13:36.33 NOTE: Performing test-fail callback (/opt/zfs-tests/callbacks/zfs_dbgmsg) 23:13:36.33 ================================================================= 23:13:36.33 Tailing last 200 lines of zfs_dbgmsg log $ grep -A 5 cli_root/zpool_import/zpool_import_features_002_neg 20171120T220530/log Test: /opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_002_neg (run as root) [00:05] [FAIL] 23:13:40.83 ASSERTION: Pool with active unsupported features cannot be imported. 23:13:40.90 SUCCESS: zpool create testpool1 /dev_import-test/disk0 23:13:41.04 SUCCESS: zpool export testpool1 23:13:41.35 /opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_002_neg[62]: log_must[67]: log_pos: line 178: 356119: Abort(coredump) 23:13:41.35 assertion failed for thread 0xfffffd7ffed72a40, thread-id 1: !POINTER_IS_VALID(dn->dn_objset), file ../../../uts/common/fs/zfs/dnode.c, line 413 23:13:41.35 ERROR: zhack -d /dev_import-test feature enable testpool1 com.test:xxx_unsup1 exited 262 23:13:41.36 NOTE: Performing test-fail callback (/opt/zfs-tests/callbacks/zfs_dbgmsg) 23:13:41.36 ================================================================= 23:13:41.36 Tailing last 200 lines of zfs_dbgmsg log $ grep -A 5 cli_root/zpool_import/zpool_import_features_003_pos 20171120T220530/log Test: /opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_003_pos (run as root) [00:05] [FAIL] 23:13:46.10 ASSERTION: Pool with active read-only compatible features can be imported. 23:13:46.16 SUCCESS: zpool create testpool1 /dev_import-test/disk0 23:13:46.29 SUCCESS: zpool export testpool1 23:13:46.60 /opt/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_features_003_pos[65]: log_must[67]: log_pos: line 178: 356171: Abort(coredump) 23:13:46.61 ERROR: zhack -d /dev_import-test feature enable -r testpool1 com.test:xxx_unsup0 exited 262 23:13:46.61 assertion failed for thread 0xfffffd7fff162a40, thread-id 1: !POINTER_IS_VALID(dn->dn_objset), file ../../../uts/common/fs/zfs/dnode.c, line 413 23:13:46.61 NOTE: Performing test-fail callback (/opt/zfs-tests/callbacks/zfs_dbgmsg) 23:13:46.62 ================================================================= 23:13:46.62 Tailing last 200 lines of zfs_dbgmsg log ``` This log file can also be downloaded more directly (and viewed directly in the browser) using the [run-zfs-tests.log](http://jenkins.open-zfs.org/job/openzfs/job/openzfs/job/PR-494/6/artifact/run-zfs-tests.log) link from the "artifacts" section too. Does that help? -- 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/494#issuecomment-347552312 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T34088d4e3e9cd4f5-M585a8847a43f31716486df55 Powered by Topicbox: https://topicbox.com
