From owner-freebsd-testing@freebsd.org Sat Dec 3 02:14:31 2016 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 62C40C63EF0 for ; Sat, 3 Dec 2016 02:14:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 524C9FE5 for ; Sat, 3 Dec 2016 02:14:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB32EVuP064583 for ; Sat, 3 Dec 2016 02:14:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 215019] sys/kern/coredump_phnum_test:coredump_phnum is broken (the value it's parsing for isn't correct) Date: Sat, 03 Dec 2016 02:14:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 02:14:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215019 Bug ID: 215019 Summary: sys/kern/coredump_phnum_test:coredump_phnum is broken (the value it's parsing for isn't correct) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org Kernel is GENERIC-NODEBUG. No special sysctls or tunables set on my VM: [ngie@fbsd12 /usr/tests]$ sudo kyua -v test_suites.FreeBSD.allow_sysctl_side_effects=3D1 debug sys/kern/coredump_phnum_test:coredump_phnum=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 kern.coredump: 1 -> 1 kern.corefile: %N.core -> /tmp/kyua.WvTTRC/2/work/coredump_phnum_helper.core Executing command [ /usr/tests/sys/kern/coredump_phnum_helper ] Executing command [ grep Number of program headers: ] Executing command [ grep -1 program headers ] Executing command [ grep -A1 ^ \[ 0\] ] Executing command [ wc -l ] kern.coredump: 1 -> 1 kern.corefile: /tmp/kyua.WvTTRC/2/work/coredump_phnum_helper.core -> %N.core Fail: regexp 65535 \(66169\) not in stdout Number of program headers: 65535 Fail: regexp There are 66169 program headers not in stdout Entry point 0x0 There are 65535 program headers, starting at offset 64 Fail: regexp 0000000000000001 .* 66169 not in stdout [ 0] (null) NULL 0000000000000000 00000000 0000000000000000 0000000000000000 0 0 0 Fail: regexp 66545 not in stdout 66546 Files left in work directory after failure: coredump_phnum_helper.core, coredump_phnum_restore_state.sh sys/kern/coredump_phnum_test:coredump_phnum -> failed: Test case body returned a non-ok exit code, but this is not allowed [ngie@fbsd12 /usr/tests]$ uname -a FreeBSD fbsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #7 r309448: Fri Dec 2 15:39:37 PST 2016 ngie@fbsd12:/usr/obj/usr/src/svn/sys/GENERIC-NODEBUG= =20 amd64 [ngie@fbsd12 /usr/tests]$ sh -c 'ulimit -a' cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) 64 max user processes (-u) 7578 open files (-n) 87516 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Sat Dec 3 02:14:43 2016 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 E659AC63F0D for ; Sat, 3 Dec 2016 02:14:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5C87FE8 for ; Sat, 3 Dec 2016 02:14:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB32Ehkc073534 for ; Sat, 3 Dec 2016 02:14:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 215019] sys/kern/coredump_phnum_test:coredump_phnum is broken (the value it's parsing for isn't correct) Date: Sat, 03 Dec 2016 02:14:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: cem@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 02:14:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215019 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-testing@freebsd.org |cem@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Sat Dec 3 02:30:50 2016 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 9C309C6391D for ; Sat, 3 Dec 2016 02:30:50 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (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 67C6F1A8E; Sat, 3 Dec 2016 02:30:50 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x242.google.com with SMTP id c4so14330908pfb.3; Fri, 02 Dec 2016 18:30:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=9BbcSWGe59b4OYjMIZ8gzBlBmdWveGkxOl5oA/vn+r0=; b=WSY8DT4TuAsFl9u14ER7nTvO/bcSQbISIz2mf+NLYm7POPNGHde4tJXSOXMIGXzKCM MDvjb/1pCa4LbYzgxkv+7m6fbOqdOzKg520q3Gu4Wsq2FQGTyvuqqUyZiDgUz8qZL4MQ s6Elnww46OnWIqkCEWM0fgtLV7npTKuregjjMGTJGR4rrvbiWwaSLb1jzmvhm1IgHUN2 FyQk8S0ZsSUGESB3CU8CuRQ3gKR4CFJpPOz2BspAouUugW5GAt5D4Q39dGNQ51pghFet TbW5rFwCu5IXQKkEeEV9jQy2ZsFteIphYNVzWcXljfLINiSWErbjP+ha8UwSKUnvTmB1 MmqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=9BbcSWGe59b4OYjMIZ8gzBlBmdWveGkxOl5oA/vn+r0=; b=XR5xFPrO7tSXoUVqNBuxDpvKEO6V84LN8BtJf1tlqX06flPL9YcPfYRWoCEhfxdwJz RoByZMX8vrUWbPAbOK5/uhNPpEX20ZejiUuAheZ71QUlasTDxw9SMcirvYbgdmDVwUbl k7cvAlysGCZ/DjcCIousvAW5S/BY8NdTxAQ0g/7g6cIGEa77teP+i8GR+M+vlxdfvY9k i0LdbqzmFRpwT1tGTVes9QMlkPShX/sKKVIQHrpoJXs6tvtZ2tTDKjfmdD11cKa1MiBl 4LdR2KyaoCRvpZH5oRSun8YeQ04vT0beHb+sDathqQcPjBC9D+nhfCe+w/Len80OYp8r VdNQ== X-Gm-Message-State: AKaTC00pzccIVRehsEqfSKI05KWe/B0hkjoBNeKBHyHXZBAZ6kBR91CkQrryWTlXoVEupQ== X-Received: by 10.98.15.206 with SMTP id 75mr48133266pfp.105.1480732250057; Fri, 02 Dec 2016 18:30:50 -0800 (PST) Received: from [192.168.20.12] (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id p25sm10588263pfk.20.2016.12.02.18.30.49 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Dec 2016 18:30:49 -0800 (PST) Subject: Re: jenkins.freebsd.org not accessible Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_E1F3C013-FD95-41EB-8532-F4078B7DBF68"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: "Ngie Cooper (yaneurabeya)" In-Reply-To: Date: Fri, 2 Dec 2016 18:30:47 -0800 Cc: Christos Chatzaras , "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Message-Id: <7A6EC5ED-052C-42DA-9533-5D1C5B4B0B97@gmail.com> References: <57184765-498D-4E34-A5DD-0FE7C1EF11EF@cretaforce.gr> <582D178D-0A06-44FB-BCF5-E5B0588B7552@gmail.com> To: Li-Wen Hsu X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 02:30:50 -0000 --Apple-Mail=_E1F3C013-FD95-41EB-8532-F4078B7DBF68 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Nov 4, 2016, at 08:17, Li-Wen Hsu wrote: >=20 > On Friday, 4 November 2016, Ngie Cooper (yaneurabeya) = wrote: >=20 > > On Nov 4, 2016, at 07:09, Christos Chatzaras = wrote: > > > > Hello, > > > > https://jenkins.freebsd.org is not = accessible. It returns "504 gateway error". >=20 > This happens on a semi-regular basis :(.. I wish that there = was something setup in Zabbix, etc to notify the admins so the issue = could be fixed more quickly, and that the root cause would be fixed = eventually. > Thanks, > -Ngie >=20 > Should be back now and we are working on improving this. It was up for all of about a few days I think=E2=80=A6 Down again from = where I=E2=80=99m at on the west coast :/. Thanks, -Ngie --Apple-Mail=_E1F3C013-FD95-41EB-8532-F4078B7DBF68 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJYQi5YAAoJEPWDqSZpMIYVwn4P/3+8jCFRME2l6lsYY7Hlaaop APYomcQSihGeXBUQ5A9ud0M7PqZ/ON65NypuBW7iFWv1/ZAlO6m0Wyretkh55FvO EtVIenKIfgK4rY6hGliEmWbrhUmGUwCG37wXaAdVV7pb3mfSsarTJxpEaeU9MTQM cSnMZvVpMenQgMeAsiA4SpXoqtjULxhxKD+sytBWvx4IpqjoaFKUJPoXNf6vxlWF 6WQE8XevtTX+nbgGTkpNIOsl0aFjyjFUW2veIUZXSQBbauoT4aDv9eAWVXgzWJfv kwiT/jz6MDeBY/yZg/N5b0KjA6Oc8UbchpQdwE5n/i2WFaIoDJCrUVIVHt1jXwnO npvzznsJOWGS1J+IQh9M5vce1fR0dN2gwJnzcdHPkgJTTpvCxYJD8ksSizGaJHjI auPhD7O1ajL35K7Q5qPA6JATH5cQctsnJgwUw8mU8K79l7sFIPS//HXUCFXjsgnS d6wscBN6KdnMQob2lKJwcmVOcGB0RrjqeAPnl4Ih2jieG0qyoFRsQKepMupmx2Fe zvz/kVGjKq/ZVLJGmKIJzROkk2WwMRcII/Nq7O7ievfh25740SwqkNiyfqLe17L3 Wh1F2V0QXyX2kYKQSJmA4Ws3eh3IonDVrgpOlGhLg1QYazfj8oAi2JM5ir5IutiA QSlJMnzAaEX4QUnS5si8 =4aHg -----END PGP SIGNATURE----- --Apple-Mail=_E1F3C013-FD95-41EB-8532-F4078B7DBF68--