@lundman looks like there are some lint errors. If you click through to "Details" of the test failure you'll see them: ``` "../../../common/modules/zfs/zfs.c", line 451: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../../../common/modules/zfs/zfs.c", line 70: warning: const object should have initializer: dmu_ot (E_CONST_OBJ_SHOULD_HAVE_INITIZR) "../../common/fs/zfs/dmu_objset.c", line 862: warning: set but not used in function: ibs in dmu_objset_create_impl_dnstats (E_FUNC_SET_NOT_USED) "../../common/fs/zfs/zio_crypt.c", line 1007: warning: constant operand to op: "!" (E_CONST_EXPR) "../../common/fs/zfs/zio_crypt.c", line 1122: warning: constant operand to op: "!" (E_CONST_EXPR) "../common/libzfs_sendrecv.c", line 2592: warning: argument unused in function: stream_avl in recv_fix_encryption_heirarchy (E_FUNC_ARG_UNUSED) "../zdb.c", line 1185: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 1222: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 1292: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 1295: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 2026: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 2033: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 2496: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 2510: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 2512: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 2730: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "../zdb.c", line 3131: warning: suspicious comparison of unsigned with 0: op "<=" (E_SUSPICIOUS_COMPARISON) "/opt/jenkins/root/workspace/openzfs_openzfs_PR-124-BMYUW6PFZNQM4CULXGIUCOULZFGUBEB7CINIXVRIENRUKP5JHJ2Q/usr/src/lib/libzfs/common/libzfs_crypto.c", line 713: warning: function returns value which is sometimes ignored: strcpy (E_FUNC_RET_MAYBE_IGNORED2) ```
-- 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-305838291 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T1625245905c55186-M75cd88cc45a580074020f288 Powered by Topicbox: https://topicbox.com
