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 C5232424F1 for ; Mon, 4 Sep 2023 16:19:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C982C402C1 for ; Mon, 4 Sep 2023 16:19:38 +0200 (CEST) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by mails.dpdk.org (Postfix) with ESMTP id DE8F7402C1 for ; Mon, 4 Sep 2023 16:19:36 +0200 (CEST) Received: by mail-qt1-f170.google.com with SMTP id d75a77b69052e-413636c6d6aso8939641cf.3 for ; Mon, 04 Sep 2023 07:19:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1693837176; x=1694441976; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=WrGMPmvfdPEKaFFP1VqHNPNKb4UKJUtjPH/G2Q5XjJo=; b=fPxwpgrX4TsqBNUywzcbGHtD2JsNCpEKUL9oZcXTzkI4c0zfniJHOxgWRdOF0XZxds iXU1syAIER0k6Wu8Xh4zK73de6b7jmhBoI3H3MmTImPs03YW4QUEuhBqGr6R7mL2GDFj Vdvylsl9+4r1OI2aMQTVKAXvo0KN8L0bqMiMWTLfy2Azolo6e8+tupSOHS4Ol4Cuomot 8j/WS8aQ55ry8rmvD7YzaYh/GlVHypSWRuNgD9nLBUMcvCB4Ael7byhGQo8rGi9vaulM E0KLrLMCbfVr+swSUwAPEzjwCK/1ObPmVTVCpjSxFwjg0ZznkD+B/8Ag/onIYpPdU07u YLVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693837176; x=1694441976; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WrGMPmvfdPEKaFFP1VqHNPNKb4UKJUtjPH/G2Q5XjJo=; b=FKE66GS/GHLU1TNFjePCvMgZD+sNoLy5gE1g50YFDmADa5BRFWhEepOQ8zd7xyTT8x 98MRCc5y+mKsn2/P7E+gLiWlsMDl5prN9T7U1h3bGRDJKteBUxVwpdYMMWIj8EyRV945 7ayMsyHhWcis8OeGDaNCapV/dVUPHU3FE42/RdxfFqWnR6NkffwTGrYNz8ucxl1gueTL 5iEBPID7N411lFJ+boDL0bDJbdyYOxXUdKZZQT9UvtbGUp7+8vWaCOwaCRNl3S5AP7QR JNw6jaIRXymWYdoTIha0WU4phGmOihzCeF9XQxBw0W8MfMybqgsYVZYW7HhuAjwCZWb4 AbJA== X-Gm-Message-State: AOJu0YywfJS+EIJdOOJgbWgGNXGYwgBNtUYBnIZ4dkiVLf5ITuNzpVZW idzAVoBXsADNwrhy1VRKNwveYmERnEh/bKd/9Ug= X-Google-Smtp-Source: AGHT+IEhEkSiHSNAH8hlKLBqHbcyPwjnYmLAvV/anCE2VRgaAc1p+dkvhMRGwtAiQaZwmAzvanmrVg== X-Received: by 2002:a05:622a:1a1c:b0:405:37fd:be80 with SMTP id f28-20020a05622a1a1c00b0040537fdbe80mr12563704qtb.28.1693837176016; Mon, 04 Sep 2023 07:19:36 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id x18-20020ac84a12000000b0040ff6194ef3sm3605572qtq.70.2023.09.04.07.19.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Sep 2023 07:19:35 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: mko-plv@napatech.com, robot@bytheb.org Subject: |FAILURE| pw131155 [PATCH v14 8/8] net/ntnic: adds socket connection to PMD Date: Mon, 4 Sep 2023 10:19:34 -0400 Message-Id: <20230904141934.3818249-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230904135401.3176309-8-mko-plv@napatech.com> References: <20230904135401.3176309-8-mko-plv@napatech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: FAILURE http://patchwork.dpdk.org/patch/131155/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6074432127 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Set up job ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- #################################################################################### #### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Set up job #################################################################################### ##[endgroup] ##[group]Runner Image Provisioner 2.0.266.1 ##[endgroup] ##[group]GITHUB_TOKEN Permissions Actions: write Checks: write Contents: write Deployments: write Discussions: write Issues: write Metadata: read Packages: write Pages: write PullRequests: write RepositoryProjects: write SecurityEvents: write Statuses: write ##[endgroup] Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) ##[error]Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_23584f5c-6f46-4d86-9e18-60f614175298/a172bef1-e08a-4dc4-8cfa-c1c6c6461a1c.tar.gz. return code: 2. #################################################################################### #### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Set up job #################################################################################### --------------------------------END LOGS-----------------------------