· 3 years ago · May 01, 2022, 04:00 PM
1[ec2-user@ip-172-31-87-190 merkle_tree_optimization]$ nitro-cli build-enclave --docker-uri merkle-tree:latest --output-file merkle-tree.eif
2Start building the Enclave Image...
3Using the locally available Docker image...
4Enclave Image successfully created.
5{
6 "Measurements": {
7 "HashAlgorithm": "Sha384 { ... }",
8 "PCR0": "f25d23a2777506f1e4d6b1ea2ebc24e410e7bada302c45aa07813a330d545adde2fd562d85d84d4031616f3ea3b4d351",
9 "PCR1": "bcdf05fefccaa8e55bf2c8d6dee9e79bbff31e34bf28a99aa19e6b29c37ee80b214a414b7607236edf26fcb78654e63f",
10 "PCR2": "d193e8b7677abc929cc4d8426381861becf6b181c6a22397a29a697418493022d013c68fb311d5647a679d8b3c7722e1"
11 }
12}
13[ec2-user@ip-172-31-87-190 merkle_tree_optimization]$ sudo nitro-cli run-enclave --attach-console --cpu-count 12 --memory 15436 --enclave-cid 16 --eif-path merkle-tree.eif --debug-mode
14Start allocating memory...
15Started enclave with enclave-cid: 16, memory: 15436 MiB, cpu-ids: [1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14]
16{
17 "EnclaveName": "merkle-tree",
18 "EnclaveID": "i-014f024c2400a612c-enc180803ebf0d3dbe",
19 "ProcessID": 8039,
20 "EnclaveCID": 16,
21 "NumberOfCPUs": 12,
22 "CPUIDs": [
23 1,
24 9,
25 2,
26 10,
27 3,
28 11,
29 4,
30 12,
31 5,
32 13,
33 6,
34 14
35 ],
36 "MemoryMiB": 15436
37}
38Connecting to the console for enclave 16...
39Successfully connected to the console.
40IOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
41[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfffffff] usable
42[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000003f43ffffe] usable
43[ 0.000000] NX (Execute Disable) protection: active
44[ 0.000000] DMI not present or invalid.
45[ 0.000000] Hypervisor detected: KVM
46[ 0.000000] tsc: Fast TSC calibration using PIT
47[ 0.000000] e820: last_pfn = 0x3f43ff max_arch_pfn = 0x400000000
48[ 0.000000] MTRR: Disabled
49[ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
50[ 0.000000] CPU MTRRs all blank - virtualized system.
51[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
52[ 0.000000] e820: last_pfn = 0xd0000 max_arch_pfn = 0x400000000
53[ 0.000000] found SMP MP-table at [mem 0x0009fc00-0x0009fc0f]
54[ 0.000000] Scanning 1 areas for low memory corruption
55[ 0.000000] Using GB pages for direct mapping
56[ 0.000000] RAMDISK: [mem 0x02484000-0x812c9fff]
57[ 0.000000] ACPI: Early table checksum verification disabled
58[ 0.000000] ACPI BIOS Error (bug): A valid RSDP was not found (20170728/tbxfroot-244)
59[ 0.000000] No NUMA configuration found
60[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000003f43fefff]
61[ 0.000000] NODE_DATA(0) allocated [mem 0x3f43dd000-0x3f43fefff]
62[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
63[ 0.000000] kvm-clock: cpu 0, msr 3:f43db001, primary cpu clock
64[ 0.000000] kvm-clock: using sched offset of 25521269780 cycles
65[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
66[ 0.000000] Zone ranges:
67[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
68[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
69[ 0.000000] Normal [mem 0x0000000100000000-0x00000003f43fefff]
70[ 0.000000] Movable zone start for each node
71[ 0.000000] Early memory node ranges
72[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
73[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000cfffffff]
74[ 0.000000] node 0: [mem 0x0000000100000000-0x00000003f43fefff]
75[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000003f43fefff]
76[ 0.000000] Intel MultiProcessor Specification v1.4
77[ 0.000000] MPTABLE: OEM ID: FC
78[ 0.000000] MPTABLE: Product ID: 000000000000
79[ 0.000000] MPTABLE: APIC at: 0xFEE00000
80[ 0.000000] Processor #0 (Bootup-CPU)
81[ 0.000000] Processor #1
82[ 0.000000] Processor #2
83[ 0.000000] Processor #3
84[ 0.000000] Processor #4
85[ 0.000000] Processor #5
86[ 0.000000] Processor #6
87[ 0.000000] Processor #7
88[ 0.000000] Processor #8
89[ 0.000000] Processor #9
90[ 0.000000] Processor #10
91[ 0.000000] Processor #11
92[ 0.000000] IOAPIC[0]: apic_id 13, version 17, address 0xfec00000, GSI 0-23
93[ 0.000000] Processors: 12
94[ 0.000000] TSC deadline timer available
95[ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
96[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
97[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
98[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xffffffff]
99[ 0.000000] e820: [mem 0xd0000000-0xffffffff] available for PCI devices
100[ 0.000000] Booting paravirtualized kernel on KVM
101[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
102[ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x493 with crng_init=0
103[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:12 nr_node_ids:1
104[ 0.000000] percpu: Embedded 46 pages/cpu s149464 r8192 d30760 u262144
105[ 0.000000] KVM setup async PF for cpu 0
106[ 0.000000] kvm-stealtime: cpu 0, msr 3f3c1a040
107[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
108[ 0.000000] Fallback order for Node 0: 0
109[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 3887736
110[ 0.000000] Policy zone: Normal
111[ 0.000000] Kernel command line: reboot=k panic=30 pci=off nomodules console=ttyS0 i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd random.trust_cpu=on virtio_mmio.device=4K@0xd0000000:5 virtio_mmio.device=4K@0xd0001000:6
112[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
113[ 0.000000] Memory: 13383108K/15797876K available (10252K kernel code, 760K rwdata, 1844K rodata, 1436K init, 2816K bss, 2414768K reserved, 0K cma-reserved)
114[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
115[ 0.000000] Kernel/User page tables isolation: enabled
116[ 0.004000] Hierarchical RCU implementation.
117[ 0.004000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=12.
118[ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
119[ 0.004000] NR_IRQS: 4352, nr_irqs: 136, preallocated irqs: 16
120[ 0.004000] Console: colour dummy device 80x25
121[ 0.004000] console [ttyS0] enabled
122[ 0.004000] tsc: Detected 2999.998 MHz processor
123[ 0.004000] Calibrating delay loop (skipped) preset value.. 5999.99 BogoMIPS (lpj=11999992)
124[ 0.004000] pid_max: default: 32768 minimum: 301
125[ 0.004000] Security Framework initialized
126[ 0.004000] Yama: becoming mindful.
127[ 0.004000] SELinux: Initializing.
128[ 0.010225] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
129[ 0.014753] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
130[ 0.015757] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
131[ 0.016115] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
132[ 0.020295] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
133[ 0.020994] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
134[ 0.024036] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
135[ 0.025077] Spectre V2 : Mitigation: Full generic retpoline
136[ 0.025762] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
137[ 0.026775] Spectre V2 : Enabling Restricted Speculation for firmware calls
138[ 0.027667] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
139[ 0.028002] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
140[ 0.028864] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
141[ 0.030071] TAA: Mitigation: Clear CPU buffers
142[ 0.030621] MDS: Mitigation: Clear CPU buffers
143[ 0.032315] Freeing SMP alternatives memory: 32K
144[ 0.035004] smpboot: Max logical packages: 2
145[ 0.035816] x2apic enabled
146[ 0.036005] Switched APIC routing to physical x2apic.
147[ 0.037797] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
148[ 0.038595] smpboot: CPU0: Intel(R) Xeon(R) Processor @ 3.00GHz (family: 0x6, model: 0x55, stepping: 0x3)
149[ 0.039922] Performance Events: unsupported p6 CPU model 85 no PMU driver, software events only.
150[ 0.040000] Hierarchical SRCU implementation.
151[ 0.040000] NMI watchdog: Perf event create on CPU 0 failed with -2
152[ 0.040003] NMI watchdog: Perf NMI watchdog permanently disabled
153[ 0.041003] smp: Bringing up secondary CPUs ...
154[ 0.041700] x86: Booting SMP configuration:
155[ 0.042226] .... node #0, CPUs: #1
156[ 0.004000] kvm-clock: cpu 1, msr 3:f43db041, secondary cpu clock
157[ 0.044628] KVM setup async PF for cpu 1
158[ 0.044628] kvm-stealtime: cpu 1, msr 3f3c5a040
159[ 0.045225] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
160[ 0.045874] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
161[ 0.048159] #2
162[ 0.004000] kvm-clock: cpu 2, msr 3:f43db081, secondary cpu clock
163[ 0.049642] KVM setup async PF for cpu 2
164[ 0.049642] kvm-stealtime: cpu 2, msr 3f3c9a040
165[ 0.049642] #3
166[ 0.004000] kvm-clock: cpu 3, msr 3:f43db0c1, secondary cpu clock
167[ 0.052420] KVM setup async PF for cpu 3
168[ 0.052503] kvm-stealtime: cpu 3, msr 3f3cda040
169[ 0.053082] #4
170[ 0.004000] kvm-clock: cpu 4, msr 3:f43db101, secondary cpu clock
171[ 0.053645] KVM setup async PF for cpu 4
172[ 0.053645] kvm-stealtime: cpu 4, msr 3f3d1a040
173[ 0.056161] #5
174[ 0.004000] kvm-clock: cpu 5, msr 3:f43db141, secondary cpu clock
175[ 0.057653] KVM setup async PF for cpu 5
176[ 0.057653] kvm-stealtime: cpu 5, msr 3f3d5a040
177[ 0.057653] #6
178[ 0.004000] kvm-clock: cpu 6, msr 3:f43db181, secondary cpu clock
179[ 0.060712] KVM setup async PF for cpu 6
180[ 0.060712] kvm-stealtime: cpu 6, msr 3f3d9a040
181[ 0.061096] #7
182[ 0.004000] kvm-clock: cpu 7, msr 3:f43db1c1, secondary cpu clock
183[ 0.061668] KVM setup async PF for cpu 7
184[ 0.061668] kvm-stealtime: cpu 7, msr 3f3dda040
185[ 0.064159] #8
186[ 0.004000] kvm-clock: cpu 8, msr 3:f43db201, secondary cpu clock
187[ 0.065652] KVM setup async PF for cpu 8
188[ 0.065652] kvm-stealtime: cpu 8, msr 3f3e1a040
189[ 0.065652] #9
190[ 0.004000] kvm-clock: cpu 9, msr 3:f43db241, secondary cpu clock
191[ 0.069138] KVM setup async PF for cpu 9
192[ 0.069138] kvm-stealtime: cpu 9, msr 3f3e5a040
193[ 0.069138] #10
194[ 0.004000] kvm-clock: cpu 10, msr 3:f43db281, secondary cpu clock
195[ 0.069628] KVM setup async PF for cpu 10
196[ 0.069628] kvm-stealtime: cpu 10, msr 3f3e9a040
197[ 0.072164] #11
198[ 0.004000] kvm-clock: cpu 11, msr 3:f43db2c1, secondary cpu clock
199[ 0.073573] KVM setup async PF for cpu 11
200[ 0.073573] kvm-stealtime: cpu 11, msr 3f3eda040
201[ 0.073573] smp: Brought up 1 node, 12 CPUs
202[ 0.076006] smpboot: Total of 12 processors activated (71999.95 BogoMIPS)
203[ 0.097645] devtmpfs: initialized
204[ 0.097645] x86/mm: Memory block size: 128MB
205[ 0.097905] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
206[ 0.100025] futex hash table entries: 4096 (order: 6, 262144 bytes)
207[ 0.101280] NET: Registered protocol family 16
208[ 0.102025] cpuidle: using governor ladder
209[ 0.102025] cpuidle: using governor menu
210[ 0.102025] PCI: Fatal: No config space access function found
211[ 0.106010] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
212[ 0.106010] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
213[ 0.108079] ACPI: Interpreter disabled.
214[ 0.108557] vgaarb: loaded
215[ 0.108557] SCSI subsystem initialized
216[ 0.108557] pps_core: LinuxPPS API ver. 1 registered
217[ 0.108630] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
218[ 0.109756] PTP clock support registered
219[ 0.112024] dmi: Firmware registration failed.
220[ 0.112024] PCI: System does not support PCI
221[ 0.112024] NetLabel: Initializing
222[ 0.112024] NetLabel: domain hash size = 128
223[ 0.112024] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
224[ 0.112722] NetLabel: unlabeled traffic allowed by default
225[ 0.116020] clocksource: Switched to clocksource kvm-clock
226[ 0.116728] VFS: Disk quotas dquot_6.6.0
227[ 0.117241] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
228[ 0.118138] pnp: PnP ACPI: disabled
229[ 0.120501] NET: Registered protocol family 2
230[ 0.122093] IP idents hash table entries: 262144 (order: 9, 2097152 bytes)
231[ 0.124300] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
232[ 0.125678] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
233[ 0.126937] TCP: Hash tables configured (established 131072 bind 65536)
234[ 0.127872] UDP hash table entries: 8192 (order: 6, 262144 bytes)
235[ 0.128755] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
236[ 0.129727] NET: Registered protocol family 1
237[ 0.130602] RPC: Registered named UNIX socket transport module.
238[ 0.131342] RPC: Registered udp transport module.
239[ 0.131927] RPC: Registered tcp transport module.
240[ 0.132531] RPC: Registered tcp NFSv4.1 backchannel transport module.
241[ 0.133428] Unpacking initramfs...
242[ 3.585295] Freeing initrd memory: 2079000K
243[ 3.585850] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
244[ 3.586641] software IO TLB: mapped [mem 0xcc000000-0xd0000000] (64MB)
245[ 3.587505] virtio-mmio: Registering device virtio-mmio.0 at 0xd0000000-0xd0000fff, IRQ 5.
246[ 3.588572] virtio-mmio: Registering device virtio-mmio.1 at 0xd0001000-0xd0001fff, IRQ 6.
247[ 3.590252] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 10737418240 ms ovfl timer
248[ 3.591314] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
249[ 3.592034] RAPL PMU: hw unit of domain package 2^-0 Joules
250[ 3.592730] RAPL PMU: hw unit of domain dram 2^-16 Joules
251[ 3.593405] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e43c8763, max_idle_ns: 440795360101 ns
252[ 3.594661] platform rtc_cmos: registered platform RTC device (no PNP device found)
253[ 3.597678] Scanning for low memory corruption every 60 seconds
254[ 3.598778] audit: initializing netlink subsys (disabled)
255[ 3.599649] audit: type=2000 audit(1651419071.172:1): state=initialized audit_enabled=0 res=1
256[ 3.599819] Initialise system trusted keyrings
257[ 3.601294] Key type blacklist registered
258[ 3.601910] workingset: timestamp_bits=36 max_order=22 bucket_order=0
259[ 3.603731] zbud: loaded
260[ 3.604558] squashfs: version 4.0 (2009/01/31) Phillip Lougher
261[ 3.605423] NFS: Registering the id_resolver key type
262[ 3.606064] Key type id_resolver registered
263[ 3.606588] Key type id_legacy registered
264[ 3.607105] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
265[ 3.611678] Key type asymmetric registered
266[ 3.612211] Asymmetric key parser 'x509' registered
267[ 3.612831] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
268[ 3.613859] io scheduler noop registered (default)
269[ 3.614479] io scheduler cfq registered
270[ 3.615390] virtio-mmio virtio-mmio.0: Failed to enable 64-bit or 32-bit DMA. Trying to continue, but this might not work.
271[ 3.616849] virtio-mmio virtio-mmio.1: Failed to enable 64-bit or 32-bit DMA. Trying to continue, but this might not work.
272[ 3.618294] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
273[ 3.641320] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a U6_16550A
274[ 3.645446] loop: module loaded
275[ 3.645908] Loading iSCSI transport class v2.0-870.
276[ 3.646662] iscsi: registered transport (tcp)
277[ 3.647222] tun: Universal TUN/TAP device driver, 1.6
278[ 3.647973] hidraw: raw HID events driver (C) Jiri Kosina
279[ 3.649024] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
280[ 3.650189] ip_tables: (C) 2000-2006 Netfilter Core Team
281[ 3.651491] Initializing XFRM netlink socket
282[ 3.652149] NET: Registered protocol family 10
283[ 3.653288] Segment Routing with IPv6
284[ 3.653764] ip6_tables: (C) 2000-2006 Netfilter Core Team
285[ 3.655083] NET: Registered protocol family 17
286[ 3.655652] Bridge firewalling registered
287[ 3.656208] Key type dns_resolver registered
288[ 3.656868] NET: Registered protocol family 40
289[ 3.658071] sched_clock: Marking stable (3656838816, 0)->(3985512611, -328673795)
290[ 3.659561] registered taskstats version 1
291[ 3.660084] Loading compiled-in X.509 certificates
292[ 3.661506] Loaded X.509 cert 'Build time autogenerated kernel key: 58bf34a4602fd51a9642ab73d9d76ca2c6727d1b'
293[ 3.662750] zswap: loaded using pool lzo/zbud
294[ 3.663879] Key type encrypted registered
295[ 3.666087] Freeing unused kernel memory: 1436K
296[ 3.700117] Write protecting the kernel read-only data: 14336k
297[ 3.702438] Freeing unused kernel memory: 2012K
298[ 3.703505] Freeing unused kernel memory: 204K
299[ 3.704368] nsm: loading out-of-tree module taints kernel.
300[ 3.705065] nsm: module verification failed: signature and/or required key missing - tainting kernel
301[ 3.707057] NSM RNG: returning rand bytes = 16
302[ 3.707936] NSM RNG: returning rand bytes = 64
303[ 3.708520] random: fast init done
304[ 3.709060] NSM RNG: returning rand bytes = 64
305[ 3.709641] random: crng init done
306[ 3.710189] NSM RNG: returning rand bytes = 64
307[ 3.710981] NSM RNG: returning rand bytes = 64
308[ 3.711743] NSM RNG: returning rand bytes = 64
309[ 3.712609] NSM RNG: returning rand bytes = 64
310Sending to Server: curr_nodes.jsonMessage from server: [{"id":"624fefce6e06698383afdfa9","merchant_id":4,"data":{"MerchantBlsKey":"p","Users":{"03c7ac999403591bceacca3d37598886f7c41943c8045c7e1cb5a9295d0003cc5b":{"1":"31","2":"88"}}},"hash":"b854f26d9404c6a16744deea57146873c6976d5495522ea9e127a80875a95a04","settlement_id":6,"created_at":"2022-04-08T08:18:22.927Z","updated_at":"2022-04-08T08:24:59.451Z"}]
311Sending to Server: prev_nodes.jsonMessage from server: [{"id":"624af16632b33ffab3697d1f","merchant_id":4,"data":{"MerchantBlsKey":"p","Users":{"03c7ac999403591bceacca3d37598886f7c41943c8045c7e1cb5a9295d0003cc5b":{"1":"17","2":"81"}}},"hash":"c3f9a9f93080441d59395bb8fd2e57985e3ec97d6d5b2be5f58b7c5bbf4958ce","settlement_id":5,"created_at":"2022-04-04T13:23:50.444Z","updated_at":"2022-04-04T13:23:50.444Z"}]
312Sending to Server: user_message.jsonMessage from server: {}
313Sending to Server: merchant_key_id_map.jsonMessage from server: {"1":"0102020078345ff7b1e8a16a7d7c82ba7026724f9f9b8da3b05a5815ad6b82fcd60d76837d01053d5a09b65d4afc9f39c6ca28865dd9000000a230819f06092a864886f70d010706a0819130818e02010030818806092a864886f70d010701301e060960864801650304012e3011040cef610ef410184bdeff5ae7b4020110805bc64a907646b5b11de300d85797aa6b5e658a4b406c4a55589e77f66fcd758b63fdea7f69c30870a781f32dfdd5a19c8877e7a999a7f3b8cb0f31f0f0bc09affd5db9ee35960d42886b7e919c4d3a2ab98c0431853127767c9d0a11","10":"p","11":"01020200784352b60faf8e2a2468a252821de48e13b78cf1e84debb094ef02fd6a905105a9012c877fce4b12b38d52496c717ab4c7360000007e307c06092a864886f70d010706a06f306d020100306806092a864886f70d010701301e060960864801650304012e3011040ccd5413322ba989a9bb140a50020110803b3663d89e40b40f90c814dd6fff1565dde167ba398dfa936318dbc29b5a81b20bb52c4338c026af965a8460677520fe9705367500934115e94033c6","12":"0102020078f4c5fe17cf801ddb9506266c3c67662b6459b62edb65fc003e1ca18ea6d85562010e334531209c189339b206692615d2cb0000007e307c06092a864886f70d010706a06f306d020100306806092a864886f70d010701301e060960864801650304012e3011040c54aab806e57540f87056c285020110803b8b2ceb5ec988a6cb1ce5f09bbff07d24d927f57ee378c04e45234161c338eb833fc43005a859d092673c05ba8b973bc5277be2c59310724a9b32a5","13":"0102020078fb03eed99d5fd2e094062d06ac84f3360489f3da635be18254cb29b790d6453e013acd0eeb59cf2a7af06d4a88a3d231ce0000007e307c06092a864886f70d010706a06f306d020100306806092a864886f70d010701301e060960864801650304012e3011040c8c715c8d15e642a32b60240b020110803ba4715b9adca146a4f7d729f299a6ae64a0da4cde5e411d9a702640496f68a200b232a6a40ce13f48a9fe0b4a11c007fcecc4be1093ef774dc1a12d","14":"0102020078e6c4466329301b049e81b472b1451a48290856a4e9382f6d407a6bf991058daf014432b986de2460278c7f2a8c4e0bd26c0000007e307c06092a864886f70d010706a06f306d020100306806092a864886f70d010701301e060960864801650304012e3011040cd86f4381a18c5b62c1a8b3e7020110803b26ed702f8104a705a8ab9d3014fc6591b049a42672b96606a37d80a9fb02fe1d4e6c990be19041f463471e637615b04144690dc98c37dbcc7fdceb","15":"0102020078d7e44e9aa27017e8308821aa24a769881f112b50d2178844ebdab32f87139b2b017eab77eedfbc51a88d566f0fa1705d8c0000007e307c06092a864886f70d010706a06f306d020100306806092a864886f70d010701301e060960864801650304012e3011040c78786f666533f3cf1b13becc020110803b69afa17e6602a47f25d2b3f2bc25079a1a8b9b00a5817e8e82636dd03048f5953aff13e0f456f03aaf7f7de9b734c1dbd0a138303ef0d9eec14a7f","16":"01020200787a7e583159e229c9f3afcd57aece54cf623914c45c19836eb7f8ebea9ab9bdb4016f0433e41a478503f4282cc725ee336f0000007e307c06092a864886f70d010706a06f306d020100306806092a864886f70d010701301e060960864801650304012e3011040c0e31054619e27997f692d789020110803beb5af786c166e45a53359c4712a8750af7a293d0111e7b29ec531ddf5c1be4a15b60c846d5e05d6f89d55f4de9ae2b06f52971eac856b1933d265c","2":"010202007810da13158093001ac9af504eb2e48f6f641898acb5e49932961739831af6cb89016b274f630dfebffb314619bf563e76b7000000a230819f06092a864886f70d010706a0819130818e02010030818806092a864886f70d010701301e060960864801650304012e3011040c648f14d4eb38dd1ad1ceddb8020110805be2513839f1ec9bc9f39f57b23098e1f0ead49b79a5586502c3d0b3da61e3d527f3819402f95fe459f39092ae1cd5fc84cf3093eaf8fcddab5aeb81d9091939ceb022006ed71c10c9bf2b1b85acc5a75dbdb31a18df39b0ef257aab"}
314Sending to Server: bc_details.jsonjson: cannot unmarshal number into Go struct field BcDetails.ConsumerBalances of type string
3152022/05/01 15:31:11 merkle tree took 230.039µs
316merkle_root e6166a942e55ed637d1806f9eca478d06149a697f350985ae23030b98d196bf0
317merchant operator user amount false
318NoCredentialProviders: no valid providers in chain. Deprecated.
319 For verbose messaging see aws.Config.CredentialsChainVerboseErrors
320response { [] e6166a942e55ed637d1806f9eca478d06149a697f350985ae23030b98d196bf0 false 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC}
321EXITING : Sending to Server: STOP2022/05/01 15:31:11 main took 297.543243ms
322[ 4.033426] Unregister pv shared memory for cpu 4
323[ 4.033428] Unregister pv shared memory for cpu 3
324[ 4.033435] Unregister pv shared memory for cpu 5
325[ 4.033442] Unregister pv shared memory for cpu 8
326[ 4.033451] Unregister pv shared memory for cpu 9
327[ 4.033460] Unregister pv shared memory for cpu 0
328[ 4.033461] Unregister pv shared memory for cpu 1
329[ 4.033515] Unregister pv shared memory for cpu 10
330[ 4.033516] Unregister pv shared memory for cpu 11
331[ 4.033517] Unregister pv shared memory for cpu 7
332[ 4.033518] Unregister pv shared memory for cpu 6
333[ 4.041380] Unregister pv shared memory for cpu 2
334[ 4.042846] reboot: Restarting system
335[ 4.043396] reboot: machine restart
336[ E45 ] Enclave console read error. Such error appears when reading from a running enclave's console fails.
337
338For more details, please visit https://docs.aws.amazon.com/enclaves/latest/user/cli-errors.html#E45
339
340If you open a support ticket, please provide the error log found at "/var/log/nitro_enclaves/err2022-05-01T15:31:11.783803574+00:00.log"
341[ec2-user@ip-172-31-87-190 merkle_tree_optimization]$ client_loop: send disconnect: Broken pipe
342ashish@Ashishs-MacBook-Pro Downloads %
343