From nobody Tue May 26 22:44:37 2026 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gQ79L3M9Rz6gZHV for ; Tue, 26 May 2026 22:44:38 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gQ79K73wjz4B1d; Tue, 26 May 2026 22:44:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779835478; a=rsa-sha256; cv=none; b=uLobzp367j7bP4aeSwelQNA9rOFYJNIyGyyrShxPMzjBfL2oWEaybvY05KBV+ZvZ5fjl0x zFWM31UjUBpBQYaG8s+ambuCYYXptRBSgwWfC0XU0Yv+9Ma9Ya+snXRWU1TVJil0F6BiTV YyXhZYW7Xxnwj/tvxeD4LoUCOfclHjYRtG9rP3Eegcy01y3elqk6ej9B23LBH2dOwfwuBn 9aED3gdyokdDESLHpF+phSEurtVddc/+LrAxkVexGOXeOzj7l/tVyg/uXdKtqpwQWx+pt3 68XQrzUIVb2vPJWfSNkl7CaW0ZoDJc50wrHWq1w8m0roHfwfCdcLaFML5dZueQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779835478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=PvRwYDbJA6i0WhPmkmACilTZRvLB6xLj7P3lLDvQwF4=; b=NS3HVVUp8aGw/No/ilGRtAJyrs8XwU1gy7gQCCaplJJVFt214RlPaGidL5av9ZZe9Q8s10 qrHjm2GbFWBHKYd+YmwsB0SHGPgOgMEzi+2dRLvDXsasXuHcmsnie5ya5SuZCz7n+uYCa6 VUTYwjouDQK30jiQBozY1ipJ/kL6lWJFkGqPTDIjiOB5hUHsekNtGnbo6X5yd/pPMo5HRU Mz4Dko70oyZEHsfXaAUV2xlyxNTkBqSBxPDqbejA6rn8jWolOsJk3YwWjkT0vi4qH9gtd5 cdsJ/tqQuCfr4OoxXBEL5fEzRMaBS8Bi1PeMJKy2l9nqnRWU81SmZTCij0sAYg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gQ79K6ZYxzYlf; Tue, 26 May 2026 22:44:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 26 May 2026 22:44:37 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <854591830.1581.1779835477930@jenkins.ci.freebsd.org> In-Reply-To: <441803690.1569.1779827543557@jenkins.ci.freebsd.org> References: <441803690.1569.1779827543557@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-15-amd64-test - Build #780 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1580_1075177671.1779835477738" X-Jenkins-Job: FreeBSD-stable-15-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1580_1075177671.1779835477738 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-15-amd64-test - Build #780 (e25366d46bf5cdd840d2827524f9ed29e2fcbc66) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/780/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/780/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/780/console Status explanation: "Unstable" - some tests are suspected being broken by the following changes "Still Unstable" - the failing test cases have not been fixed by these following changes and this is a notification to note that these changes have not been fully tested by the CI system Change summaries: (Those commits are likely but not certainly responsible) 9d9651c49575e27f2873c10bb7fe855be29ff48a by emaste: nlist.3: Replace a.out(5) Xref with elf(5) be2da08e0b5b82329e36a6cf3b98f9099c6184ce by emaste: nlist.3: Add discouraged use notice e25366d46bf5cdd840d2827524f9ed29e2fcbc66 by emaste: nlist.3: Clarify which symbol table is used The failed test cases: 2 tests failed. FAILED: lib.libarchive.functional_test.test_archive_string_conversion_fail_c Error Message: atf-check failed; see the output of the test for details FAILED: lib.libarchive.functional_test.test_archive_string_conversion_fail_latin1 Error Message: atf-check failed; see the output of the test for details ------=_Part_1580_1075177671.1779835477738--