From owner-freebsd-testing@freebsd.org Fri Oct 30 22:47:48 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41583A21582 for ; Fri, 30 Oct 2015 22:47:48 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x22b.google.com (mail-yk0-x22b.google.com [IPv6:2607:f8b0:4002:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED8E01988; Fri, 30 Oct 2015 22:47:47 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykft191 with SMTP id t191so90571689ykf.0; Fri, 30 Oct 2015 15:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=+l4khLXC+uMKj024hXLft9eucWBqERJ3+Ol1h4UB5jE=; b=XJ5Qu99tZnt09lOH+XqboeEDeWdqwc3mvRJg0E2o3mbU1BIfXiT03daIdPBtE9jPo/ LE2MKDYVzBhq6CqyUXOvP/1iWmv4rPZGYA+HVpZbH23JogKKenja9Kw+EKU/yLUxRhxT E/Hw1K9p82tTJ31aZA6okOostwfwhZouuXMRpd8saBsuVcrM8DwXxD7QD4tj3ZVO5HJx IcoJtDAL9arQAHMJO2wxJYUMUdV8YGNV7hy4OmWH5rUpPgtaDm8yfCbGBbwvQlSsPHzp nO170+rXuLuH3rFXXq/tLjxACphX8i7qbahp9lPT5gnFLbkmKZcSh4rF6Z4REM1IShe4 64Mg== MIME-Version: 1.0 X-Received: by 10.13.224.3 with SMTP id j3mr8255959ywe.246.1446245267082; Fri, 30 Oct 2015 15:47:47 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.107.7 with HTTP; Fri, 30 Oct 2015 15:47:47 -0700 (PDT) Date: Fri, 30 Oct 2015 15:47:47 -0700 X-Google-Sender-Auth: YDaJUoNEWQ0qCQgltOsNnYe40pU Message-ID: Subject: Broken kyua package causing test failures From: Craig Rodrigues To: "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 22:47:48 -0000 Hi, Due to this change in the ports tree: http://svnweb.freebsd.org/ports?view=revision&revision=399992 if you try to "pkg install kyua", you will get: [1/1] Installing kyua-0.11,2... Creating user 'tests' with uid '977'. useradd: not found pkg: PRE-INSTALL script failed This was fixed with: http://svnweb.freebsd.org/ports?view=revision&revision=400469 Until the main package repository is rebuilt with this fix, installing kyua from packages will result in test failures because of a missing "tests" user. According to the ports team, this should be fixed in a few days once the packages are rebuilt. -- Craig On Fri, Oct 30, 2015 at 12:55 PM, wrote: > FreeBSD_HEAD-tests - Build #1624 - Still Failing: > > Build information: > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1624/ > Full change log: > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1624/changes > Full build log: > https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1624/console > > Change summaries: > > No changes > > [192.168.10.2] run: kyua test > [192.168.10.2] out: kyua: E: Load of '/usr/local/etc/kyua/kyua.conf' > failed: Failed to load Lua file '/usr/local/etc/kyua/kyua.conf': > /usr/local/etc/kyua/kyua.conf:11: Failed to get information about the user > 'tests'. > [192.168.10.2] out: > >