From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C69B425F1 for ; Wed, 20 Sep 2023 16:48:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7782E4027B; Wed, 20 Sep 2023 16:48:06 +0200 (CEST) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 55ACD4027B for ; Wed, 20 Sep 2023 16:48:01 +0200 (CEST) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6563c23b356so26549656d6.2 for ; Wed, 20 Sep 2023 07:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1695221281; x=1695826081; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=IunloJo0992+3iYH7RwWLfblR5KWT3nXD8jhP8zEJHc=; b=aRcXs3Kjclt1/0TZQU2rcjb2yZfMqJvwKVtLLrzvcNMCp82DrXS5Dojevg8BqN8dp/ rMq9aanTvD2//JSSh1a0fSG68Io6QFkCK9xMUyrjByU41bVjnAG0J5W2mz4IPAKH+SbM LTxwLNSblIhPH61bVxrsawxTweYqMc+IXOWjo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695221281; x=1695826081; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IunloJo0992+3iYH7RwWLfblR5KWT3nXD8jhP8zEJHc=; b=S3FccO5SKIW8cMTRC4O9Vjr6eV4uCXFy9qMgsWThuisFDfzvWSnr2k02+9c0JmEaun 0mJZHnR7xnQ5bEI4cUkGQQyWamV2Hnm/YFjPVw+5+6MO1PAzqwDNGe2jJIlKjYvgVKFC HaUJ+QL5fhDFdG7B4Ikwb19CiTCEnQN+evzFayaxl21UhXay7TB/cajCH+ghB9xA/wjq SafCHpwGe0p8IXSFzAVTKWaXbtCr4SpvZElu5hUy8AOgxKOYnxwZFHsFLQjdSFqz3EXb uakig94PRbgQLoRKsk387PZkz+UNlBUqLNSOz0Wm6dOfRaPhaMAe7U67PEMNIkMwLmLJ 9+nQ== X-Gm-Message-State: AOJu0Yx9032GzDe//vPUp8LK2Wkrff/rnNKPdpykpTBok3zMthrUbwoQ MX8iR0/pknZDYTO4X+W8YDSXzeGWXNrtWg0nKYL+4h1j6iDBlgYo0IBhmg== X-Google-Smtp-Source: AGHT+IHmjoIts75uUR97NPzY+THYGKvd1oOCxlfuO1GmYj2qGWayCITlXWpq7B2py9hep54j02WSS7Ijek5O X-Received: by 2002:a0c:fe87:0:b0:64f:4dbe:c675 with SMTP id d7-20020a0cfe87000000b0064f4dbec675mr2704114qvs.25.1695221280833; Wed, 20 Sep 2023 07:48:00 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id lx13-20020a0562145f0d00b0065897fff18csm38261qvb.58.2023.09.20.07.48.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Sep 2023 07:48:00 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 20 Sep 2023 07:48:00 -0700 (PDT) Message-ID: <650b0620.050a0220.b4ef6.1964SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 8A8B96052514; Wed, 20 Sep 2023 10:48:00 -0400 (EDT) Subject: |FAILURE| pw131725 [PATCH] [v2] testpmd: add hairpin-map parameter From: dpdklab@iol.unh.edu To: Test Report Cc: Gregory Etelson , dpdk-test-reports@iol.unh.edu, Gregory Etelson Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-unit-amd64-testing Test-Status: FAILURE http://dpdk.org/patch/131725 _Testing issues_ Submitter: Gregory Etelson Date: Wednesday, September 20 2023 12:22:16 DPDK git baseline: Repo:dpdk Branch: master CommitID:31e60e81f025e9fffa69b68bffe5cfaa22d5c098 131725 --> testing fail Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 8 | FAIL | +-----------------+----------------+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | Debian Buster | PASS | +-----------------+----------------+ | Debian Bullseye | PASS | +-----------------+----------------+ ==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ==== 97/107 DPDK:fast-tests / telemetry_data_autotest OK 0.22 s 98/107 DPDK:fast-tests / telemetry_json_autotest OK 0.22 s 99/107 DPDK:fast-tests / thash_autotest OK 0.22 s 100/107 DPDK:fast-tests / threads_autotest OK 0.39 s 101/107 DPDK:fast-tests / ticketlock_autotest OK 0.22 s 102/107 DPDK:fast-tests / timer_autotest OK 2.63 s 103/107 DPDK:fast-tests / trace_autotest OK 0.26 s 104/107 DPDK:fast-tests / trace_autotest_with_traces OK 0.22 s 105/107 DPDK:fast-tests / vdev_autotest OK 0.22 s 106/107 DPDK:fast-tests / version_autotest OK 0.22 s 107/107 DPDK:fast-tests / telemetry_all SKIP 0.01 s Ok: 97 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 9 Timeout: 0 Full log written to /home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt ==== End log output ==== CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27668/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/