automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw111485-111524 [PATCH] [40/40] test/crypto: added test for dh priv key generation
Date: Fri, 20 May 2022 03:19:59 -0400 (EDT)	[thread overview]
Message-ID: <20220520071959.92FC86D4C2@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 4002 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111485

_apply patch failure_

Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Friday, May 20 2022 05:54:45 
Applied on: CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2
Apply patch set 111485-111524 failed:

Checking patch app/test/test_cryptodev_asym.c...
Checking patch app/test/test_cryptodev_dh_test_vectors.h...
Checking patch app/test/test_cryptodev_dsa_test_vectors.h...
Checking patch app/test/test_cryptodev_mod_test_vectors.h...
Checking patch app/test/test_cryptodev_rsa_test_vectors.h...
Checking patch app/test/test_event_crypto_adapter.c...
Hunk #1 succeeded at 394 (offset 99 lines).
error: while searching for:
		return TEST_SKIPPED;
	}
	/* Setup Cipher Parameters */
	xform_tc.next = NULL;
	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
	cap_idx.type = xform_tc.xform_type;
	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);

error: patch failed: app/test/test_event_crypto_adapter.c:474
Hunk #3 succeeded at 196 (offset -474 lines).
error: while searching for:
		return TEST_SKIPPED;
	}
	/* Setup Cipher Parameters */
	xform_tc.next = NULL;
	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
	cap_idx.type = xform_tc.xform_type;
	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);

error: patch failed: app/test/test_event_crypto_adapter.c:807
Applied patch app/test/test_cryptodev_asym.c cleanly.
Applied patch app/test/test_cryptodev_dh_test_vectors.h cleanly.
Applied patch app/test/test_cryptodev_dsa_test_vectors.h cleanly.
Applied patch app/test/test_cryptodev_mod_test_vectors.h cleanly.
Applied patch app/test/test_cryptodev_rsa_test_vectors.h cleanly.
Applying patch app/test/test_event_crypto_adapter.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Hunk #3 applied cleanly.
Rejected hunk #4.
diff a/app/test/test_event_crypto_adapter.c b/app/test/test_event_crypto_adapter.c	(rejected hunks)
@@ -474,7 +473,6 @@ test_asym_op_forward_mode(uint8_t session_less)
 		return TEST_SKIPPED;
 	}
 	/* Setup Cipher Parameters */
-	xform_tc.next = NULL;
 	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 	cap_idx.type = xform_tc.xform_type;
 	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);
@@ -807,7 +804,6 @@ test_asym_op_new_mode(uint8_t session_less)
 		return TEST_SKIPPED;
 	}
 	/* Setup Cipher Parameters */
-	xform_tc.next = NULL;
 	xform_tc.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 	cap_idx.type = xform_tc.xform_type;
 	capability = rte_cryptodev_asym_capability_get(TEST_CDEV_ID, &cap_idx);
Checking patch app/test-eventdev/test_perf_common.c...
error: while searching for:
	struct rte_crypto_asym_xform xform;
	void *sess;

	xform.next = NULL;
	xform.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
	cap_idx.type = xform.xform_type;
	capability = rte_cryptodev_asym_capability_get(p->ca.cdev_id, &cap_idx);

error: patch failed: app/test-eventdev/test_perf_common.c:851
Applying patch app/test-eventdev/test_perf_common.c with 1 reject...
Rejected hunk #1.
diff a/app/test-eventdev/test_perf_common.c b/app/test-eventdev/test_perf_common.c	(rejected hunks)
@@ -851,7 +851,6 @@ cryptodev_asym_sess_create(struct prod_data *p, struct test_perf *t)
 	struct rte_crypto_asym_xform xform;
 	void *sess;
 
-	xform.next = NULL;
 	xform.xform_type = RTE_CRYPTO_ASYM_XFORM_MODEX;
 	cap_idx.type = xform.xform_type;
 	capability = rte_cryptodev_asym_capability_get(p->ca.cdev_id, &cap_idx);
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index
Checking patch app/test/test_cryptodev_asym.c...
error: app/test/test_cryptodev_asym.c: does not match index

https://lab.dpdk.org/results/dashboard/patchsets/22209/

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-05-20  7:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220520071959.92FC86D4C2@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).