--- Begin Message ---
Package: packer
Version: 0.10.2+dfsg-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Since the tests are not fail safed anymore the package starts to FTBFS on arm64,
armel and armhf. There is a single test failure:
<cut>
=== RUN TestConfigInstantiatesCorrectAzureEnvironment
SIGQUIT: quit
PC=0x558bd125c4 m=0
goroutine 0 [idle]:
runtime.futex(0x558c4954f0, 0x0, 0x0, 0x0, 0x4400000000, 0x558bcdfbe0,
0x558c4947b0, 0x0, 0x0, 0x558bcdfc34, ...)
/usr/lib/go-1.7/src/runtime/sys_linux_arm64.s:312 +0x1c
runtime.futexsleep(0x558c4954f0, 0x0, 0xffffffffffffffff)
/usr/lib/go-1.7/src/runtime/os_linux.go:45 +0x58
runtime.notesleep(0x558c4954f0)
/usr/lib/go-1.7/src/runtime/lock_futex.go:145 +0xac
runtime.stopm()
/usr/lib/go-1.7/src/runtime/proc.go:1594 +0x10c
runtime.findrunnable(0x4420023500, 0x0)
/usr/lib/go-1.7/src/runtime/proc.go:2021 +0x818
runtime.schedule()
/usr/lib/go-1.7/src/runtime/proc.go:2120 +0x2c0
runtime.park_m(0x4420196340)
/usr/lib/go-1.7/src/runtime/proc.go:2183 +0x170
runtime.mcall(0x558c494b00)
/usr/lib/go-1.7/src/runtime/asm_arm64.s:177 +0x50
goroutine 1 [chan receive, 6 minutes]:
testing.(*T).Run(0x442009a300, 0x558c2328fb, 0x2d, 0x558c2776e8, 0x1)
/usr/lib/go-1.7/src/testing/testing.go:647 +0x348
testing.RunTests.func1(0x442009a3c0)
/usr/lib/go-1.7/src/testing/testing.go:793 +0xc0
testing.tRunner(0x442009a3c0, 0x442004bd90)
/usr/lib/go-1.7/src/testing/testing.go:610 +0xb8
testing.RunTests(0x558c277e48, 0x558c46c840, 0x50, 0x50, 0x558c465301)
/usr/lib/go-1.7/src/testing/testing.go:799 +0x3d0
testing.(*M).Run(0x442004bef0, 0x558c2098a0)
/usr/lib/go-1.7/src/testing/testing.go:743 +0xc4
main.main()
github.com/mitchellh/packer/builder/azure/arm/_test/_testmain.go:212
+0x118
goroutine 17 [syscall, 9 minutes, locked to thread]:
runtime.goexit()
/usr/lib/go-1.7/src/runtime/asm_arm64.s:983 +0x4
goroutine 20 [syscall, 9 minutes]:
os/signal.signal_recv(0x0)
/usr/lib/go-1.7/src/runtime/sigqueue.go:116 +0x204
os/signal.loop()
/usr/lib/go-1.7/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/lib/go-1.7/src/os/signal/signal_unix.go:28 +0x3c
goroutine 237 [runnable]:
math/big.mulAddWWW_g(0xcdfe88c70f0ad9f3, 0x38f2c68b683e2e89,
0xebaa88fc6987ba83, 0xc0c1b06cc1ae881, 0xf2ae9b0780aa6147)
/usr/lib/go-1.7/src/math/big/arith.go:72
math/big.addMulVVW_g(0x4420456280, 0x10, 0x26, 0x44203ef2c0, 0x10, 0x14,
0x38f2c68b683e2e89, 0xc0c1b06cc1ae882)
/usr/lib/go-1.7/src/math/big/arith.go:292 +0xa0
math/big.nat.montgomery(0x4420456280, 0x10, 0x26, 0x44204f2280, 0x10, 0x14,
0x44204f2280, 0x10, 0x14, 0x44203ef2c0, ...)
/usr/lib/go-1.7/src/math/big/nat.go:226 +0x18c
math/big.nat.expNNMontgomery(0x4420456280, 0x10, 0x26, 0x44204f21e0, 0x10,
0x14, 0x44204f20a0, 0x10, 0x14, 0x44203ef2c0, ...)
/usr/lib/go-1.7/src/math/big/nat.go:1141 +0x988
math/big.nat.expNN(0x44204f2280, 0x10, 0x14, 0x44204f21e0, 0x10, 0x14,
0x44204f20a0, 0x10, 0x14, 0x44203ef2c0, ...)
/usr/lib/go-1.7/src/math/big/nat.go:955 +0x66c
math/big.nat.probablyPrime(0x44203ef2c0, 0x10, 0x14, 0x14, 0x44203ef2c0)
/usr/lib/go-1.7/src/math/big/nat.go:1242 +0x740
math/big.(*Int).ProbablyPrime(0x44203b9b80, 0x14, 0x442032d5f0)
/usr/lib/go-1.7/src/math/big/int.go:563 +0xe4
crypto/rand.Prime(0x558c46f480, 0x442007c270, 0x400, 0x44203b9b80, 0x0, 0x0)
/usr/lib/go-1.7/src/crypto/rand/util.go:99 +0x454
crypto/rsa.GenerateMultiPrimeKey(0x558c46f480, 0x442007c270, 0x2, 0x800,
0x44201b1300, 0x0, 0x0)
/usr/lib/go-1.7/src/crypto/rsa/rsa.go:238 +0x1bc
crypto/rsa.GenerateKey(0x558c46f480, 0x442007c270, 0x800, 0xb, 0x0, 0x0)
/usr/lib/go-1.7/src/crypto/rsa/rsa.go:195 +0x44
github.com/mitchellh/packer/builder/azure/arm.NewOpenSshKeyPairWithSize(0x800,
0xa, 0x0, 0x0)
/«BUILDDIR»/packer-0.10.2+dfsg/obj-aarch64-linux-gnu/src/github.com/mitchellh/packer/builder/azure/arm/openssh_key_pair.go:31
+0x4c
github.com/mitchellh/packer/builder/azure/arm.NewOpenSshKeyPair(0x44201797a0,
0x0, 0x0)
/«BUILDDIR»/packer-0.10.2+dfsg/obj-aarch64-linux-gnu/src/github.com/mitchellh/packer/builder/azure/arm/openssh_key_pair.go:27
+0x2c
github.com/mitchellh/packer/builder/azure/arm.setSshValues(0x44203c4a80, 0x0,
0x0)
/«BUILDDIR»/packer-0.10.2+dfsg/obj-aarch64-linux-gnu/src/github.com/mitchellh/packer/builder/azure/arm/config.go:270
+0x414
github.com/mitchellh/packer/builder/azure/arm.newConfig(0x442032dd70, 0x2, 0x2,
0x442032dd30, 0x0, 0x0, 0x0, 0x0, 0x0)
/«BUILDDIR»/packer-0.10.2+dfsg/obj-aarch64-linux-gnu/src/github.com/mitchellh/packer/builder/azure/arm/config.go:226
+0x27c
github.com/mitchellh/packer/builder/azure/arm.TestConfigInstantiatesCorrectAzureEnvironment(0x442009a300)
/«BUILDDIR»/packer-0.10.2+dfsg/obj-aarch64-linux-gnu/src/github.com/mitchellh/packer/builder/azure/arm/config_test.go:153
+0x238
testing.tRunner(0x442009a300, 0x558c2776e8)
/usr/lib/go-1.7/src/testing/testing.go:610 +0xb8
created by testing.(*T).Run
/usr/lib/go-1.7/src/testing/testing.go:646 +0x324
r0 0x558c4954f0
r1 0x0
r2 0x0
r3 0x0
r4 0x0
r5 0x0
r6 0x0
r7 0x558c4954f0
r8 0x62
r9 0x442001fac8
r10 0x40
r11 0x22
r12 0x44202f0dc0
r13 0x0
r14 0x0
r15 0x20
r16 0x558bd07788
r17 0x558c2786b0
r18 0x31027
r19 0x14
r20 0x10
r21 0x44202d5a40
r22 0x25
r23 0xd3b81e70
r24 0x767b0181
r25 0x6d52f3df
r26 0x7fc5ba6d60
r27 0x558c4947c4
r28 0x558c494ba0
r29 0x7fc5ba7120
lr 0x558bcd5de0
sp 0x7fc5ba6ec0
pc 0x558bd125c4
fault 0x0
*** Test killed with quit: ran too long (10m0s).
FAIL github.com/mitchellh/packer/builder/azure/arm 600.028s
</cut>
DS
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages packer depends on:
ii libc6 2.24-8
Versions of packages packer recommends:
pn docker.io <none>
ii qemu 1:2.7+dfsg-3+b1
Versions of packages packer suggests:
ii ansible 2.2.0.0-1
pn chef <none>
-- no debconf information
--- End Message ---