strip-nondeterminism 0.038-1 MIGRATED to testing

2017-07-16 Thread Debian testing watch
FYI: The status of the strip-nondeterminism source package
in Debian's testing distribution has changed.

  Previous version: 0.035-2
  Current version:  0.038-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


diffoscope 84 MIGRATED to testing

2017-07-16 Thread Debian testing watch
FYI: The status of the diffoscope source package
in Debian's testing distribution has changed.

  Previous version: 83
  Current version:  84

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


Bug#868569: New armhf/arm64 nodes (Jetson-tx1, Jetson-tk1)

2017-07-16 Thread Vagrant Cascadian
Package: jenkins.debian.org
Severity: normal
Tags: patch
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

I've made a jenkins.debian.net branch "new-armhf-jtk1b-jtx1b" that adds
the recently announced boards:

  https://anonscm.debian.org/cgit/users/vagrant/jenkins.debian.net.git/

  
https://anonscm.debian.org/cgit/users/vagrant/jenkins.debian.net.git/commit/?h=new-armhf-jtk1b-jtx1b

Hopefully it's everything needed to deploy to the new machines.

Thanks for working on Debian's jenkins infrastructure!

live well,
  vagrant

On 2017-07-13, Vagrant Cascadian wrote:
> Two new machines ready for incorporation into the armhf build network.
>
> Thanks to Nvidia, Debian and Freegeek for the donations that
> made this expansion phase possible!
>
> jtk1b-armhf-rb.debian.net:
> Jetson-TK1, nvidia tegra-k1 (cortex-a15) quad-core, 2GB ram
> ssh port: 2252
> ssh fingerprints:
> 256 MD5:67:0f:2e:8c:c7:4e:00:cd:70:67:5b:0e:b9:cd:6a:03 root@jtk1b (ECDSA)
> 256 SHA256:kbhhukXo+8XvSE6UXX84aoz8Ho1UkHjl8cD1TZEQWPk root@jtk1b (ECDSA)
> 256 SHA256:4KN325sMN5Xqs7xrZsMtsa4/fNJ/QLp0bGAGJ7a+gPI root@jtk1b (ED25519)
> 256 MD5:1f:26:49:7d:64:f5:21:ff:61:0f:96:74:10:20:09:88 root@jtk1b (ED25519)
> 2048 MD5:eb:f9:e2:18:d3:fe:5d:2f:eb:dd:56:5d:f3:ba:8c:d1 root@jtk1b (RSA)
> 2048 SHA256:j+qyOQOqKUhTsmmPxPqBAyvIKnlSfLgzj8h0hi7jVo8 root@jtk1b (RSA)
>
> jtx1b-armhf-rb.debian.net:
> Jetson-tx1, quad-core (big.LITTLE Cortex-A53/A57), ~3.5GB ram,
>   native sata ~500GB disk
> ssh port: 2253
> ssh fingerprints:
> 256 MD5:72:92:55:e9:81:b4:be:fa:f8:94:3a:f6:80:1c:e2:0e root@jtx1b (ECDSA)
> 256 SHA256:1Z99Rvm4USICiWUWy75tIVbV02eIMyNRW7gkZS5BE3Y root@jtx1b (ECDSA)
> 256 MD5:85:90:14:70:6b:d3:5c:ab:9a:b2:23:c0:c2:fc:6d:95 root@jtx1b (ED25519) 
> 256 SHA256:4sKcNcBtgHaVCP/BDN3Ke60JD7SuVglEvdRI2IKLg3o root@jtx1b (ED25519)
> 2048 MD5:64:e5:d0:dd:fc:24:10:54:b4:54:4c:55:ae:86:08:cf root@jtx1b (RSA)
> 2048 SHA256:uih3N0O1BOaRNdayWyTTb7iXFTV24vj7zG6Eunmu1Ak root@jtx1b (RSA)
>
>
> live well,
>   vagrant


signature.asc
Description: PGP signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Bug#868534: diffoscope: autopkgtest failure

2017-07-16 Thread Mattia Rizzolo
Source: diffoscope
Version: 84
Severity: important

Starting with version 84 a new test started to fail in autopkgtest, the
one running the tests without recommends installed

https://ci.debian.net/data/autopkgtest/unstable/amd64/d/diffoscope/20170715_175521/log.gz

It seems to be caused by commit 037c92388ef75d5ace2d26dd85bcf7693ccf7cf6

comparators/directory: raise warning for getfacl and remove a
redundant try-clause


The important bit of the failure is

E - --- Logging error ---
E - Traceback (most recent call last):
E -   File "/build/diffoscope-84/diffoscope/comparators/directory.py", 
line 124, in compare_meta
E - differences.append(Difference.from_command(Getfacl, path1, 
path2))
E -   File "/build/diffoscope-84/diffoscope/difference.py", line 222, 
in from_command
E - feeder1, command1 = command_and_feeder(path1)
E -   File "/build/diffoscope-84/diffoscope/difference.py", line 217, 
in command_and_feeder
E - if command_excluded(command.shell_cmdline()):
E -   File 
"/build/diffoscope-84/diffoscope/comparators/utils/command.py", line 64, in 
shell_cmdline
E - return ' '.join(map(lambda x: '{}' if x == self.path else 
shlex.quote(x), self.cmdline()))
E -   File "/build/diffoscope-84/diffoscope/tools.py", line 71, in 
tool_check
E - raise RequiredToolNotFound(command)
E - diffoscope.exc.RequiredToolNotFound: getfacl
E - 
E - During handling of the above exception, another exception occurred:
E - 
E - Traceback (most recent call last):
E -   File "/usr/lib/python3.5/logging/__init__.py", line 988, in emit
E - stream.write(msg)
E - ValueError: I/O operation on closed file.


so my feeling is that it has to do with something like
https://github.com/pytest-dev/pytest/issues/14 (but there are countless
other examples on the net)

needless to say, we need to workaround this somehow.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Please review the draft for week 116's blog post

2017-07-16 Thread Chris Lamb
Hi all,

Please review the draft for week 116's blog post:

  https://reproducible.alioth.debian.org/blog/drafts/116/

Feel free to commit any changes directly to drafts/116.mdwn in Git:

https://anonscm.debian.org/git/reproducible/blog.git/

I am very happy to reword and/or rework prior to publishing. I intend
to publish it no earlier than:

  https://time.is/compare/0800_18_Jul_2017_in_BST

or

  $ date -d 'Tue, 18 Jul 2017 08:00:00 +0100'


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb, Debian Project Leader
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds