From owner-freebsd-testing@FreeBSD.ORG Thu Apr 9 11:59:44 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA675BE4 for ; Thu, 9 Apr 2015 11:59:44 +0000 (UTC) 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 86DC7BBF for ; Thu, 9 Apr 2015 11:59:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39Bxigh085833 for ; Thu, 9 Apr 2015 11:59:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 199308] unix_passfd doesn't work Date: Thu, 09 Apr 2015 11:59:44 +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: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: safonov.paul@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 11:59:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199308 Bug ID: 199308 Summary: unix_passfd doesn't work Product: Base System Version: 9.3-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: safonov.paul@gmail.com # cd /usr/src/tools/regression/sockets/unix_passfd # make Warning: Object directory not changed from original /usr/src/tools/regression/sockets/unix_passfd cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c unix_passfd.c -o unix_passfd.o cc1: warnings being treated as errors unix_passfd.c: In function 'sendfd': unix_passfd.c:131: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t' unix_passfd.c: In function 'recvfd': unix_passfd.c:173: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t' *** [unix_passfd.o] Error code 1 Stop in /usr/src/tools/regression/sockets/unix_passfd. # vi Makefile and comment out the line WARNS # make Warning: Object directory not changed from original /usr/src/tools/regression/sockets/unix_passfd cc -O2 -pipe -std=gnu99 -fstack-protector -c unix_passfd.c -o unix_passfd.o cc -O2 -pipe -std=gnu99 -fstack-protector -o unix_passfd unix_passfd.o # ./unix_passfd beginning test1-simplesendfd unix_passfd: test1-simplesendfd: samefile: different device: No such file or directory -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@FreeBSD.ORG Thu Apr 9 16:49:26 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A06D52F0 for ; Thu, 9 Apr 2015 16:49:26 +0000 (UTC) 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 86D345FC for ; Thu, 9 Apr 2015 16:49:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39GnQaJ072794 for ; Thu, 9 Apr 2015 16:49:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 199308] unix_passfd doesn't work Date: Thu, 09 Apr 2015 16:49:26 +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: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 16:49:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199308 Garrett Cooper,425-314-3911 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ngie@FreeBSD.org --- Comment #1 from Garrett Cooper,425-314-3911 --- It compiles and runs for me with 9.3-STABLE/amd64, 10.1-STABLE/amd64, 11-CURRENT/amd64 and 11-CURRENT/i386. Can you please provide your WARNS, cc --version, uname -a, and the output from svn info? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@FreeBSD.ORG Thu Apr 9 16:50:16 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 190F3404 for ; Thu, 9 Apr 2015 16:50:16 +0000 (UTC) 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 0049760F for ; Thu, 9 Apr 2015 16:50:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39GoFLI073690 for ; Thu, 9 Apr 2015 16:50:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 199308] unix_passfd doesn't work Date: Thu, 09 Apr 2015 16:50:16 +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: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 16:50:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199308 --- Comment #2 from Garrett Cooper,425-314-3911 --- Take that back. It's broken on 9.3 because of a missing MFC. I'll handle that... -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@FreeBSD.ORG Thu Apr 9 16:54:16 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06CF16F4 for ; Thu, 9 Apr 2015 16:54:16 +0000 (UTC) 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 DF9466E6 for ; Thu, 9 Apr 2015 16:54:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39GsFho079914 for ; Thu, 9 Apr 2015 16:54:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 199308] unix_passfd doesn't work Date: Thu, 09 Apr 2015 16:54:16 +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: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ngie@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 16:54:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199308 Garrett Cooper,425-314-3911 changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-testing@freebsd.org |ngie@FreeBSD.org Resolution|--- |FIXED Status|New |Closed --- Comment #3 from Garrett Cooper,425-314-3911 --- Fixed: ------------------------------------------------------------------------ r281314 | ngie | 2015-04-09 09:52:53 -0700 (Thu, 09 Apr 2015) | 18 lines MFstable/10 r228371: This missing MFC fixes PR 199308 r228371 (by jhb): - Add a test for PR 151758. - While here, make this compile and work on non-i386: - Use CMSG_SPACE(), CMSG_LEN(), and CMSG_FIRSTHDR() instead of ignoring padding between 'struct cmsghdr' and control message payloads. - Don't initialize the control message before calling recvmsg(). Instead, check that we get a valid control message on return from recvmsg(). - Use errx() instead of err() for some errors that don't report failures that set errno. Requested by: kib (1) ------------------------------------------------------------------------ -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-testing@FreeBSD.ORG Fri Apr 10 15:38:30 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B7693EB for ; Fri, 10 Apr 2015 15:38:30 +0000 (UTC) Received: from nm11-vm1.bullet.mail.bf1.yahoo.com (nm11-vm1.bullet.mail.bf1.yahoo.com [98.139.213.152]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28AAC9D6 for ; Fri, 10 Apr 2015 15:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1428680303; bh=sdHKR3cjGJP8J/J37Y8e9B0akO5kN0qUtNOp53uzBIY=; h=Date:From:To:Subject:From:Subject; b=bk2FB5JDjy7GUdVecT30R+LCMxS9ugs3imIvrKYytt/1qJhLnVe+CIfmmgg6bp7TufUpMoNEKlgnYLeOhYtz84nEE6Al4Aes+UaUlV/uoX2l4kPgQTlI7mQJtIm3VF2Ja9Hf2UHgL83VjaWCbV/zaprHxhXutThHUWP3VR7XxuUrwmxY/LxpuKW2pr2NGHoUE1wknMoecSPwKDNGE1eSAEBSCfkzXXbI+6xdhlzUFZFcJCxoJHsOuUaiLAZdvfrrBYN7iBArbArmTwltykMAI5ys56Hu6f8/OBJbPDPZ5Kh0ZrGURqoZttdlYSD9N2culabRubsOgKLYIktKT9Bgmg== Received: from [98.139.170.180] by nm11.bullet.mail.bf1.yahoo.com with NNFMP; 10 Apr 2015 15:38:23 -0000 Received: from [98.139.211.160] by tm23.bullet.mail.bf1.yahoo.com with NNFMP; 10 Apr 2015 15:38:23 -0000 Received: from [127.0.0.1] by smtp217.mail.bf1.yahoo.com with NNFMP; 10 Apr 2015 15:38:23 -0000 X-Yahoo-Newman-Id: 551196.93354.bm@smtp217.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: VPENHLwVM1mwgr2vD2250uEA05D6IwyNCToXlKmIdRthq23 bdXixtsEiROOgUsyB3bS1ATpoln3ptFS1W.aSxD6ghE1WvSzZ5JPJ6hI290q nnl9vgWCEe0QZ0pDYyc6Ovb2deMTmH15sJz4UBcReRq7p1tGbIconfSYb9KB Om0fV4Ij.cy4MTlh.mGqz9XT1Qm.395UjIBSgjr8qQ4f853a_wQEZuPJuVNI Fmg_CjhCJpIL23GgzDvNTkOmGd8PBrW4Fg8fKcFo18h.ITWg8XF64dAwy9y3 DvAktNg9uy0JYLv3JZtrc_aYL6OCu_Y1z0FfDTwMHaVC82WDc3.cdbcx7gzV mBQsrJUK6pwvFnYYgBYUDdpsgmeAOFa6YrnbDQAVYq6uQW04DV_v_fCtnLGe aARdF0_xDB7uBQZBVWz.bHfdTqs.DqU.PlbQsU8O9kmyYd9Pp_bVH8yy386c yr4gzQ0dMepeuxvhjwPr3BTOHYM7Hjqgec6nPF0fc_Sdg7fWlgpUtqzViivU 8RfoDdDhfurKrmSDSBXZNMJheKlUp6ceS X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Message-ID: <5527EE72.3070604@FreeBSD.org> Date: Fri, 10 Apr 2015 10:38:26 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-testing@FreeBSD.org Subject: Everything down? Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 15:38:30 -0000 Hello; I recently added some attributes to the system headers to enhance the static checker so I wanted to check out if the scan build is detecting new stuff. http://scan.freebsd.org/scan-build/ 404 Not Found https://jenkins.freebsd.org/ 502 Bad Gateway I guess there is some maintenance going on. :( Pedro. From owner-freebsd-testing@FreeBSD.ORG Fri Apr 10 17:08:53 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C142DAF; Fri, 10 Apr 2015 17:08:53 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (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 EC49768F; Fri, 10 Apr 2015 17:08:52 +0000 (UTC) Received: by pddn5 with SMTP id n5so28472711pdd.2; Fri, 10 Apr 2015 10:08:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=YvSnYXuj06vqTAIQjwmJA/ard/YZ/AUPHxstezy2mRE=; b=1JJlzNLbpYZ33ayjIvNSrLtrqG/EsSlivpbpRFQuFpb6f0gAD1swDKvNb+Uok7O4nl fUz3ZEOUIrew2KuYq6Ne/KcOrkgn8hPZYCQu/JE7aHNXj9XueXJpVG94UrMdUakcTOOt 82OP9laqv/tmyV6ApZOjg3R6qSL06bKeTN8pzWii3xA7Kc0qKsXtEBNllQH2X3MjTI0U 91dQn03BInl7v4wpKYM/N3o95Eav1ldAKvdYneiSlq6dEXWMRT0L/MD5Qh9gA4cmi4W8 B6ZmFCg2/E2TYyNb6KVVdYWg0IsoZSEDkuwZ1cfsUDu5j0vnDYg76tYdwsRHxwaARv6+ SY3g== X-Received: by 10.70.103.230 with SMTP id fz6mr4383885pdb.1.1428685732124; Fri, 10 Apr 2015 10:08:52 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:7875:42d0:2fb4:aa5f? ([2601:8:ab80:7d6:7875:42d0:2fb4:aa5f]) by mx.google.com with ESMTPSA id bv5sm2805990pbb.61.2015.04.10.10.08.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Apr 2015 10:08:51 -0700 (PDT) References: <5527EE72.3070604@FreeBSD.org> Mime-Version: 1.0 (1.0) In-Reply-To: <5527EE72.3070604@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <580867E3-19FB-4E25-9DE2-3CD52D8A489E@gmail.com> X-Mailer: iPhone Mail (12D508) From: Garrett Cooper Subject: Re: Everything down? Date: Fri, 10 Apr 2015 10:08:50 -0700 To: Pedro Giffuni Cc: "freebsd-testing@FreeBSD.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 17:08:53 -0000 > On Apr 10, 2015, at 08:38, Pedro Giffuni wrote: >=20 > Hello; >=20 > I recently added some attributes to the system headers to enhance the stat= ic > checker so I wanted to check out if the scan build is detecting new stuff.= >=20 > http://scan.freebsd.org/scan-build/ > 404 Not Found >=20 > https://jenkins.freebsd.org/ > 502 Bad Gateway >=20 > I guess there is some maintenance going on :(. Connecting to Jenkins has been spotty at best for me. Not sure about scan.fr= eebsd.org ...=