Build Information
Failed to build UITestingPlus with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/UITestingPlus.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ChimeHQ/UITestingPlus
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 241c995 Fix iOS build
Cloned https://github.com/ChimeHQ/UITestingPlus.git
Revision (git rev-parse @):
241c9953b119683cc9b6cbf07d9c3db923ba1053
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/UITestingPlus.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/ChimeHQ/UITestingPlus.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/8] Compiling UITestingPlus XCUIElement+Existence.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift:3:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
[2/8] Compiling UITestingPlus XCUIElement+Accessors.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:3:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:9:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:15:18: error: cannot find type 'XCUIElementQuery' in scope
public extension XCUIElementQuery {
^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:21:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:4:33: error: cannot find type 'XCUIElement' in scope
var outlineDisclosureTriangle: XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:10:25: error: cannot find type 'XCUIElement' in scope
var closeWindowButton: XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:16:27: error: cannot find type 'XCUIElement' in scope
subscript(index: Int) -> XCUIElement {
^~~~~~~~~~~
[3/8] Compiling UITestingPlus XCUIElement+TextEditing.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift:41:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
error: emit-module command failed due to signal 11 (use -v to see invocation)
[4/8] Compiling UITestingPlus XCUIApplication+Menus.swift
error: compile command failed due to signal 11 (use -v to see invocation)
[5/8] Compiling UITestingPlus XCUIApplication+Documents.swift
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:8:23: error: cannot find type 'XCUIElement' in scope
public init(element: XCUIElement) {
^~~~~~~~~~~
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Documents.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Menus.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -fno-omit-frame-pointer -module-name UITestingPlus -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -emit-module-doc-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftdoc -emit-module-source-info-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftsourceinfo -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/UITestingPlus.emit-module.d -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftmodule
1. Swift version 5.9.2 (swift-5.9.2-RELEASE)
2. Compiling with the current language version
3. While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift")
4. While type-checking 'HittableElementExpectation' (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:8)
5. While type-checking declaration 0x55adfc3b1a58 (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:10)
6. While evaluating request PatternBindingEntryRequest((unknown decl), 0, 0)
7. While type-checking expression at [/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41 - line:6:93] RangeText="NSPredicate(format: "exists == 1 && isHittable == 1""
8. While type-checking-target starting at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x5f8d863)[0x55adf810c863]
/usr/bin/swift-frontend(+0x5f8b81e)[0x55adf810a81e]
/usr/bin/swift-frontend(+0x5f8dbda)[0x55adf810cbda]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f408620b520]
/lib/x86_64-linux-gnu/libc.so.6(free+0x1e)[0x7f408626e3fe]
/usr/bin/swift-frontend(+0x1c6bdfc)[0x55adf3deadfc]
/usr/bin/swift-frontend(+0x1c6ca0d)[0x55adf3deba0d]
/usr/bin/swift-frontend(+0x1c6e20d)[0x55adf3ded20d]
/usr/bin/swift-frontend(+0x1c74b7d)[0x55adf3df3b7d]
/usr/bin/swift-frontend(+0x1c73877)[0x55adf3df2877]
/usr/bin/swift-frontend(+0x20d06ae)[0x55adf424f6ae]
/usr/bin/swift-frontend(+0x20cc4c0)[0x55adf424b4c0]
/usr/bin/swift-frontend(+0x20d0508)[0x55adf424f508]
/usr/bin/swift-frontend(+0x20cc499)[0x55adf424b499]
/usr/bin/swift-frontend(+0x20cbcc2)[0x55adf424acc2]
/usr/bin/swift-frontend(+0x1c6ee5e)[0x55adf3dede5e]
/usr/bin/swift-frontend(+0x1bfd277)[0x55adf3d7c277]
/usr/bin/swift-frontend(+0x1c9618b)[0x55adf3e1518b]
/usr/bin/swift-frontend(+0x1c95eb4)[0x55adf3e14eb4]
/usr/bin/swift-frontend(+0x1c974c8)[0x55adf3e164c8]
/usr/bin/swift-frontend(+0x1c976b2)[0x55adf3e166b2]
/usr/bin/swift-frontend(+0x1d8607a)[0x55adf3f0507a]
/usr/bin/swift-frontend(+0x1cb7aad)[0x55adf3e36aad]
/usr/bin/swift-frontend(+0x1ca8837)[0x55adf3e27837]
/usr/bin/swift-frontend(+0x1cd70f2)[0x55adf3e560f2]
/usr/bin/swift-frontend(+0x1cde16c)[0x55adf3e5d16c]
/usr/bin/swift-frontend(+0x1cd7485)[0x55adf3e56485]
/usr/bin/swift-frontend(+0x1cd6eac)[0x55adf3e55eac]
/usr/bin/swift-frontend(+0x1dba21a)[0x55adf3f3921a]
/usr/bin/swift-frontend(+0x1dbc1d4)[0x55adf3f3b1d4]
/usr/bin/swift-frontend(+0x1dbc052)[0x55adf3f3b052]
/usr/bin/swift-frontend(+0x1dba119)[0x55adf3f39119]
/usr/bin/swift-frontend(+0xe1970c)[0x55adf2f9870c]
/usr/bin/swift-frontend(+0xc18746)[0x55adf2d97746]
/usr/bin/swift-frontend(+0xc17abe)[0x55adf2d96abe]
/usr/bin/swift-frontend(+0xa67791)[0x55adf2be6791]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f40861f2d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f40861f2e40]
/usr/bin/swift-frontend(+0xa669a5)[0x55adf2be59a5]
*** Signal 11: Backtracing from 0x7f408626e3fe... done ***
*** Program crashed: Bad pointer dereference at 0x00000003fffffff9 ***
Thread 0 "swift-frontend" crashed:
0 0x00007f408626e3fe <unknown> in libc.so.6
Registers:
rax 0x00007ffd4a7f3cb0 b0 60 3e fc ad 55 00 00 02 00 00 00 00 00 00 00 °`>üU··········
rdx 0xfffffffffffffed8 18446744073709551320
rcx 0x00000000fc3e60af 4231946415
rbx 0x0000000000010001 65537
rsi 0x0000000400000001 17179869185
rdi 0x00000003fffffff1 17179869169
rbp 0x0000000000000000 0
rsp 0x00007ffd4a7f3af0 05 a3 e0 fb ad 55 00 00 50 f8 df fb ad 55 00 00 ·£àûU··PøßûU··
r8 0x00007ffd4a7f3cb8 02 00 00 00 00 00 00 00 3d cd de f3 ad 55 00 00 ········=ÍÞóU··
r9 0x0000000000000069 105
r10 0x00007f40845b0b11 69 6e 69 74 28 62 6c 6f 63 6b 3a 29 00 00 00 30 init(block:)···0
r11 0x75b08bdc4042ddf6 8480431876425833974
r12 0x00007ffd4a7f3cb8 02 00 00 00 00 00 00 00 3d cd de f3 ad 55 00 00 ········=ÍÞóU··
r13 0x0000000c00010001 51539673089
r14 0x0000000000000001 1
r15 0x00007ffd4a7f3ed0 68 a8 df fb ad 55 00 00 01 18 3b fc ad 55 00 00 h¨ßûU····;üU··
rip 0x00007f408626e3fe 48 8b 47 f8 64 8b 2b a8 02 75 57 48 8b 15 98 49 H·Gød·+¨·uWH···I
rflags 0x0000000000010206 PF
cs 0x0033 fs 0x0000 gs 0x0000
Images (33 omitted):
0x00007f40861c9000–0x00007f4086385341 c289da5071a3399de893d2af81d6a30c62646e1e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.00s
[0/1] Planning build
Building for debugging...
[1/7] Compiling UITestingPlus XCUIElement+TextEditing.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift:41:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
[2/7] Compiling UITestingPlus XCUIApplication+Windows.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:4:18: error: cannot find type 'XCUIApplication' in scope
public extension XCUIApplication {
^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift:47:19: error: cannot find type 'XCUIElement' in scope
var frontWindow: XCUIElement {
^~~~~~~~~~~
[3/7] Compiling UITestingPlus XCUIElement+Existence.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift:3:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
[4/7] Compiling UITestingPlus XCUIElement+Accessors.swift
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:3:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:9:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:15:18: error: cannot find type 'XCUIElementQuery' in scope
public extension XCUIElementQuery {
^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:21:18: error: cannot find type 'XCUIElement' in scope
public extension XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:4:33: error: cannot find type 'XCUIElement' in scope
var outlineDisclosureTriangle: XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:10:25: error: cannot find type 'XCUIElement' in scope
var closeWindowButton: XCUIElement {
^~~~~~~~~~~
/host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift:16:27: error: cannot find type 'XCUIElement' in scope
subscript(index: Int) -> XCUIElement {
^~~~~~~~~~~
error: emit-module command failed due to signal 11 (use -v to see invocation)
[5/7] Compiling UITestingPlus XCUIApplication+Documents.swift
error: compile command failed due to signal 11 (use -v to see invocation)
/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:8:23: error: cannot find type 'XCUIElement' in scope
public init(element: XCUIElement) {
^~~~~~~~~~~
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Documents.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Menus.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIApplication+Windows.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Accessors.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+Existence.swift /host/spi-builder-workspace/Sources/UITestingPlus/XCUIElement+TextEditing.swift -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -fno-omit-frame-pointer -module-name UITestingPlus -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -emit-module-doc-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftdoc -emit-module-source-info-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftsourceinfo -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.build/UITestingPlus.emit-module.d -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UITestingPlus.swiftmodule
1. Swift version 5.9.2 (swift-5.9.2-RELEASE)
2. Compiling with the current language version
3. While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift")
4. While type-checking 'HittableElementExpectation' (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:5:8)
5. While type-checking declaration 0x55a74b94fbf8 (at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:10)
6. While evaluating request PatternBindingEntryRequest((unknown decl), 0, 0)
7. While type-checking expression at [/host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41 - line:6:93] RangeText="NSPredicate(format: "exists == 1 && isHittable == 1""
8. While type-checking-target starting at /host/spi-builder-workspace/Sources/UITestingPlus/HittableElementExpectation.swift:6:41
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x5f8d863)[0x55a747665863]
/usr/bin/swift-frontend(+0x5f8b81e)[0x55a74766381e]
/usr/bin/swift-frontend(+0x5f8dbda)[0x55a747665bda]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7fbd953fa520]
/lib/x86_64-linux-gnu/libc.so.6(free+0x1e)[0x7fbd9545d3fe]
/usr/bin/swift-frontend(+0x1c6bdfc)[0x55a743343dfc]
/usr/bin/swift-frontend(+0x1c6ca0d)[0x55a743344a0d]
/usr/bin/swift-frontend(+0x1c6e20d)[0x55a74334620d]
/usr/bin/swift-frontend(+0x1c74b7d)[0x55a74334cb7d]
/usr/bin/swift-frontend(+0x1c73877)[0x55a74334b877]
/usr/bin/swift-frontend(+0x20d06ae)[0x55a7437a86ae]
/usr/bin/swift-frontend(+0x20cc4c0)[0x55a7437a44c0]
/usr/bin/swift-frontend(+0x20d0508)[0x55a7437a8508]
/usr/bin/swift-frontend(+0x20cc499)[0x55a7437a4499]
/usr/bin/swift-frontend(+0x20cbcc2)[0x55a7437a3cc2]
/usr/bin/swift-frontend(+0x1c6ee5e)[0x55a743346e5e]
/usr/bin/swift-frontend(+0x1bfd277)[0x55a7432d5277]
/usr/bin/swift-frontend(+0x1c9618b)[0x55a74336e18b]
/usr/bin/swift-frontend(+0x1c95eb4)[0x55a74336deb4]
/usr/bin/swift-frontend(+0x1c974c8)[0x55a74336f4c8]
/usr/bin/swift-frontend(+0x1c976b2)[0x55a74336f6b2]
/usr/bin/swift-frontend(+0x1d8607a)[0x55a74345e07a]
/usr/bin/swift-frontend(+0x1cb7aad)[0x55a74338faad]
/usr/bin/swift-frontend(+0x1ca8837)[0x55a743380837]
/usr/bin/swift-frontend(+0x1cd70f2)[0x55a7433af0f2]
/usr/bin/swift-frontend(+0x1cde16c)[0x55a7433b616c]
/usr/bin/swift-frontend(+0x1cd7485)[0x55a7433af485]
/usr/bin/swift-frontend(+0x1cd6eac)[0x55a7433aeeac]
/usr/bin/swift-frontend(+0x1dba21a)[0x55a74349221a]
/usr/bin/swift-frontend(+0x1dbc1d4)[0x55a7434941d4]
/usr/bin/swift-frontend(+0x1dbc052)[0x55a743494052]
/usr/bin/swift-frontend(+0x1dba119)[0x55a743492119]
/usr/bin/swift-frontend(+0xe1970c)[0x55a7424f170c]
/usr/bin/swift-frontend(+0xc18746)[0x55a7422f0746]
/usr/bin/swift-frontend(+0xc17abe)[0x55a7422efabe]
/usr/bin/swift-frontend(+0xa67791)[0x55a74213f791]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7fbd953e1d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7fbd953e1e40]
/usr/bin/swift-frontend(+0xa669a5)[0x55a74213e9a5]
*** Signal 11: Backtracing from 0x7fbd9545d3fe... done ***
*** Program crashed: Bad pointer dereference at 0x00000003fffffff9 ***
Thread 0 "swift-frontend" crashed:
0 0x00007fbd9545d3fe <unknown> in libc.so.6
Registers:
rax 0x00007ffe6e53ef20 00 42 98 4b a7 55 00 00 02 00 00 00 00 00 00 00 ·B·K§U··········
rdx 0xfffffffffffffed8 18446744073709551320
rcx 0x000000004b9841ff 1268269567
rbx 0x0000000000010001 65537
rsi 0x0000000400000001 17179869185
rdi 0x00000003fffffff1 17179869169
rbp 0x0000000000000000 0
rsp 0x00007ffe6e53ed60 05 23 3d 4b a7 55 00 00 50 78 3c 4b a7 55 00 00 ·#=K§U··Px<K§U··
r8 0x00007ffe6e53ef28 02 00 00 00 00 00 00 00 3d 5d 34 43 a7 55 00 00 ········=]4C§U··
r9 0x0000000000000069 105
r10 0x00007fbd93806b11 69 6e 69 74 28 62 6c 6f 63 6b 3a 29 00 00 00 30 init(block:)···0
r11 0xdc1ca38054aa9dbc 15860731759263653308
r12 0x00007ffe6e53ef28 02 00 00 00 00 00 00 00 3d 5d 34 43 a7 55 00 00 ········=]4C§U··
r13 0x0000000c00010001 51539673089
r14 0x0000000000000001 1
r15 0x00007ffe6e53f140 68 28 3c 4b a7 55 00 00 01 fa 94 4b a7 55 00 00 h(<K§U···ú·K§U··
rip 0x00007fbd9545d3fe 48 8b 47 f8 64 8b 2b a8 02 75 57 48 8b 15 98 49 H·Gød·+¨·uWH···I
rflags 0x0000000000010206 PF
cs 0x0033 fs 0x0000 gs 0x0000
Images (33 omitted):
0x00007fbd953b8000–0x00007fbd95574341 c289da5071a3399de893d2af81d6a30c62646e1e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
BUILD FAILURE 5.9 linux