From nobody Fri Nov 15 11:51:39 2024 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 4Xqb314wsXz5d3PG for ; Fri, 15 Nov 2024 11:51:41 +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 "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Xqb3136KNz4gDt; Fri, 15 Nov 2024 11:51:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1731671501; 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: list-id; bh=fjcP9Oow6vCvKUGtf/h85c6Ytj1dKLHI9rpYfKg4R50=; b=x3bSDmm5flT2cnOo882MldTqDFz3a/oWyWN6YnX9NkzuuaJ9d3jSS6mGjNSj3czmGsjyWV vL64Sl6g5OhSuZJxldioQ9/1Zc58m/ocYU7W4249v9V7Zg9N8xFenPP9oy23NsjO8hKF9I lsuEuUt/lLUgjTxQkycetUhrQlRhBiTYrNtEbU2O1cn8pLC9DVzmDg00A+mVy/SIJf0gWN cxZ0ZqAuuayI61Gx07EDZctZrHQmc4YqAw/93Bd/2n7ehbri/m7Q7c24z5Vtd4peFraz3V edaNsBO8CvBr/1sPboMpfYRK47+9E5aSJxT0fqZZsf205CWaEPa5mUO1lpAxVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1731671501; a=rsa-sha256; cv=none; b=ug+/zzc/gboZSqiIBXl4gIG5RTPiNRzXBPB2eRzT6xH9NaMI6yj7OMzNrs6bDYTqknioV5 hd+2V4W1afyOISQdsA9yepGSuuJPsO9lT0YzVR6Xz2oS47FvQ1tnpgOKiLV3WFCrCkzTwo 8O1yuqmvkhSxugalyySb0fIyqtxp4Zyj7OzNWfbO+Ieg0Sql/iB1bKATqckUK7sr9ux64U 6u30EqTMwrDYJHGAPPh3TEt48hXRwPE6wikwLuE3eOp/bVZV+4TzTjUNuyviBlZJso7NBk dNj9iuBdTMvOGabWYu4ynOjU4rE3o004L4rEM3T5mPB75YjSHvBjhLcIX12+4Q== 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 4Xqb312hpLzMHj; Fri, 15 Nov 2024 11:51:41 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 15 Nov 2024 11:51:39 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <2032480393.5148.1731671501382@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-build - Build #1338 - Fixed 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 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5147_1791605604.1731671499323" X-Jenkins-Job: FreeBSD-stable-14-amd64-build X-Jenkins-Result: SUCCESS List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_5147_1791605604.1731671499323 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-build - Build #1338 (9ee0b40e4a5198bd6e17c0d7b4251f5fc9d59add) - Fixed Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-build/1338/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-build/1338/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-build/1338/console Change summaries: (Those commits are likely but not certainly responsible) 3db3a7617b82c341c6beaec70123e2b8644c3e1a by olce: cred: supplementary_group_member() => group_is_supplementary() 11b90b298908f418f93923c971f2c0a214f2060e by olce: cred: Constify signature of groupmember() and realgroupmember() 97c0b4e0eacd8d163795c11ce790259db56af935 by olce: cred: group_is_supplementary(): Use bsearch() 923a50140b2b7e39a51606f27b6fc44e8673aee1 by olce: cred: Make group_is_supplementary() public; New group_is_primary() 350e2b1940dfd457abd55bf0ba7c19274491496c by olce: cred: Separate constant for the number of inlined groups 5d10a05c6dfacd30a2691e92eb68cfabb6e94104 by olce: cred: kern_setgroups(): Internally use int as number of groups' type e657e1e95062c7d06ac6c5dd128a270a4ac0d72a by olce: cred: 'kern.ngroups' tunable: Limit it to avoid internal overflows f4455780bf42fbcab1a5490556448bb2da87e3c8 by olce: cred: crsetgroups(): Improve and factor out groups normalization 9deb689a752ddb6398ea39f06b5ec35756450694 by olce: cred: groupmember() and co.: Sanity check cred's groups (INVARIANTS) 847dff4bc6e004fd8e8906e4dc55f39bfd0c3281 by olce: cred: crextend(): Harden, simplify 13784bf22df357d2b944e719993f2d25d4324dd2 by olce: cred: New crsetgroups_fallback() 7b20967a1a172c6398b7f1a56ec96440d78469d2 by olce: nfs, rpc: Ensure kernel credentials have at least one group 6cd8d025282f8c30e5db74806f7e94630ce57d8b by olce: cred: groupmember(): Remove tolerance for empty 'cr_groups' 8c767de732e700e62fb5578d91c57f17e1c0a3c1 by olce: nfs: Fallback to GID_NOGROUP on no groups 9ee0b40e4a5198bd6e17c0d7b4251f5fc9d59add by olce: cred: crsetgroups(): Throw away old groups before crextend() ------=_Part_5147_1791605604.1731671499323--