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 E3F8AA0C4B for ; Tue, 13 Jul 2021 22:56:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5CBA4069C; Tue, 13 Jul 2021 22:56:26 +0200 (CEST) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by mails.dpdk.org (Postfix) with ESMTP id 63A6940696 for ; Tue, 13 Jul 2021 22:56:25 +0200 (CEST) Received: by mail-io1-f49.google.com with SMTP id l18so23961692iow.4 for ; Tue, 13 Jul 2021 13:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:from:date:message-id:subject:to; bh=Rq3j/cyDVhKtHmsna9lNdCXFF7BT1e9nqIMMHC3Sp3A=; b=Fza7oZBP4qvlUZjclY4Naop7Ey7g6IFlY2xfrf+fJo9FdY8QiBttWCYTxNxWaJsRvR kyw2hhTREHZLMgUlX0eFgME9scgjsyQC8/nT8yJY72EbOj9EQfjCFsZTlAFJI2/k/WLl wKv12pGKMTQtZ7x7nE1hTs9ozSTFup7yMkLqg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Rq3j/cyDVhKtHmsna9lNdCXFF7BT1e9nqIMMHC3Sp3A=; b=C8HJFocaSxecGdXPtjKX0jQu83sOTrbjyRHv2xbKlRLljk1jiJ8ImlMgCI983vKWuz XhR+vuQXAgl7J6xMhft3cuRfj20W72UsLX5GK+NaGOeGZj4cHQKfJiPI2jxFEFV9W3JS NOvbymxJi1OagUqrdHdVLOWc6kXNdreYg+fi4jDx3m/D0klF4twcEpOB59vqa4knWPz9 cd91+HkpYyqPnFI6kCwpqy1EL3iL179qX/ABGmzZkYDLI1IL6arkgqiY5zefotZMa9VD IMh8+/BmzcUm9dqW5PIET/2Y7OVYTu2U2uR/Wjs3F6YVULzaZjo69fz7R6iBVapEiYE5 OVHg== X-Gm-Message-State: AOAM532qRiCJNcTSWxtc+BDCcLlbgtm8bBvdU5QJz5+zS4xu+CPjjFJK LZN6vOLt0G1onnRAce8gWB0G7ORXSo/vNpIfSOIZ4lTskWQDvA== X-Google-Smtp-Source: ABdhPJy0b8aommr+V3frWrMrSO62Y+AE58rUAfu7iv6ffnoxfaS7JuCgFbspUYbMgJ0mR17Nh+iP/1UCI1VOioiDWq0= X-Received: by 2002:a5d:9b9a:: with SMTP id r26mr4724642iom.34.1626209784456; Tue, 13 Jul 2021 13:56:24 -0700 (PDT) MIME-Version: 1.0 From: Brandon Lo Date: Tue, 13 Jul 2021 16:55:49 -0400 Message-ID: To: ci@dpdk.org, dpdklab Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-ci] FreeBSD 13 Unit Testing -- Two Tests Failing X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hello all, I am looking to expand the coverage of the community lab by running DPDK unit tests on FreeBSD 13. Currently, in the fast tests suite, there are 2 tests failing and preventing the environment from being put into production: interrupt_autotest and memory_autotest. This test was on DPDK main, commit a95bbb72623c310df4d0c8ad45c2ee06f538e01b. interrupt_autotest fails quite quickly: stdout: RTE>>interrupt_autotest Check unknown valid interrupt full path callback has not been called failure occurred during checking unknown valid interrupt full path Clearing for interrupt tests Test Failed memory_autotest fails after dumping memory: stdout: RTE>>memory_autotest Dump memory layout ... Error getting segment fd's Test Failed Could somebody more familiar with the tests confirm if these are real issues? Thanks, Brandon -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu