envato / ami-spec

Acceptance testing your AMIs
MIT License
49 stars 15 forks source link

Net::SSH::Disconnect when EC2 instance takes longer to initialize #41

Closed jesseadams closed 4 years ago

jesseadams commented 5 years ago

I just wanted to reach out to see if anyone else is seeing similar behavior. I may be doing something wrong but I'm not sure. I keep randomly getting failures during EC2 instance creation with:

connection closed by remote host (Net::SSH::Disconnect)

It appears to only happen when an EC2 instance takes longer to initialize than usual (i.e. status checks don't pass for a long time). Should Net::SSH::Disconnect be added to https://github.com/envato/ami-spec/blob/master/lib/ami_spec/wait_for_ssh.rb#L12?

Full stacktrace:

/var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:110:in `block in next_packet': connection closed by remote host (Net::SSH::Disconnect)
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:104:in `loop'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:104:in `next_packet'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:193:in `block in poll_message'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `loop'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `poll_message'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:175:in `next_message'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/session.rb:101:in `block in next_message'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/session.rb:100:in `loop'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/session.rb:100:in `next_message'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/methods/publickey.rb:65:in `authenticate_with'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/methods/publickey.rb:20:in `block in authenticate'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/key_manager.rb:122:in `block in each_identity'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/key_manager.rb:119:in `each'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/key_manager.rb:119:in `each_identity'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/methods/publickey.rb:19:in `authenticate'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/session.rb:85:in `block in authenticate'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/session.rb:71:in `each'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh/authentication/session.rb:71:in `authenticate'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/net-ssh-5.1.0/lib/net/ssh.rb:246:in `start'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/ami_spec-1.2.0/lib/ami_spec/wait_for_ssh.rb:11:in `wait'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/ami_spec-1.2.0/lib/ami_spec.rb:57:in `block in run'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/ami_spec-1.2.0/lib/ami_spec.rb:55:in `each'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/ami_spec-1.2.0/lib/ami_spec.rb:55:in `run'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/ami_spec-1.2.0/lib/ami_spec.rb:134:in `invoke'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/gems/ami_spec-1.2.0/bin/ami_spec:5:in `<top (required)>'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/bin/ami_spec:23:in `load'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/bin/ami_spec:23:in `<main>'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/bin/ruby_executable_hooks:15:in `eval'
    from /var/lib/jenkins/.rvm/gems/ruby-2.5.1@#REDACTED#/bin/ruby_executable_hooks:15:in `<main>'

Thanks!

patrobinson commented 5 years ago

Hey @jesseadams, I don't expect SSH to disconnect like that. Even if the SSH daemon is restarted, existing connections should be handled gracefully.

Are you running a user data script? If so what does it do?

Are you able to provide the output of aws ec2 get-console-output --instance-id <i-...> --output text from an instance experiencing this issue? Note it takes a few minutes to populate and is available for about an hour after the instance is terminated. Please ensure it has no sensitive information before pasting here.

jesseadams commented 5 years ago

@patrobinson I'll try to gather more information when it happens again (if I see it). It happens with and without user data. It seems to happen about 10% of the time. I don't recall ever seeing it on my fork before the net-ssh upgrade in https://github.com/envato/ami-spec/pull/39.

patrobinson commented 5 years ago

Thanks @jesseadams, it sounds like there might be a bug in Net::SSH but also I would expect that connection closed by remote host would be caused by the server.

If you are able to reproduce this reliably (or just through brute force) you can use the --debug flag which will leave the instance we launch still running instead of terminating it straight away. Then you may be able to capture logs from the ssh daemon which would also help.

Finally a high level network diagram of how your Jenkins server connects to the subnet the AMI is launched in would help.

jesseadams commented 5 years ago

Still happening randomly

i-0a02473b48e5b8ea5 [    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-1075-aws (buildd@lgw01-amd64-035) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) ) #85-Ubuntu SMP Thu Jan 17 17:15:12 UTC 2019 (Ubuntu 4.4.0-1075.85-aws 4.4.167)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1075-aws root=UUID=4a67ec61-9cd5-4a26-b00f-9391a34c8a29 ro audit=1 ipv6.disable=1 console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] Hypervisor detected: Xen
[    0.000000] Xen version 4.2.
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[    0.000000] found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] mapped at [ffff8800000fbc50]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] RAMDISK: [mem 0x367ac000-0x373cdfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen   )
[    0.000000] ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen    HVM      00000000 INTL 20090123)
[    0.000000] ACPI: FACS 0x00000000FC002180 000040
[    0.000000] ACPI: FACS 0x00000000FC002180 000040
[    0.000000] ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen    HVM      00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen    HVM      00000000 INTL 20090123)
[    0.000000] ACPI: SSDT 0x00000000FC00E260 000031 (v02 Xen    HVM      00000000 INTL 20090123)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x3fffb000-0x3fffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000003fffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 15 CPUs, 14 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x40000000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:15 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88003e200000 s99096 r8192 d31976 u262144
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 257927
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-1075-aws root=UUID=4a67ec61-9cd5-4a26-b00f-9391a34c8a29 ro audit=1 ipv6.disable=1 console=tty1 console=ttyS0 nvme.io_timeout=4294967295
[    0.000000] audit: enabled (after initialization)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 998532K/1048180K available (8425K kernel code, 1299K rwdata, 3888K rodata, 1468K init, 1264K bss, 49648K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=15.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=15
[    0.000000] NR_IRQS:16640 nr_irqs:952 16
[    0.000000] xen:events: Using 2-level ABI
[    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[    0.000000] console [ttyS0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
[    0.000000] tsc: Detected 2400.038 MHz processor
[    0.012000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.07 BogoMIPS (lpj=9600152)
[    0.018288] pid_max: default: 32768 minimum: 301
[    0.020016] ACPI: Core revision 20150930
[    0.030554] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    0.037336] Security Framework initialized
[    0.040004] Yama: becoming mindful.
[    0.044031] AppArmor: AppArmor initialized
[    0.048095] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.052180] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.060081] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.064009] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.068190] Initializing cgroup subsys io
[    0.072006] Initializing cgroup subsys memory
[    0.076013] Initializing cgroup subsys devices
[    0.080008] Initializing cgroup subsys freezer
[    0.084004] Initializing cgroup subsys net_cls
[    0.088004] Initializing cgroup subsys perf_event
[    0.091292] Initializing cgroup subsys net_prio
[    0.092015] Initializing cgroup subsys hugetlb
[    0.096008] Initializing cgroup subsys pids
[    0.100797] mce: CPU supports 2 MCE banks
[    0.104030] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.108003] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.116005] Spectre V2 : Mitigation: Full generic retpoline
[    0.120003] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.124004] Speculative Store Bypass: Vulnerable
[    0.150907] ftrace: allocating 31382 entries in 123 pages
[    0.196108] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.200006] smpboot: Max logical packages: 15
[    0.204870] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.212004] Switched APIC routing to physical flat.
[    0.218920] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.220004] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.232021] installing Xen timer for CPU 0
[    0.236085] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[    0.244040] cpu 0 spinlock event irq 53
[    0.247738] Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
[    0.259865] x86: Booted up 1 node, 1 CPUs
[    0.260011] smpboot: Total of 1 processors activated (4800.07 BogoMIPS)
[    0.264021] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.268006] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.272499] devtmpfs: initialized
[    0.277899] evm: security.selinux
[    0.280007] evm: security.SMACK64
[    0.283366] evm: security.SMACK64EXEC
[    0.284007] evm: security.SMACK64TRANSMUTE
[    0.287834] evm: security.SMACK64MMAP
[    0.288004] evm: security.ima
[    0.291064] evm: security.capability
[    0.292191] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.296033] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.300262] RTC time: 18:45:15, date: 02/25/19
[    0.304169] NET: Registered protocol family 16
[    0.308214] cpuidle: using governor ladder
[    0.312016] cpuidle: using governor menu
[    0.315839] PCCT header not found.
[    0.316090] ACPI: bus type PCI registered
[    0.319907] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.320378] PCI: Using configuration type 1 for base access
[    0.325116] ACPI: Added _OSI(Module Device)
[    0.328006] ACPI: Added _OSI(Processor Device)
[    0.332008] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.335862] ACPI: Added _OSI(Processor Aggregator Device)
[    0.339955] ACPI: Interpreter enabled
[    0.340023] ACPI: (supports S0 S4 S5)
[    0.343077] ACPI: Using IOAPIC for interrupt routing
[    0.344051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.402394] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.404016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.408016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.412020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.417068] acpiphp: Slot [0] registered
[    0.421215] acpiphp: Slot [3] registered
[    0.424466] acpiphp: Slot [4] registered
[    0.428469] acpiphp: Slot [5] registered
[    0.432445] acpiphp: Slot [6] registered
[    0.436104] acpiphp: Slot [7] registered
[    0.439764] acpiphp: Slot [8] registered
[    0.440461] acpiphp: Slot [9] registered
[    0.444180] acpiphp: Slot [10] registered
[    0.448650] acpiphp: Slot [11] registered
[    0.452707] acpiphp: Slot [12] registered
[    0.456443] acpiphp: Slot [13] registered
[    0.460205] acpiphp: Slot [14] registered
[    0.463915] acpiphp: Slot [15] registered
[    0.464413] acpiphp: Slot [16] registered
[    0.468048] acpiphp: Slot [17] registered
[    0.471948] acpiphp: Slot [18] registered
[    0.472434] acpiphp: Slot [19] registered
[    0.476489] acpiphp: Slot [20] registered
[    0.480401] acpiphp: Slot [21] registered
[    0.484000] acpiphp: Slot [22] registered
[    0.484400] acpiphp: Slot [23] registered
[    0.488051] acpiphp: Slot [24] registered
[    0.491970] acpiphp: Slot [25] registered
[    0.492454] acpiphp: Slot [26] registered
[    0.496384] acpiphp: Slot [27] registered
[    0.500000] acpiphp: Slot [28] registered
[    0.500392] acpiphp: Slot [29] registered
[    0.504169] acpiphp: Slot [30] registered
[    0.507916] acpiphp: Slot [31] registered
[    0.508365] PCI host bridge to bus 0000:00
[    0.511966] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.512006] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.516005] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.520008] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window]
[    0.524017] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.535087] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.536011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.540011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.544008] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.548963] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[    0.548963] * this clock source is slow. Consider trying other clock sources
[    0.553627] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.563838] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    0.567631] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.571716] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.575869] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    0.601697] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.604108] xen:balloon: Initialising balloon driver
[    0.612099] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.616000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.616009] vgaarb: loaded
[    0.618709] vgaarb: bridge control possible 0000:00:02.0
[    0.620248] SCSI subsystem initialized
[    0.623410] ACPI: bus type USB registered
[    0.624031] usbcore: registered new interface driver usbfs
[    0.628026] usbcore: registered new interface driver hub
[    0.632026] usbcore: registered new device driver usb
[    0.636187] PCI: Using ACPI for IRQ routing
[    0.640615] NetLabel: Initializing
[    0.643926] NetLabel:  domain hash size = 128
[    0.644007] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.648022] NetLabel:  unlabeled traffic allowed by default
[    0.652135] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.656025] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.662630] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    0.667106] amd_nb: Cannot enumerate AMD northbridges
[    0.668050] clocksource: Switched to clocksource xen
[    0.679422] AppArmor: AppArmor Filesystem Enabled
[    0.689531] pnp: PnP ACPI init
[    0.692674] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.699607] system 00:01: [io  0x08a0-0x08a3] has been reserved
[    0.704771] system 00:01: [io  0x0cc0-0x0ccf] has been reserved
[    0.709978] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.715552] system 00:07: [io  0x10c0-0x1141] has been reserved
[    0.720755] system 00:07: [io  0xb044-0xb047] has been reserved
[    0.749031] pnp: PnP ACPI: found 8 devices
[    0.758625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.767412] NET: Registered protocol family 2
[    0.771562] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.777496] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.783273] TCP: Hash tables configured (established 8192 bind 8192)
[    0.788997] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.793829] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.799320] NET: Registered protocol family 1
[    0.803103] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.808036] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.813224] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.819155] Trying to unpack rootfs image as initramfs...
[    1.001982] Freeing initrd memory: 12424K
[    1.010784] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[    1.018770] hw unit of domain pp0-core 2^-14 Joules
[    1.023168] hw unit of domain package 2^-14 Joules
[    1.027433] hw unit of domain dram 2^-16 Joules
[    1.031885] Scanning for low memory corruption every 60 seconds
[    1.037423] audit: initializing netlink subsys (enabled)
[    1.042442] audit: type=2000 audit(1551120316.064:1): initialized
[    1.048260] Initialise system trusted keyring
[    1.052417] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.059200] zbud: loaded
[    1.062315] VFS: Disk quotas dquot_6.6.0
[    1.066053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.072233] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.077588] fuse init (API version 7.23)
[    1.081420] Key type big_key registered
[    1.085041] Allocating IMA MOK and blacklist keyrings.
[    1.089621] Key type asymmetric registered
[    1.093294] Asymmetric key parser 'x509' registered
[    1.097599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.104170] io scheduler noop registered
[    1.107694] io scheduler deadline registered (default)
[    1.112635] io scheduler cfq registered
[    1.116551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.121670] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.127506] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.134482] ACPI: Power Button [PWRF]
[    1.138008] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    1.144518] ACPI: Sleep Button [SLPF]
[    1.148526] xen:grant_table: Grant tables using version 1 layout
[    1.153945] Grant table initialized
[    1.157489] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[    1.162573] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.197335] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.204881] Linux agpgart interface v0.103
[    1.210725] brd: module loaded
[    1.214957] loop: module loaded
[    1.218174] Invalid max_queues (4), will use default max: 1.
[    1.253426] blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[    1.267519] scsi host0: ata_piix
[    1.271574] scsi host1: ata_piix
[    1.275571] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[    1.281876] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[    1.291537]  xvda: xvda1
[    1.294342] libphy: Fixed MDIO Bus: probed
[    1.298392] tun: Universal TUN/TAP device driver, 1.6
[    1.303198] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.309010] PPP generic driver version 2.4.2
[    1.313243] xen_netfront: Initialising Xen virtual ethernet driver
[    1.319702] blkfront: xvde: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[    1.329150] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.336325] ehci-pci: EHCI PCI platform driver
[    1.341757] ehci-platform: EHCI generic platform driver
[    1.347553] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.352953] ohci-pci: OHCI PCI platform driver
[    1.357793] ohci-platform: OHCI generic platform driver
[    1.362835] uhci_hcd: USB Universal Host Controller Interface driver
[    1.368433] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.399200] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.406590] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.411140] mousedev: PS/2 mouse device common for all mice
[    1.417065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.424792] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.430106] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.436373] i2c /dev entries driver
[    1.440033] device-mapper: uevent: version 1.0.3
[    1.446620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.453693] IPv6: Loaded, but administratively disabled, reboot required to enable
[    1.460387] NET: Registered protocol family 17
[    1.464873] Key type dns_resolver registered
[    1.470271] registered taskstats version 1
[    1.474472] Loading compiled-in X.509 certificates
[    1.479773] Loaded X.509 cert 'Build time autogenerated kernel key: e5f25feb48d4eaa220921f041d7fb2b6fdd7bb19'
[    1.491856] zswap: loaded using pool lzo/zbud
[    1.498451] Key type trusted registered
[    1.508044] Key type encrypted registered
[    1.518964] audit: type=1400 audit(1551120316.540:2): apparmor="STATUS" info="AppArmor sha1 policy hashing enabled" pid=1 comm="swapper/0"
[    1.530079] AppArmor: AppArmor sha1 policy hashing enabled
[    1.534884] ima: No TPM chip found, activating TPM-bypass!
[    1.540123] ima: Allocated hash algorithm: sha1
[    1.546945] evm: HMAC attrs: 0x1
[    1.566507] blkfront: xvdf: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
[    1.648180]   Magic number: 7:1:798
[    1.652919] rtc_cmos 00:02: setting system clock to 2019-02-25 18:45:16 UTC (1551120316)
[    1.661225] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.665828] EDD information not available.
[    1.671038] Freeing unused kernel memory: 1468K
[    1.684084] Write protecting the kernel read-only data: 14336k
[    1.691205] Freeing unused kernel memory: 1804K
[    1.695318] Freeing unused kernel memory: 208K
Loading, please wait...
starting version 229
[    1.712457] random: udevadm: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.723258] random: systemd-udevd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.730819] random: systemd-udevd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.738244] random: udevadm: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.745241] random: systemd-udevd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.756098] random: systemd-udevd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.767279] random: udevadm: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.776416] random: systemd-udevd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.786924] random: udevadm: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.794858] random: systemd-udevd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
[    1.950350] AVX2 version of gcm_enc/dec engaged.
[    1.957470] AES CTR mode by8 optimization enabled
[    2.028095] tsc: Refined TSC clocksource calibration: 2400.000 MHz
[    2.035714] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
Begin: Loading essential drivers ... [    3.811613] md: linear personality registered for level -1
[    3.820664] md: multipath personality registered for level -4
[    3.830365] md: raid0 personality registered for level 0
[    3.839853] md: raid1 personality registered for level 1
[    3.896061] raid6: sse2x1   gen()  8186 MB/s
[    3.948064] raid6: sse2x1   xor()  6383 MB/s
[    4.000059] raid6: sse2x2   gen() 10367 MB/s
[    4.052061] raid6: sse2x2   xor()  6943 MB/s
[    4.104065] raid6: sse2x4   gen() 12067 MB/s
[    4.156067] raid6: sse2x4   xor()  8378 MB/s
[    4.208064] raid6: avx2x1   gen() 16175 MB/s
[    4.260065] raid6: avx2x2   gen() 18623 MB/s
[    4.312065] raid6: avx2x4   gen() 21717 MB/s
[    4.317259] raid6: using algorithm avx2x4 gen() 21717 MB/s
[    4.324537] raid6: using avx2x2 recovery algorithm
[    4.332634] xor: automatically using best checksumming function:
[    4.376059]    avx       : 24294.000 MB/sec
[    4.387400] async_tx: api initialized (async)
[    4.406262] md: raid6 personality registered for level 6
[    4.412351] md: raid5 personality registered for level 5
[    4.418224] md: raid4 personality registered for level 4
[    4.430506] md: raid10 personality registered for level 10
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [    4.482189] Btrfs loaded
Scanning for Btrfs filesystems
done.
Warning: fsck not present, so skipping root file system
[    4.626228] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
done.
[    4.771645] random: nonblocking pool is initialized
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    6.643066] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    6.662086] systemd[1]: Detected virtualization xen.
[    6.668005] systemd[1]: Detected architecture x86-64.

Welcome to Ubuntu 16.04.6 LTS!

[    6.718775] systemd[1]: Set hostname to <#REDACTED#>.
[    7.318852] systemd-sysv-generator[357]: Configuration file /etc/systemd/system/prometheus-node-exporter.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    8.038472] systemd[1]: Configuration file /etc/systemd/system/prometheus-node-exporter.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    8.102586] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[    8.117450] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary Executab...ats File System Automount Point.
[    8.136310] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    8.147424] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[  OK  ] Started Trigger resolvconf update for networkd DNS.
[    8.163783] systemd[1]: Listening on LVM2 poll daemon socket.
[  OK  ] Listening on LVM2 poll daemon socket.
[    8.178276] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    8.192416] systemd[1]: Reached target Encrypted Volumes.
[  OK  ] Reached target Encrypted Volumes.
[    8.205096] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    8.220995] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    8.233622] systemd[1]: Reached target User and Group Name Lookups.
[  OK  ] Reached target User and Group Name Lookups.
[    8.247641] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    8.263563] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    8.276948] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    8.289337] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    8.302198] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    8.316514] systemd[1]: Listening on LVM2 metadata daemon socket.
[  OK  ] Listening on LVM2 metadata daemon socket.
[    8.331977] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[    8.348434] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    8.362170] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    8.374910] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[    8.386875] systemd[1]: Starting Uncomplicated firewall...
         Starting Uncomplicated firewall...
[    8.400789] systemd[1]: Mounting RPC Pipe File System...
         Mounting RPC Pipe File System...
[    8.415968] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    8.428543] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[  OK  ] Created slice system-systemd\x2dfsck.slice.
[    8.443760] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    8.461536] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st... nodes for the current kernel...
[    8.486039] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    8.513097] EXT4-fs (xvda1): re-mounted. Opts: discard
[    8.520220] systemd[1]: Starting Journal Service...
[    8.525849] RPC: Registered named UNIX socket transport module.
[    8.532427] RPC: Registered udp transport module.
[    8.538300] RPC: Registered tcp transport module.
[    8.543772] RPC: Registered tcp NFSv4.1 backchannel transport module.
         Starting Journal Service...
[    8.559921] systemd[1]: Starting Set console keymap...
         Starting Set console keymap...
[    8.576689] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    8.590966] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.601255] audit: type=1325 audit(1551120323.444:3): table=filter family=2 entries=0
         Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[    8.631954] audit: type=1300 audit(1551120323.444:3): arch=c000003e syscall=313 success=yes exit=0 a0=0 a1=558ccd17726b a2=0 a3=0 items=0 ppid=6 pid=408 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/bin/kmod" key=(null)
[    8.666692] audit: type=1327 audit(1551120323.444:3): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
[    8.681627] systemd[1]: Starting Nameserver information manager...
         Starting Nameserver information manager...
[    8.698205] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    8.720386] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  [    8.737582] nf_conntrack version 0.5.0 (7925 buckets, 31700 max)
] Created slice system-serial\x2dgetty.slice.
[    8.750572] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    8.773735] systemd[1]: Mounted RPC Pipe File System.
[    8.781803] Loading iSCSI transport class v2.0-870.
[  OK  ] Mounted RPC Pipe File System.
[    8.800130] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    8.825209] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.[    8.843809] iscsi: registered transport (tcp)

[    8.849867] systemd[1]: Mounted Debug File System.
[  OK  ] Mounted Debug File System.
[    8.865229] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[    8.882985] audit: type=1130 audit(1551120323.724:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.909288] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.918880] audit: type=1325 audit(1551120323.760:5): table=filter family=2 entries=4
[  OK  [    8.934836] audit: type=1300 audit(1551120323.760:5): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=40 a3=6e6610 items=0 ppid=390 pid=431 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/sbin/xtables-multi" key=(null)
] Started Create list of required sta...ce nodes for the current kernel.
[    8.969298] audit: type=1130 audit(1551120323.812:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] [    8.994548] audit: type=1327 audit(1551120323.760:5): proctitle=69707461626C65732D726573746F7265002D6E
Started Remount Root and Kernel File Systems.
[    9.009777] audit: type=1130 audit(1551120323.852:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  OK  ] Started Set console keymap.
[    9.064273] audit: type=1130 audit(1551120323.908:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=keyboard-setup comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.095697] iscsi: registered transport (iser)
[  OK  ] Started Nameserver information manager.
[  OK  ] Started Load Kernel Modules.
         Starting Apply Kernel Variables...
         Mounting FUSE Control File System...
[  OK  ] Started LVM2 metadata daemon.
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[  OK  ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Started Uncomplicated firewall.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Found device /dev/disk/by-label/JENKINS_HOME.
         Starting File System Check on /dev/disk/by-label/JENKINS_HOME...
[  OK  ] Started File System Check Daemon to report status.
[  OK  ] Found device /dev/securefolders/house.
         Starting File System Check on /dev/securefolders/house...
[  OK  ] Started File System Check on /dev/disk/by-label/JENKINS_HOME.
] Found device /dev/securefolders/variable.plete)
[  OK  ] Started File System Check on /dev/securefolders/house.
[  OK  ] Found device /dev/securefolders/audits.
[  OK  ] Found device /dev/securefolders/temporary.
[  OK  ] Found device /dev/securefolders/logs.
         Starting File System Check on /dev/securefolders/logs...
         Starting File System Check on /dev/securefolders/temporary...
         Starting File System Check on /dev/securefolders/audits...
         Mounting /home...
         Starting File System Check on /dev/securefolders/variable...
[  OK  ] Mounted /home.
Checking in progress on 2 disks (0.0% complete)refolders/logs.
[  OK  ] Started File System Check on /dev/securefolders/temporary.
[  OK  ] Started File System Check on /dev/securefolders/audits.
         Mounting /tmp...
[  OK  ] Mounted /tmp.
[  OK  ] Started File System Check on /dev/securefolders/variable.
         Mounting /var...
[  OK  ] Mounted /var.
         Mounting Mount unit for amazon-ssm-agent, revision 295...
         Mounting /var/log...
         Mounting /var/tmp...
         Starting Load/Save Random Seed...
         Mounting Mount unit for amazon-ssm-agent, revision 1068...
         Mounting Mount unit for core...
         Mounting /var/lib/jenkins...
         Mounting Mount unit for core, revision 6405...
[  OK  ] Mounted /var/tmp.
[  OK  ] Mounted /var/log.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Mounted /var/lib/jenkins.
[  OK  ] Mounted Mount unit for amazon-ssm-agent, revision 295.
         Starting Flush Journal to Persistent Storage...
         Mounting /var/log/audit...
[  OK  ] Reached target Local File Systems.
         Starting LSB: AppArmor initialization...
         Starting Initial cloud-init job (pre-networking)...
         Starting netfilter persistent configuration...
         Starting Set console font and keymap...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Preprocess NFS configuration...
[  OK  ] Mounted Mount unit for core, revision 6405.
[  OK  ] Mounted Mount unit for core.
[  OK  ] Mounted Mount unit for amazon-ssm-agent, revision 1068.
[  OK  ] Mounted /var/log/audit.
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Started Preprocess NFS configuration.
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Reached target NFS client services.
[FAILED] Failed to start netfilter persistent configuration.
See 'systemctl status netfilter-persistent.service' for details.
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Reached target System Time Synchronized.
         Starting Security Auditing Service...
[  OK  ] Started LSB: AppArmor initialization.
[  OK  ] Started Set console font and keymap.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[   16.293318] cloud-init[867]: Cloud-init v. 18.4-0ubuntu1~16.04.2 running 'init-local' at Mon, 25 Feb 2019 18:45:30 +0000. Up 15.74 seconds.
[   16.305990] cloud-init[867]: 2019-02-25 18:45:31,139 - util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceEc2.DataSourceEc2Local'> failed
[  OK  ] Started Initial cloud-init job (pre-networking).
[  OK  ] Reached target Network (Pre).
         Starting Raise network interfaces...
[  OK  ] Started Raise network interfaces.
[  OK  ] Reached target Network.
         Starting Initial cloud-init job (metadata service crawler)...
[   18.841016] cloud-init[1332]: Cloud-init v. 18.4-0ubuntu1~16.04.2 running 'init' at Mon, 25 Feb 2019 18:45:31 +0000. Up 16.99 seconds.
[   18.857360] cloud-init[1332]: ci-info: +++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++
[   18.873043] cloud-init[1332]: ci-info: +--------+------+---------------+---------------+--------+-------------------+
[   18.889270] cloud-init[1332]: ci-info: | Device |  Up  |    Address    |      Mask     | Scope  |     Hw-Address    |
[   18.904580] cloud-init[1332]: ci-info: +--------+------+---------------+---------------+--------+-------------------+
[   18.921688] cloud-init[  OK  ] Started Initial cloud-init job (metadata service crawler).[1332]: ci-info: |  eth0  | True | 10.193.185.37 | 255.255.255.0 | global | 12:c4:a5:24:4b:94 |

[   18.938597] [  OK  ] Reached target System Initialization.cloud-init[1332]: ci-info: |   lo   | True |   127.0.0.1   |   255.0.0.0   |  host  |         .         |
[  OK  ]
[   18.953091] cloud-init[1332]: ci-info: +--------+------+---------------+---------------+--------+-------------------+Listening on D-Bus System Message Bus Socket.

[  OK  [   18.968382] cloud-init[1332]: ci-info: ++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[   18.980752] cloud-init[1332]: ci-info: +-------+--------------+--------------+---------------+-----------+-------+
         Starting Socket activation for snappy daemon.
[  OK  ] Listening on RPCbind Server Activation Socket.

[   18.996912] cloud-init[1332]: ci-info: | Route | Destination  |   Gateway    |    Genmask    | Interface | Flags |
[  OK  ] Started Daily apt upgrade and clean activities.
[[   19.008187] cloud-init[1332]: ci-info: +-------+--------------+--------------+---------------+-----------+-------+  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[   19.022065] cloud-init[1332]: ci-info: |   0   |   0.0.0.0    | 10.193.185.1 |    0.0.0.0    |    eth0   |   UG  |

         Starting LXD - unix socket.[   19.032339] cloud-init[1332]: ci-info: |   1   | 10.193.185.0 |   0.0.0.0    | 255.255.255.0 |    eth0   |   U   |
[  OK  ] Reached target Timers.
[  OK
[   19.044867] cloud-init[1332]: ci-info: +-------+--------------+--------------+---------------+-----------+-------+] Listening on ACPID Listen Socket.
         Starting Docker Socket for the API.

[   19.057187] cloud-init[1332]: Generating public/private rsa key pair.[  OK  ] Reached target Network is Online.
[   19.066284] cloud-init[1332]:
         Starting iSCSI initiator daemon (iscsid)...Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
[   19.075877]
[  OK  ] Reached target Cloud-config availability.cloud-init[1332]:
[  OK  ] Listening on Socket activation for snappy daemon.Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
[   19.095865]
[  OK  ] Listening on LXD - unix socket.cloud-init[1332]: The key fingerprint is:
[   19.103415]
[  OK  ] Listening on Docker Socket for the API.cloud-init[1332]:
SHA256:40LmnWOuRRZnN3k/L6jPJEYnRr7Z3BwfGKU8I5kVgJM root@#REDACTED#
[   19.126918] cloud-init[1332]: The key's randomart image is:
[  OK  [   19.141267] cloud-init[1332]: +---[RSA 2048]----+] Reached target Sockets.
[  OK  ]
[   19.148877] cloud-init[1332]: |          o..o.. |
Reached target Basic System.
[  OK  [   19.157149] cloud-init[1332]: |         E  =.o  |] Started FUSE filesystem for LXC.

         [   19.169860] cloud-init[1332]: Starting System Logging Service...
|        . =++*.  |
         [   19.181223] cloud-init[1332]: |         * ..o=. |Starting McAfee Endpoint Security Platform for Linux...
[   19.189600]
         cloud-init[1332]: |      o S = ...o.|
[   19.195816] Starting /etc/rc.local Compatibility...
cloud-init[1332]: |     + = = B + o+|         Starting LXD - container startup/shutdown...

[   19.209736] cloud-init[1332]:          Starting McAfee Endpoint Security for Linux Threat Prevention...|      o B = = + o|
[   19.219516]
[  OK  ] Started Unattended Upgrades Shutdown.cloud-init[1332]: |       = o =   . |
[   19.230168] cloud-init[1332]:
         |      ... ..o    |
[   19.238581] cloud-initStarting Accounts Service...
[1332]: +----[SHA256]-----+
[   19.247889] cloud-init[1332]: Generating public/private dsa key pair.
[   19.256036] cloud-init[1332]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
[   19.262847] cloud-init[1332]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
[   19.269474] cloud-init[1332]: The key fingerprint is:
[   19.274890] cloud-init[1332]: SHA256:vn33ZS0TZWJYnLKe1dikqjkv8FqzLfpLqNENaSiHhTs root@#REDACTED#
[   19.282339] cloud-init[1332]: The key's randomart image is:
[   19.287764] cloud-init[1332]: +---[DSA 1024]----+
[   19.292759] cloud-init[1332]: |             ... |
[   19.297837] cloud-init[1332]: |     .      .oo .|
[   19.302613] cloud-init[1332]: |    . .     .oo*o|
[   19.307774] cloud-init[1332]: |     + . .  ..++o|
[   19.312745] cloud-init[1332]: |    E o S  . +.  |
[   19.317816] cloud-init[1332]: |     + +.+  +  ..|
[   19.322633] cloud-init[1332]: |      . +o=o  o +|
[  OK  ] Started ACPI event daemon.
[   19.346565] [  OK  ] Started Service for snap applicatio...azon-ssm-agent.amazon-ssm-agent.cloud-init
         Starting LSB: MD monitoring daemon...
[1332]:          Starting LSB: McAfee Agent...
         Starting Docker Application Container Engine...|       o =B+. .+.|
         Starting OpenBSD Secure Shell server...
[   19.398079] cloud-init[1332]:
[  OK  ] Started Deferred execution scheduler.
|      . ++=Bo. ..|
[   19.421296] cloud-init[1332]: +----[SHA256]-----+
[   19.433848] cloud-init[1332]: Generating public/private ecdsa key pair.
[   19.445941] cloud-init[1332]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
[   19.453934] cloud-init[1332]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
[   19.462551] cloud-init[1332]: The key fingerprint is:[  OK  ] Started Prometheus Node Exporter.
[   19.474146]
cloud-init[  OK  [1332]: ] Started Regular background program processing daemon.SHA256:eMrXoG93p10LETZMqn/JpjY99ltbcqhjA/wulXgCdy8 root@#REDACTED#
[  OK  ] Started D-Bus System Message Bus.
[   19.497986] cloud-init
[1332]: The key's randomart image is:
[   19.511731] cloud-init[1332]: +---[ECDSA 256]---+
[   19.520697] cloud-init[1332]: |             .   |
[   19.528229] cloud-init[1332]: |            +    |
[   19.538311] cloud-init[1332]: |           . =   |
[   19.544685] cloud-init[1332]: |       .. o o o  |
[   19.550701] cloud-init[1332]: |      . S= o +   |
[   19.557688] cloud-init[1332]: |     . + o* E +. |
[   19.564645] cloud-init[1332]: |      + . .B.Bo =|
         Starting Login Service...
[   19.571265] cloud-init         Starting Snappy daemon...[1332]: |       o. ooX*o+=|

[  OK  [   19.597639] cloud-init] Started iSCSI initiator daemon (iscsid).
[1332]: |       ....**=+=.|
[   19.613908] cloud-init[1332]: +----[SHA256]-----+
[   19.665635] cloud-init[  OK  [1332]: Generating public/private ed25519 key pair.] Started OpenBSD Secure Shell server.

[   19.684406] cloud-init[1332]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
[[   19.776459]   OK  ] Started LSB: MD monitoring daemon.
[  OK  cloud-init] Started Login Service.
[  OK  ] Started System Logging Service.[1332]:
         Starting Authenticate and Authorize Users to Run Privileged Tasks...Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
         Starting Login to default iSCSI targets...

[   19.876612] cloud-init[1332]: The key fingerprint is:
[   19.906173] cloud-init[1332]: SHA256:HNKJLuP57QiDbfM54fXl/RXO5MRsah4lcrEcpNA4pU8 root@#REDACTED#
[   19.970224] cloud-init[1332]: The key's randomart image is:
[   20.006496] cloud-init[1332]: +--[ED25519 256]--+[  OK  ]
[   20.073870] cloud-init[1332]: |         .+. .   |Started LXD - container startup/shutdown.
[  OK  ] Started Authenticate and Authorize Users to Run Privileged Tasks.
[  OK  ] Started Login to default iSCSI targets.
[  OK  ] Started Accounts Service.

[  OK  [   20.136244] ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.cloud-init
         Starting LSB: Start NTP daemon...[1332]:
         Starting LSB: Set up cgroupfs mounts....
         Starting LSB: daemon to balance interrupts for SMP systems...
         Starting LSB: ManageSoft ndtask agent...
         Starting LSB: ManageSoft mgsusageag agent...
         Starting LSB: Postfix Mail Transport Agent...
|       o +o.o    |         Starting LSB: Start splunk...

         Starting LSB: Start Jenkins at boot time...[   20.257389] cloud-init
         Starting LSB: automatic crash report generation...
         [1332]: |      o +..E o   |
Starting Permit User Sessions...
[   20.284412]          Starting LSB: The New Relic Server Monitor...
[  OK  ] Started McAfee Endpoint Security for Linux Threat Prevention.
[  OK  cloud-init[1332]: ] Started LSB: Set up cgroupfs mounts..
|     . o .o . *  |[  OK  ] Started Permit User Sessions.
[   20.330193] cloud-init[1332]:
|    o . S  o = O |
[   20.352292] cloud-init[1332]: |   + +. .   + @ .|
[   20.407842] cloud-init[1332]: |  . O. o . o = +.|
[  OK  ] [   20.434654] cloud-initCreated slice User Slice of mfe.
         Starting User Manager for UID 998...[1332]: |   . *o+  . + o .|
[  OK  ] Started Session c1 of user mfe.
[  OK  ] Started User Manager for UID 998.
[  OK  ] Started LSB: daemon to balance interrupts for SMP systems.

[  OK  ] Started LSB: Start NTP daemon.
[   20.590890] [  OK  ] Started LSB: automatic crash report generation.
cloud-init[1332]: |      =oo    . ..|
[   20.679373] cloud-init[1332]: +----[SHA256]-----+
[  OK  ] Created slice User Slice of newrelic.
         Starting User Manager for UID 999...
[  OK  ] Started Session c2 of user newrelic.
[  OK  ] Started User Manager for UID 999.
[  OK  ] Started LSB: ManageSoft ndtask agent.
[  OK  ] Started LSB: ManageSoft mgsusageag agent.
         Stopping User Manager for UID 999...
[  OK  ] Stopped User Manager for UID 999.
[  OK  ] Removed slice User Slice of newrelic.
[  OK  ] Stopped Stop ureadahead data collection 45s after completed startup.
         Stopping Session c1 of user mfe.
         Unmounting RPC Pipe File System...
[  OK  ] Stopped Update UTMP about System Runlevel Changes.
[  OK  ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Unmounting /var/log/audit...
[  OK  ] Stopped target Timers.
[  OK  ] Stopped Daily Cleanup of Temporary Directories.
[  OK  ] Stopped target Mail Transport Agent.
         Stopping ACPI event daemon...
[  OK  ] Stopped target Graphical Interface.
         Stopping Accounts Service...
[  OK  ] Stopped Daily apt upgrade and clean activities.
         Stopping Authenticate and Authorize Users to Run Privileged Tasks...
         Stopping User Manager for UID 998...
         Unmounting /home...
[  OK  ] Stopped target Cloud-init target.
[  OK  ] Stopped Execute cloud user/final scripts.
[  OK  ] Stopped target Multi-User System.
         Stopping Deferred execution scheduler...
         Stopping System Logging Service...
         Stopping FUSE filesystem for LXC...
[  OK  ] Stopped LSB: Set the CPU Frequency Scaling governor to "ondemand".
         Stopping D-Bus System Message Bus...
[  OK  ] Stopped target Login Prompts.
[  OK  ] Stopped Serial Getty on ttyS0.
[  OK  ] Removed slice system-serial\x2dgetty.slice.
[  OK  ] Stopped Getty on tty1.
         Stopping McAfee Endpoint Security for Linux Threat Prevention...
         Stopping LSB: daemon to balance interrupts for SMP systems...
[  OK  ] Stopped Hold until boot process finishes up.
[  OK  ] Stopped LSB: Record successful boot for GRUB.
         Stopping Unattended Upgrades Shutdown...
         Stopping LXD - container startup/shutdown...
         Stopping OpenBSD Secure Shell server...
         Stopping LSB: MD monitoring daemon...
[  OK  ] Stopped firstboot.service.
         Stopping LSB: automatic crash report generation...
         Stopping Prometheus Node Exporter...
[  OK  ] Stopped Auto import assertions from block devices.
[  OK  ] Stopped McAfee Endpoint Security Platform for Linux.
         Stopping LSB: ManageSoft mgsusageag agent...
         Stopping LSB: ManageSoft ndtask agent...
         Stopping Service for snap applicati...on-ssm-agent.amazon-ssm-agent...
[  OK  ] Stopped Terminate Plymouth Boot Screen.
         Stopping Regular background program processing daemon...
         Stopping LSB: Start NTP daemon...
         Stopping LSB: Set up cgroupfs mounts....
[  OK  ] Stopped Apply the settings specified in cloud-config.
[  OK  ] Stopped target Cloud-config availability.
[  OK  ] Stopped Wait until snapd is fully seeded.
         Unmounting /var/lib/jenkins...
[  OK  ] Removed slice system-getty.slice.
[  OK  ] Unmounted /var/lib/lxcfs.
[  OK  ] Stopped System Logging Service.
[  OK  ] Stopped McAfee Endpoint Security Platform for Linux.
[  OK  ] Stopped /etc/rc.local Compatibility.
[  OK  ] Stopped Accounts Service.
[  OK  ] Stopped ACPI event daemon.
[  OK  ] Stopped Service for snap applicatio...azon-ssm-agent.amazon-ssm-agent.
[  OK  ] Stopped LSB: McAfee Agent.
[  OK  ] Stopped Deferred execution scheduler.
[  OK  ] Stopped Prometheus Node Exporter.
[  OK  ] Stopped Regular background program processing daemon.
[  OK  ] Stopped Snappy daemon.
[  OK  ] Stopped Docker Application Container Engine.
[  OK  ] Stopped OpenBSD Secure Shell server.
[  OK  ] Stopped Authenticate and Authorize Users to Run Privileged Tasks.
[  OK  ] Stopped LSB: Postfix Mail Transport Agent.
[  OK  ] Stopped LSB: Start splunk.
[  OK  ] Stopped LSB: Start Jenkins at boot time.
[  OK  ] Stopped LSB: The New Relic Server Monitor.
[  OK  ] Stopped McAfee Endpoint Security for Linux Threat Prevention.
[  OK  ] Stopped User Manager for UID 998.
[  OK  ] Stopped Session c1 of user mfe.
[  OK  ] Unmounted RPC Pipe File System.
[FAILED] Failed unmounting /var/log/audit.
[  OK  ] Unmounted /home.
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Stopped LSB: ManageSoft mgsusageag agent.
[  OK  ] Stopped LSB: ManageSoft ndtask agent.
[  OK  ] Stopped LSB: Set up cgroupfs mounts..
[  OK  ] Unmounted /var/lib/jenkins.
[  OK  ] Stopped FUSE filesystem for LXC.
[  OK  ] Stopped Unattended Upgrades Shutdown.
[  OK  ] Stopped LSB: daemon to balance interrupts for SMP systems.
[  OK  ] Stopped LXD - container startup/shutdown.
[  OK  ] Stopped LSB: MD monitoring daemon.
[  OK  ] Stopped LSB: automatic crash report generation.
[  OK  ] Stopped LSB: Start NTP daemon.
[  OK  ] Stopped User Manager for UID 998.
[  OK  ] Stopped LSB: Start splunk.
[  OK  ] Removed slice User Slice of mfe.
         Stopping Login Service...
         Stopping Permit User Sessions...
[  OK  ] Stopped target System Time Synchronized.
         Unmounting Mount unit for amazon-ssm-agent, revision 295...
         Unmounting Mount unit for core...
         Unmounting Mount unit for core, revision 6405...
         Unmounting Mount unit for amazon-ssm-agent, revision 1068...
[  OK  ] Stopped Login Service.
[  OK  ] Stopped Permit User Sessions.
[  OK  ] Unmounted Mount unit for amazon-ssm-agent, revision 295.
[  OK  ] Unmounted Mount unit for core.
[  OK  ] Unmounted Mount unit for core, revision 6405.
[  OK  ] Unmounted Mount unit for amazon-ssm-agent, revision 1068.
         Starting Set console scheme...
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
         Stopping Login to default iSCSI targets...
[  OK  ] Stopped target NFS client services.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed ACPID Listen Socket.
[  OK  ] Closed Syslog Socket.
[  OK  ] Closed RPCbind Server Activation Socket.
[  OK  ] Closed LXD - unix socket.
[  OK  ] Closed UUID daemon activation socket.
[  OK  ] Closed Docker Socket for the API.
[  OK  ] Closed Socket activation for snappy daemon.
[  OK  ] Stopped target Slices.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped Forward Password Requests to Wall Directory Watch.
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped ACPI Events Check.
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped target User and Group Name Lookups.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target System Initialization.
         Stopping Update UTMP about System Boot/Shutdown...
[  OK  ] Stopped target Swap.
         Stopping Load/Save Random Seed...
[  OK  ] Stopped target Encrypted Volumes.
[  OK  ] Started Set console scheme.
[  OK  ] Stopped Load/Save Random Seed.
[  OK  ] Stopped Update UTMP about System Boot/Shutdown.
         Stopping Security Auditing Service...
[  OK  ] Unmounted /var/log.
[  OK  ] Stopped Security Auditing Service.
[  OK  ] Stopped Create Volatile Files and Directories.
[  OK  ] Stopped Flush Journal to Persistent Storage.
[  OK  ] Stopped Login to default iSCSI targets.
         Stopping iSCSI initiator daemon (iscsid)...
[  OK  ] Stopped iSCSI initiator daemon (iscsid).
[  OK  ] Stopped target Network is Online.
[  OK  ] Stopped Initial cloud-init job (metadata service crawler).
[  OK  ] Stopped target Network.
         Stopping Raise network interfaces...
         Starting LSB: Start splunk...
[  OK  ] Stopped Raise network interfaces.
[  OK  ] Stopped target Network (Pre).
[  OK  ] Stopped Initial cloud-init job (pre-networking).
[  OK  ] Stopped target Local File Systems.
         Unmounting /run/user/998...
         Unmounting /var/tmp...
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Load Kernel Modules.
[  OK  ] Unmounted /run/user/998.
[FAILED] Failed unmounting /var/tmp.
         Unmounting /var...
         Unmounting /tmp...
[FAILED] Failed unmounting /var.
[FAILED] Failed unmounting /tmp.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Stopped target Local File Systems (Pre).
         Stopping Monitoring of LVM2 mirrors... dmeventd or progress polling...
[  OK  ] Stopped Remount Root and Kernel File Systems.
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Stopped Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
         Stopping LVM2 metadata daemon...
[  OK  ] Stopped LVM2 metadata daemon.
[  OK  ] Started LSB: Start splunk.
[  OK  ] Reached target Shutdown.
[  OK  ] Reached target Final Step.
         Starting Power-Off...
[   85.036154] reboot: Power down
    2019-02-25T18:46:42.000Z
jesseadams commented 5 years ago

I feel like requiring net-ssh 5 is a bit restrictive too. I am running into some conflicts with other gems that are pinned to ~> 4 like chef 12-14

patrobinson commented 5 years ago

I think we should allow 4 or 5 since they both should work. Happy to see that in a PR and if tests pass we'll release it. You can then pin to version 4 and see if the same issue occurs?