Skip to content

Instantly share code, notes, and snippets.

@rezen

rezen/Dockerfile Secret

Created October 12, 2022 15:58
Show Gist options
  • Save rezen/eb54ea3e972b09bfae153f2534729dbf to your computer and use it in GitHub Desktop.
Save rezen/eb54ea3e972b09bfae153f2534729dbf to your computer and use it in GitHub Desktop.
Issues with aws-crt & alpine
FROM ruby:3.1.2-alpine3.16
ENV LAMBDA_TASK_ROOT=/var/task
ENV LAMBDA_RUNTIME_DIR=/var/runtime
ENV CRT=true
RUN apk --no-cache add build-base cmake libffi-dev git bash libstdc++ gcc g++ make gcompat musl
RUN gem install aws_lambda_ric aws-crt:0.1.5 aws-sigv4
RUN ruby -e "require 'aws-sigv4'"
#1 [internal] load build definition from Dockerfile
#1 sha256:2958211afc7987b34465fc10296f7576b8a0cb3aeec29f3563b4128a625b0ff5
#1 transferring dockerfile: 37B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:cc6a997136982b70c9f7dabd1cd00eb69ce55c54e568c38ca94409cfa09d2449
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/ruby:3.1.2-alpine3.16
#3 sha256:39b02f3ff1108c6f2f188eccda5deb88a77b61847b0512996e1dd574811c82e8
#3 DONE 0.0s
#4 [1/5] FROM docker.io/library/ruby:3.1.2-alpine3.16
#4 sha256:f0f18946659f5eae232c670e02ecbc60adde51a0ec33bdfe9de53f1c4a6cee62
#4 DONE 0.0s
#5 [2/5] RUN apk --no-cache add build-base cmake libffi-dev git bash libstdc++ gcc g++ make gcompat musl
#5 sha256:5778a9237c957119ef2ee25452544c1bbb4857d502395d224ad7b46e67e67200
#5 CACHED
#6 [3/5] RUN mkdir -p /var/task/inspec
#6 sha256:635a622d99d2979c967172ffe75c7b887fe3561a34ee9538781093287e54b561
#6 CACHED
#7 [4/5] RUN gem install aws_lambda_ric aws-crt:0.1.5 aws-sigv4
#7 sha256:b0ebdf1ee6b125d5c75347fddb220d1f5a01114312bc0083f7d45c86a9092ca2
#7 CACHED
#8 [5/5] RUN ruby -e "require 'aws-sigv4'"
#8 sha256:f0b149edbdae127aa39592860ca52a6b82b48d31653bc0de16c358db44a98819
#8 0.455 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:27: [BUG] Segmentation fault at 0x0000000000055b96
#8 0.455 ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-musl]
#8 0.455
#8 0.455 -- Control frame information -----------------------------------------------
#8 0.455 c:0018 p:---- s:0091 e:000090 CFUNC :init
#8 0.455 c:0017 p:0052 s:0087 e:000086 CLASS /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:27
#8 0.455 c:0016 p:0007 s:0084 e:000083 CLASS /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:23
#8 0.455 c:0015 p:0091 s:0081 e:000080 TOP /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:21 [FINISH]
#8 0.455 c:0014 p:---- s:0078 e:000077 CFUNC :require
#8 0.455 c:0013 p:0081 s:0073 e:000072 RESCUE <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:160
#8 0.455 c:0012 p:0449 s:0069 e:000068 METHOD <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:149
#8 0.455 c:0011 p:0005 s:0052 e:000051 CLASS /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:79
#8 0.455 c:0010 p:0007 s:0049 e:000048 CLASS /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:75
#8 0.455 c:0009 p:0007 s:0046 e:000045 CLASS /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:12
#8 0.455 c:0008 p:0049 s:0043 e:000042 TOP /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:11 [FINISH]
#8 0.455 c:0007 p:---- s:0040 e:000039 CFUNC :require_relative
#8 0.455 c:0006 p:0023 s:0035 e:000034 TOP /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4.rb:6 [FINISH]
#8 0.455 c:0005 p:---- s:0032 e:000031 CFUNC :require
#8 0.455 c:0004 p:0081 s:0027 e:000026 RESCUE <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:160
#8 0.455 c:0003 p:0449 s:0023 e:000022 METHOD <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:149
#8 0.455 c:0002 p:0005 s:0006 e:000005 EVAL -e:1 [FINISH]
#8 0.455 c:0001 p:0000 s:0003 E:001590 (none) [FINISH]
#8 0.455
#8 0.455 -- Ruby level backtrace information ----------------------------------------
#8 0.455 -e:1:in `<main>'
#8 0.455 <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:149:in `require'
#8 0.455 <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:160:in `rescue in require'
#8 0.455 <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:160:in `require'
#8 0.455 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4.rb:6:in `<top (required)>'
#8 0.455 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4.rb:6:in `require_relative'
#8 0.455 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:11:in `<top (required)>'
#8 0.455 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:12:in `<module:Aws>'
#8 0.455 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:75:in `<module:Sigv4>'
#8 0.455 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signer.rb:79:in `<class:Signer>'
#8 0.455 <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:149:in `require'
#8 0.455 <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:160:in `rescue in require'
#8 0.455 <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:160:in `require'
#8 0.455 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:21:in `<top (required)>'
#8 0.455 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:23:in `<module:Aws>'
#8 0.455 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:27:in `<module:Crt>'
#8 0.455 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt.rb:27:in `init'
#8 0.455
#8 0.455 -- Machine register context ------------------------------------------------
#8 0.455 RIP: 0x0000000000055b96 RBP: 0x00007ffd3f7afc90 RSP: 0x00007ffd3f7afc88
#8 0.455 RAX: 0x0000000000000001 RBX: 0x00007f079672c520 RCX: 0x00007f079672c5a8
#8 0.455 RDX: 0x00007ffd3f7afcb8 RDI: 0x00007ffd3f7afca8 RSI: 0x0000000000000001
#8 0.455 R8: 0x00007f079672c520 R9: 0x00007f079672c520 R10: 0x00007f079672c5ac
#8 0.455 R11: 0x0000000000000000 R12: 0x0000000000000000 R13: 0x00007ffd3f7afe50
#8 0.455 R14: 0x0000000000000010 R15: 0x00007f0796732c58 EFL: 0x0000000000010293
#8 0.455
#8 0.455 -- Other runtime information -----------------------------------------------
#8 0.455
#8 0.455 * Loaded script: -e
#8 0.455
#8 0.455 * Loaded features:
#8 0.455
#8 0.455 0 enumerator.so
#8 0.455 1 thread.rb
#8 0.455 2 fiber.so
#8 0.455 3 rational.so
#8 0.455 4 complex.so
#8 0.455 5 ruby2_keywords.rb
#8 0.455 6 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/encdb.so
#8 0.455 7 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/trans/transdb.so
#8 0.455 8 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/rbconfig.rb
#8 0.455 9 /usr/local/lib/ruby/3.1.0/rubygems/compatibility.rb
#8 0.455 10 /usr/local/lib/ruby/3.1.0/rubygems/defaults.rb
#8 0.455 11 /usr/local/lib/ruby/3.1.0/rubygems/deprecate.rb
#8 0.455 12 /usr/local/lib/ruby/3.1.0/rubygems/errors.rb
#8 0.455 13 /usr/local/lib/ruby/3.1.0/rubygems/unknown_command_spell_checker.rb
#8 0.455 14 /usr/local/lib/ruby/3.1.0/rubygems/exceptions.rb
#8 0.455 15 /usr/local/lib/ruby/3.1.0/rubygems/basic_specification.rb
#8 0.455 16 /usr/local/lib/ruby/3.1.0/rubygems/stub_specification.rb
#8 0.455 17 /usr/local/lib/ruby/3.1.0/rubygems/platform.rb
#8 0.455 18 /usr/local/lib/ruby/3.1.0/rubygems/version.rb
#8 0.455 19 /usr/local/lib/ruby/3.1.0/rubygems/requirement.rb
#8 0.455 20 /usr/local/lib/ruby/3.1.0/rubygems/util/list.rb
#8 0.455 21 /usr/local/lib/ruby/3.1.0/rubygems/specification.rb
#8 0.455 22 /usr/local/lib/ruby/3.1.0/rubygems/util.rb
#8 0.455 23 /usr/local/lib/ruby/3.1.0/rubygems/dependency.rb
#8 0.455 24 /usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_gem.rb
#8 0.455 25 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/monitor.so
#8 0.455 26 /usr/local/lib/ruby/3.1.0/monitor.rb
#8 0.455 27 /usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb
#8 0.455 28 /usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_warn.rb
#8 0.455 29 /usr/local/lib/ruby/3.1.0/rubygems.rb
#8 0.455 30 /usr/local/lib/ruby/3.1.0/rubygems/path_support.rb
#8 0.455 31 /usr/local/lib/ruby/3.1.0/error_highlight/version.rb
#8 0.455 32 /usr/local/lib/ruby/3.1.0/error_highlight/base.rb
#8 0.455 33 /usr/local/lib/ruby/3.1.0/error_highlight/formatter.rb
#8 0.455 34 /usr/local/lib/ruby/3.1.0/error_highlight/core_ext.rb
#8 0.455 35 /usr/local/lib/ruby/3.1.0/error_highlight.rb
#8 0.455 36 /usr/local/lib/ruby/3.1.0/did_you_mean/version.rb
#8 0.455 37 /usr/local/lib/ruby/3.1.0/did_you_mean/core_ext/name_error.rb
#8 0.455 38 /usr/local/lib/ruby/3.1.0/did_you_mean/levenshtein.rb
#8 0.455 39 /usr/local/lib/ruby/3.1.0/did_you_mean/jaro_winkler.rb
#8 0.455 40 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checker.rb
#8 0.455 41 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
#8 0.455 42 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
#8 0.455 43 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/name_error_checkers.rb
#8 0.455 44 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/method_name_checker.rb
#8 0.455 45 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/key_error_checker.rb
#8 0.455 46 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/null_checker.rb
#8 0.455 47 /usr/local/lib/ruby/3.1.0/did_you_mean/tree_spell_checker.rb
#8 0.455 48 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/require_path_checker.rb
#8 0.455 49 /usr/local/lib/ruby/3.1.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb
#8 0.455 50 /usr/local/lib/ruby/3.1.0/did_you_mean/formatter.rb
#8 0.455 51 /usr/local/lib/ruby/3.1.0/did_you_mean.rb
#8 0.455 52 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/credentials.rb
#8 0.455 53 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/errors.rb
#8 0.455 54 /usr/local/bundle/gems/aws-sigv4-1.5.2/lib/aws-sigv4/signature.rb
#8 0.455 55 /usr/local/lib/ruby/3.1.0/digest/version.rb
#8 0.455 56 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/digest.so
#8 0.455 57 /usr/local/lib/ruby/3.1.0/digest/loader.rb
#8 0.455 58 /usr/local/lib/ruby/3.1.0/digest.rb
#8 0.455 59 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/openssl.so
#8 0.455 60 /usr/local/lib/ruby/3.1.0/openssl/bn.rb
#8 0.455 61 /usr/local/lib/ruby/3.1.0/openssl/marshal.rb
#8 0.455 62 /usr/local/lib/ruby/3.1.0/openssl/pkey.rb
#8 0.455 63 /usr/local/lib/ruby/3.1.0/openssl/cipher.rb
#8 0.455 64 /usr/local/lib/ruby/3.1.0/openssl/digest.rb
#8 0.455 65 /usr/local/lib/ruby/3.1.0/openssl/hmac.rb
#8 0.455 66 /usr/local/lib/ruby/3.1.0/openssl/x509.rb
#8 0.455 67 /usr/local/lib/ruby/3.1.0/openssl/buffering.rb
#8 0.455 68 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/nonblock.so
#8 0.455 69 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.455 70 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/wait.so
#8 0.455 71 /usr/local/lib/ruby/3.1.0/socket.rb
#8 0.455 72 /usr/local/lib/ruby/3.1.0/ipaddr.rb
#8 0.455 73 /usr/local/lib/ruby/3.1.0/openssl/ssl.rb
#8 0.455 74 /usr/local/lib/ruby/3.1.0/openssl/pkcs5.rb
#8 0.455 75 /usr/local/lib/ruby/3.1.0/openssl/version.rb
#8 0.455 76 /usr/local/lib/ruby/3.1.0/openssl.rb
#8 0.455 77 /usr/local/lib/ruby/3.1.0/delegate.rb
#8 0.455 78 /usr/local/lib/ruby/3.1.0/fileutils.rb
#8 0.455 79 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/etc.so
#8 0.455 80 /usr/local/lib/ruby/3.1.0/tmpdir.rb
#8 0.455 81 /usr/local/lib/ruby/3.1.0/tempfile.rb
#8 0.455 82 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.455 83 /usr/local/lib/ruby/3.1.0/date.rb
#8 0.455 84 /usr/local/lib/ruby/3.1.0/time.rb
#8 0.455 85 /usr/local/lib/ruby/3.1.0/uri/version.rb
#8 0.455 86 /usr/local/lib/ruby/3.1.0/uri/rfc2396_parser.rb
#8 0.455 87 /usr/local/lib/ruby/3.1.0/uri/rfc3986_parser.rb
#8 0.455 88 /usr/local/lib/ruby/3.1.0/uri/common.rb
#8 0.455 89 /usr/local/lib/ruby/3.1.0/uri/generic.rb
#8 0.455 90 /usr/local/lib/ruby/3.1.0/uri/file.rb
#8 0.455 91 /usr/local/lib/ruby/3.1.0/uri/ftp.rb
#8 0.455 92 /usr/local/lib/ruby/3.1.0/uri/http.rb
#8 0.455 93 /usr/local/lib/ruby/3.1.0/uri/https.rb
#8 0.455 94 /usr/local/lib/ruby/3.1.0/uri/ldap.rb
#8 0.455 95 /usr/local/lib/ruby/3.1.0/uri/ldaps.rb
#8 0.455 96 /usr/local/lib/ruby/3.1.0/uri/mailto.rb
#8 0.455 97 /usr/local/lib/ruby/3.1.0/uri/ws.rb
#8 0.455 98 /usr/local/lib/ruby/3.1.0/uri.rb
#8 0.455 99 /usr/local/lib/ruby/3.1.0/set.rb
#8 0.455 100 /usr/local/lib/ruby/3.1.0/cgi/core.rb
#8 0.455 101 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/cgi/escape.so
#8 0.455 102 /usr/local/lib/ruby/3.1.0/cgi/util.rb
#8 0.455 103 /usr/local/lib/ruby/3.1.0/cgi/cookie.rb
#8 0.455 104 /usr/local/lib/ruby/3.1.0/cgi.rb
#8 0.455 105 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/stringio.so
#8 0.455 106 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.455 107 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream/decoder.rb
#8 0.455 108 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream/encoder.rb
#8 0.455 109 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream/message.rb
#8 0.455 110 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream/header_value.rb
#8 0.455 111 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream/types.rb
#8 0.455 112 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream/errors.rb
#8 0.455 113 /usr/local/bundle/gems/aws-eventstream-1.2.0/lib/aws-eventstream.rb
#8 0.455 114 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/platforms.rb
#8 0.455 115 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.455 116 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/platform.rb
#8 0.455 117 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/data_converter.rb
#8 0.455 118 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/types.rb
#8 0.455 119 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/library.rb
#8 0.455 120 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/errno.rb
#8 0.455 121 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/abstract_memory.rb
#8 0.455 122 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/pointer.rb
#8 0.456 123 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/memorypointer.rb
#8 0.456 124 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/struct_layout.rb
#8 0.456 125 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/struct_layout_builder.rb
#8 0.456 126 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/struct_by_reference.rb
#8 0.456 127 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/struct.rb
#8 0.456 128 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/union.rb
#8 0.456 129 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/managedstruct.rb
#8 0.456 130 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/callback.rb
#8 0.456 131 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/io.rb
#8 0.456 132 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/autopointer.rb
#8 0.456 133 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/variadic.rb
#8 0.456 134 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/enum.rb
#8 0.456 135 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/version.rb
#8 0.456 136 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi/ffi.rb
#8 0.456 137 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi.rb
#8 0.456 138 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/native.rb
#8 0.456 139 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/errors.rb
#8 0.456 140 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/managed_native.rb
#8 0.456 141 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/string_blob.rb
#8 0.456 142 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/io/event_loop_group.rb
#8 0.456 143 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/http/headers.rb
#8 0.456 144 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/http/message.rb
#8 0.456 145 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/auth/credentials.rb
#8 0.456 146 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/auth/static_credentials_provider.rb
#8 0.456 147 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/auth/signing_config.rb
#8 0.456 148 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/auth/signable.rb
#8 0.456 149 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/auth/signer.rb
#8 0.456 150 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/lib/aws-crt/checksums/crc.rb
#8 0.456
#8 0.456 * Process memory map:
#8 0.456
#8 0.456 5649f1cae000-5649f1caf000 r--p 00000000 fe:01 3461810 /usr/local/bin/ruby
#8 0.456 5649f1caf000-5649f1cb0000 r-xp 00001000 fe:01 3461810 /usr/local/bin/ruby
#8 0.456 5649f1cb0000-5649f1cb1000 r--p 00002000 fe:01 3461810 /usr/local/bin/ruby
#8 0.456 5649f1cb1000-5649f1cb2000 r--p 00002000 fe:01 3461810 /usr/local/bin/ruby
#8 0.456 5649f1cb2000-5649f1cb3000 rw-p 00003000 fe:01 3461810 /usr/local/bin/ruby
#8 0.456 5649f2540000-5649f2541000 ---p 00000000 00:00 0 [heap]
#8 0.456 5649f2541000-5649f255d000 rw-p 00000000 00:00 0 [heap]
#8 0.456 7f0796722000-7f0796729000 rw-p 00000000 00:00 0
#8 0.456 7f079672a000-7f0796930000 rw-p 00000000 00:00 0
#8 0.456 7f0796930000-7f0796931000 r--p 00000000 fe:01 1774125 /lib/ld-linux-x86-64.so.2
#8 0.456 7f0796931000-7f0796933000 r-xp 00001000 fe:01 1774125 /lib/ld-linux-x86-64.so.2
#8 0.456 7f0796933000-7f0796934000 r--p 00003000 fe:01 1774125 /lib/ld-linux-x86-64.so.2
#8 0.456 7f0796934000-7f0796935000 r--p 00003000 fe:01 1774125 /lib/ld-linux-x86-64.so.2
#8 0.456 7f0796935000-7f0796936000 rw-p 00004000 fe:01 1774125 /lib/ld-linux-x86-64.so.2
#8 0.456 7f0796936000-7f0796f02000 r-xp 00000000 fe:01 1774826 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/bin/x86_64/libaws-crt-ffi.so
#8 0.456 7f0796f02000-7f0796f15000 r--p 003cc000 fe:01 1774826 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/bin/x86_64/libaws-crt-ffi.so
#8 0.456 7f0796f15000-7f0796f21000 rw-p 003df000 fe:01 1774826 /usr/local/bundle/gems/aws-crt-0.1.5-x86_64-linux/bin/x86_64/libaws-crt-ffi.so
#8 0.456 7f0796f21000-7f0796f73000 rw-p 00000000 00:00 0
#8 0.456 7f0796f73000-7f0796f74000 r-xp 00000000 00:00 0
#8 0.456 7f0796f74000-7f0796f97000 rw-p 00000000 00:00 0
#8 0.456 7f0796f97000-7f0796f99000 r--p 00000000 fe:01 3461563 /usr/lib/libffi.so.8.1.0
#8 0.456 7f0796f99000-7f0796fa0000 r-xp 00002000 fe:01 3461563 /usr/lib/libffi.so.8.1.0
#8 0.456 7f0796fa0000-7f0796fa2000 r--p 00009000 fe:01 3461563 /usr/lib/libffi.so.8.1.0
#8 0.456 7f0796fa2000-7f0796fa3000 r--p 0000a000 fe:01 3461563 /usr/lib/libffi.so.8.1.0
#8 0.456 7f0796fa3000-7f0796fa4000 rw-p 0000b000 fe:01 3461563 /usr/lib/libffi.so.8.1.0
#8 0.456 7f0796fa4000-7f0796fa9000 r--p 00000000 fe:01 1774818 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.456 7f0796fa9000-7f0796fc5000 r-xp 00005000 fe:01 1774818 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.456 7f0796fc5000-7f0796fce000 r--p 00021000 fe:01 1774818 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.457 7f0796fce000-7f0796fcf000 r--p 0002a000 fe:01 1774818 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.457 7f0796fcf000-7f0796fd0000 r--p 0002a000 fe:01 1774818 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.457 7f0796fd0000-7f0796fd1000 rw-p 0002b000 fe:01 1774818 /usr/local/bundle/gems/ffi-1.15.5/lib/ffi_c.so
#8 0.457 7f0796fd1000-7f0797008000 rw-p 00000000 00:00 0
#8 0.457 7f0797008000-7f079700b000 r--p 00000000 fe:01 3463098 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.457 7f079700b000-7f0797017000 r-xp 00003000 fe:01 3463098 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.457 7f0797017000-7f079701a000 r--p 0000f000 fe:01 3463098 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.457 7f079701a000-7f079701b000 r--p 00012000 fe:01 3463098 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.457 7f079701b000-7f079701c000 r--p 00012000 fe:01 3463098 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.457 7f079701c000-7f079701d000 rw-p 00013000 fe:01 3463098 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/zlib.so
#8 0.457 7f079701d000-7f0797032000 rw-p 00000000 00:00 0
#8 0.457 7f0797032000-7f0797038000 rw-p 00000000 00:00 0
#8 0.457 7f0797038000-7f079703a000 r--p 00000000 fe:01 3463095 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/stringio.so
#8 0.457 7f079703a000-7f079703f000 r-xp 00002000 fe:01 3463095 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/stringio.so
#8 0.457 7f079703f000-7f0797041000 r--p 00007000 fe:01 3463095 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/stringio.so
#8 0.457 7f0797041000-7f0797042000 r--p 00008000 fe:01 3463095 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/stringio.so
#8 0.457 7f0797042000-7f0797043000 rw-p 00009000 fe:01 3463095 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/stringio.so
#8 0.457 7f0797043000-7f0797047000 rw-p 00000000 00:00 0
#8 0.457 7f0797047000-7f0797048000 r--p 00000000 fe:01 3463003 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/cgi/escape.so
#8 0.457 7f0797048000-7f079704a000 r-xp 00001000 fe:01 3463003 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/cgi/escape.so
#8 0.457 7f079704a000-7f079704b000 r--p 00003000 fe:01 3463003 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/cgi/escape.so
#8 0.457 7f079704b000-7f079704c000 r--p 00003000 fe:01 3463003 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/cgi/escape.so
#8 0.457 7f079704c000-7f079704d000 rw-p 00004000 fe:01 3463003 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/cgi/escape.so
#8 0.457 7f079704d000-7f079715c000 rw-p 00000000 00:00 0
#8 0.457 7f079715c000-7f079716a000 rw-p 00000000 00:00 0
#8 0.457 7f079716a000-7f079716d000 r--p 00000000 fe:01 3463006 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.457 7f079716d000-7f079719b000 r-xp 00003000 fe:01 3463006 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.457 7f079719b000-7f07971a3000 r--p 00031000 fe:01 3463006 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.457 7f07971a3000-7f07971a4000 r--p 00039000 fe:01 3463006 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.457 7f07971a4000-7f07971a5000 r--p 00039000 fe:01 3463006 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.457 7f07971a5000-7f07971a6000 rw-p 0003a000 fe:01 3463006 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/date_core.so
#8 0.457 7f07971a6000-7f07971f0000 rw-p 00000000 00:00 0
#8 0.457 7f07971f0000-7f0797211000 rw-p 00000000 00:00 0
#8 0.457 7f0797211000-7f0797217000 rw-p 00000000 00:00 0
#8 0.457 7f0797217000-7f0797219000 r--p 00000000 fe:01 3463074 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/etc.so
#8 0.457 7f0797219000-7f079721c000 r-xp 00002000 fe:01 3463074 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/etc.so
#8 0.457 7f079721c000-7f079721e000 r--p 00005000 fe:01 3463074 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/etc.so
#8 0.457 7f079721e000-7f079721f000 r--p 00006000 fe:01 3463074 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/etc.so
#8 0.457 7f079721f000-7f0797220000 rw-p 00007000 fe:01 3463074 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/etc.so
#8 0.457 7f0797220000-7f079734c000 rw-p 00000000 00:00 0
#8 0.457 7f079734c000-7f0797352000 r--p 00000000 fe:01 3463094 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.457 7f0797352000-7f0797375000 r-xp 00006000 fe:01 3463094 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.458 7f0797375000-7f079737d000 r--p 00029000 fe:01 3463094 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.458 7f079737d000-7f079737e000 r--p 00031000 fe:01 3463094 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.458 7f079737e000-7f079737f000 r--p 00031000 fe:01 3463094 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.458 7f079737f000-7f0797380000 rw-p 00032000 fe:01 3463094 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/socket.so
#8 0.458 7f0797380000-7f07973b3000 rw-p 00000000 00:00 0
#8 0.458 7f07973b3000-7f07973b7000 rw-p 00000000 00:00 0
#8 0.458 7f07973b7000-7f07973b8000 r--p 00000000 fe:01 3463079 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/wait.so
#8 0.458 7f07973b8000-7f07973b9000 r-xp 00001000 fe:01 3463079 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/wait.so
#8 0.458 7f07973b9000-7f07973ba000 r--p 00002000 fe:01 3463079 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/wait.so
#8 0.458 7f07973ba000-7f07973bb000 r--p 00002000 fe:01 3463079 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/wait.so
#8 0.458 7f07973bb000-7f07973bc000 rw-p 00003000 fe:01 3463079 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/wait.so
#8 0.458 7f07973bc000-7f0797443000 rw-p 00000000 00:00 0
#8 0.458 7f0797443000-7f0797447000 rw-p 00000000 00:00 0
#8 0.458 7f0797447000-7f0797448000 r--p 00000000 fe:01 3463078 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/nonblock.so
#8 0.458 7f0797448000-7f0797449000 r-xp 00001000 fe:01 3463078 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/nonblock.so
#8 0.458 7f0797449000-7f079744a000 r--p 00002000 fe:01 3463078 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/nonblock.so
#8 0.458 7f079744a000-7f079744b000 r--p 00002000 fe:01 3463078 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/nonblock.so
#8 0.458 7f079744b000-7f079744c000 rw-p 00003000 fe:01 3463078 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/io/nonblock.so
#8 0.458 7f079744c000-7f07974f8000 rw-p 00000000 00:00 0
#8 0.458 7f07974f8000-7f07974fa000 r--p 00000000 fe:01 3463012 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/digest.so
#8 0.458 7f07974fa000-7f07974fc000 r-xp 00002000 fe:01 3463012 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/digest.so
#8 0.458 7f07974fc000-7f07974fd000 r--p 00004000 fe:01 3463012 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/digest.so
#8 0.458 7f07974fd000-7f07974fe000 r--p 00004000 fe:01 3463012 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/digest.so
#8 0.458 7f07974fe000-7f07974ff000 rw-p 00005000 fe:01 3463012 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/digest.so
#8 0.458 7f07974ff000-7f0797574000 r--p 00000000 fe:01 2104892 /lib/libcrypto.so.1.1
#8 0.458 7f0797574000-7f07976cb000 r-xp 00075000 fe:01 2104892 /lib/libcrypto.so.1.1
#8 0.458 7f07976cb000-7f0797750000 r--p 001cc000 fe:01 2104892 /lib/libcrypto.so.1.1
#8 0.458 7f0797750000-7f079777b000 r--p 00250000 fe:01 2104892 /lib/libcrypto.so.1.1
#8 0.458 7f079777b000-7f079777d000 rw-p 0027b000 fe:01 2104892 /lib/libcrypto.so.1.1
#8 0.458 7f079777d000-7f0797781000 rw-p 00000000 00:00 0
#8 0.458 7f0797781000-7f079779d000 r--p 00000000 fe:01 2104893 /lib/libssl.so.1.1
#8 0.458 7f079779d000-7f07977dd000 r-xp 0001c000 fe:01 2104893 /lib/libssl.so.1.1
#8 0.458 7f07977dd000-7f07977f5000 r--p 0005c000 fe:01 2104893 /lib/libssl.so.1.1
#8 0.458 7f07977f5000-7f07977fe000 r--p 00073000 fe:01 2104893 /lib/libssl.so.1.1
#8 0.458 7f07977fe000-7f0797802000 rw-p 0007c000 fe:01 2104893 /lib/libssl.so.1.1
#8 0.458 7f0797802000-7f0797817000 r--p 00000000 fe:01 3463085 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/openssl.so
#8 0.458 7f0797817000-7f079784e000 r-xp 00015000 fe:01 3463085 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/openssl.so
#8 0.458 7f079784e000-7f0797860000 r--p 0004c000 fe:01 3463085 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/openssl.so
#8 0.458 7f0797860000-7f0797864000 r--p 0005d000 fe:01 3463085 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/openssl.so
#8 0.458 7f0797864000-7f0797865000 rw-p 00061000 fe:01 3463085 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/openssl.so
#8 0.458 7f0797865000-7f07978db000 rw-p 00000000 00:00 0
#8 0.458 7f07978db000-7f07978dd000 rw-p 00000000 00:00 0
#8 0.458 7f07978dd000-7f07978de000 r--p 00000000 fe:01 3463082 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/monitor.so
#8 0.458 7f07978de000-7f07978df000 r-xp 00001000 fe:01 3463082 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/monitor.so
#8 0.458 7f07978df000-7f07978e0000 r--p 00002000 fe:01 3463082 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/monitor.so
#8 0.458 7f07978e0000-7f07978e1000 r--p 00002000 fe:01 3463082 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/monitor.so
#8 0.458 7f07978e1000-7f07978e2000 rw-p 00003000 fe:01 3463082 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/monitor.so
#8 0.458 7f07978e2000-7f0797b44000 rw-p 00000000 00:00 0
#8 0.458 7f0797b44000-7f0797b45000 r--p 00000000 fe:01 3463060 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/trans/transdb.so
#8 0.458 7f0797b45000-7f0797b47000 r-xp 00001000 fe:01 3463060 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/trans/transdb.so
#8 0.458 7f0797b47000-7f0797b48000 r--p 00003000 fe:01 3463060 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/trans/transdb.so
#8 0.458 7f0797b48000-7f0797b49000 r--p 00003000 fe:01 3463060 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/trans/transdb.so
#8 0.458 7f0797b49000-7f0797b4a000 rw-p 00004000 fe:01 3463060 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/trans/transdb.so
#8 0.458 7f0797b4a000-7f0797b51000 rw-p 00000000 00:00 0
#8 0.458 7f0797b51000-7f0797b54000 rw-p 00000000 00:00 0
#8 0.458 7f0797b54000-7f0797b55000 r--p 00000000 fe:01 3463017 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/encdb.so
#8 0.458 7f0797b55000-7f0797b56000 r-xp 00001000 fe:01 3463017 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/encdb.so
#8 0.458 7f0797b56000-7f0797b57000 r--p 00002000 fe:01 3463017 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/encdb.so
#8 0.458 7f0797b57000-7f0797b58000 r--p 00002000 fe:01 3463017 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/encdb.so
#8 0.458 7f0797b58000-7f0797b59000 rw-p 00003000 fe:01 3463017 /usr/local/lib/ruby/3.1.0/x86_64-linux-musl/enc/encdb.so
#8 0.458 7f0797b59000-7f0797b5a000 ---p 00000000 00:00 0
#8 0.458 7f0797b5a000-7f0797bfb000 rw-p 00000000 00:00 0
#8 0.458 7f0797bfb000-7f0797bfc000 ---p 00000000 00:00 0
#8 0.458 7f0797bfc000-7f0797c9d000 rw-p 00000000 00:00 0
#8 0.458 7f0797c9d000-7f0797c9e000 ---p 00000000 00:00 0
#8 0.458 7f0797c9e000-7f0797d3f000 rw-p 00000000 00:00 0
#8 0.458 7f0797d3f000-7f0797d40000 ---p 00000000 00:00 0
#8 0.458 7f0797d40000-7f0797de1000 rw-p 00000000 00:00 0
#8 0.458 7f0797de1000-7f0797de2000 ---p 00000000 00:00 0
#8 0.458 7f0797de2000-7f0797e83000 rw-p 00000000 00:00 0
#8 0.458 7f0797e83000-7f0797e84000 ---p 00000000 00:00 0
#8 0.458 7f0797e84000-7f0797f25000 rw-p 00000000 00:00 0
#8 0.458 7f0797f25000-7f0797f26000 ---p 00000000 00:00 0
#8 0.458 7f0797f26000-7f0797fc7000 rw-p 00000000 00:00 0
#8 0.458 7f0797fc7000-7f0797fc8000 ---p 00000000 00:00 0
#8 0.458 7f0797fc8000-7f0798069000 rw-p 00000000 00:00 0
#8 0.458 7f0798069000-7f079806a000 ---p 00000000 00:00 0
#8 0.458 7f079806a000-7f079810b000 rw-p 00000000 00:00 0
#8 0.458 7f079810b000-7f079810c000 ---p 00000000 00:00 0
#8 0.458 7f079810c000-7f07981ad000 rw-p 00000000 00:00 0
#8 0.458 7f07981ad000-7f07981ae000 ---p 00000000 00:00 0
#8 0.458 7f07981ae000-7f079824f000 rw-p 00000000 00:00 0
#8 0.458 7f079824f000-7f0798250000 ---p 00000000 00:00 0
#8 0.458 7f0798250000-7f07982f1000 rw-p 00000000 00:00 0
#8 0.458 7f07982f1000-7f07982f2000 ---p 00000000 00:00 0
#8 0.458 7f07982f2000-7f0798393000 rw-p 00000000 00:00 0
#8 0.458 7f0798393000-7f0798394000 ---p 00000000 00:00 0
#8 0.458 7f0798394000-7f0798435000 rw-p 00000000 00:00 0
#8 0.458 7f0798435000-7f0798436000 ---p 00000000 00:00 0
#8 0.458 7f0798436000-7f07984d7000 rw-p 00000000 00:00 0
#8 0.458 7f07984d7000-7f07984d8000 ---p 00000000 00:00 0
#8 0.458 7f07984d8000-7f0798579000 rw-p 00000000 00:00 0
#8 0.458 7f0798579000-7f079857a000 ---p 00000000 00:00 0
#8 0.458 7f079857a000-7f079861b000 rw-p 00000000 00:00 0
#8 0.458 7f079861b000-7f079861c000 ---p 00000000 00:00 0
#8 0.458 7f079861c000-7f07986bd000 rw-p 00000000 00:00 0
#8 0.458 7f07986bd000-7f07986be000 ---p 00000000 00:00 0
#8 0.458 7f07986be000-7f079875f000 rw-p 00000000 00:00 0
#8 0.458 7f079875f000-7f0798760000 ---p 00000000 00:00 0
#8 0.458 7f0798760000-7f0798801000 rw-p 00000000 00:00 0
#8 0.458 7f0798801000-7f0798802000 ---p 00000000 00:00 0
#8 0.458 7f0798802000-7f07988a3000 rw-p 00000000 00:00 0
#8 0.458 7f07988a3000-7f07988a4000 ---p 00000000 00:00 0
#8 0.458 7f07988a4000-7f0798945000 rw-p 00000000 00:00 0
#8 0.458 7f0798945000-7f0798946000 ---p 00000000 00:00 0
#8 0.458 7f0798946000-7f07989e7000 rw-p 00000000 00:00 0
#8 0.458 7f07989e7000-7f07989e8000 ---p 00000000 00:00 0
#8 0.458 7f07989e8000-7f0798a89000 rw-p 00000000 00:00 0
#8 0.458 7f0798a89000-7f0798a8a000 ---p 00000000 00:00 0
#8 0.458 7f0798a8a000-7f0798b2b000 rw-p 00000000 00:00 0
#8 0.458 7f0798b2b000-7f0798b2c000 ---p 00000000 00:00 0
#8 0.458 7f0798b2c000-7f0798bcd000 rw-p 00000000 00:00 0
#8 0.458 7f0798bcd000-7f0798bce000 ---p 00000000 00:00 0
#8 0.458 7f0798bce000-7f0798c6f000 rw-p 00000000 00:00 0
#8 0.458 7f0798c6f000-7f0798c70000 ---p 00000000 00:00 0
#8 0.458 7f0798c70000-7f0798d11000 rw-p 00000000 00:00 0
#8 0.458 7f0798d11000-7f0798d12000 ---p 00000000 00:00 0
#8 0.458 7f0798d12000-7f0798db3000 rw-p 00000000 00:00 0
#8 0.458 7f0798db3000-7f0798db4000 ---p 00000000 00:00 0
#8 0.458 7f0798db4000-7f0798e55000 rw-p 00000000 00:00 0
#8 0.458 7f0798e55000-7f0798e56000 ---p 00000000 00:00 0
#8 0.458 7f0798e56000-7f0798ef7000 rw-p 00000000 00:00 0
#8 0.458 7f0798ef7000-7f0798ef8000 ---p 00000000 00:00 0
#8 0.458 7f0798ef8000-7f079b247000 rw-p 00000000 00:00 0
#8 0.458 7f079b247000-7f079b252000 r--p 00000000 fe:01 3461570 /usr/lib/libgmp.so.10.4.1
#8 0.458 7f079b252000-7f079b294000 r-xp 0000b000 fe:01 3461570 /usr/lib/libgmp.so.10.4.1
#8 0.458 7f079b294000-7f079b2aa000 r--p 0004d000 fe:01 3461570 /usr/lib/libgmp.so.10.4.1
#8 0.458 7f079b2aa000-7f079b2ac000 r--p 00062000 fe:01 3461570 /usr/lib/libgmp.so.10.4.1
#8 0.458 7f079b2ac000-7f079b2ad000 rw-p 00064000 fe:01 3461570 /usr/lib/libgmp.so.10.4.1
#8 0.458 7f079b2ad000-7f079b2b0000 r--p 00000000 fe:01 2104895 /lib/libz.so.1.2.12
#8 0.458 7f079b2b0000-7f079b2be000 r-xp 00003000 fe:01 2104895 /lib/libz.so.1.2.12
#8 0.458 7f079b2be000-7f079b2c5000 r--p 00011000 fe:01 2104895 /lib/libz.so.1.2.12
#8 0.458 7f079b2c5000-7f079b2c6000 r--p 00017000 fe:01 2104895 /lib/libz.so.1.2.12
#8 0.458 7f079b2c6000-7f079b2c7000 rw-p 00018000 fe:01 2104895 /lib/libz.so.1.2.12
#8 0.458 7f079b2c7000-7f079b2f8000 r--p 00000000 fe:01 3462006 /usr/local/lib/libruby.so.3.1.2
#8 0.458 7f079b2f8000-7f079b5c5000 r-xp 00031000 fe:01 3462006 /usr/local/lib/libruby.so.3.1.2
#8 0.458 7f079b5c5000-7f079b6e1000 r--p 002fe000 fe:01 3462006 /usr/local/lib/libruby.so.3.1.2
#8 0.458 7f079b6e1000-7f079b6e2000 r--p 0041a000 fe:01 3462006 /usr/local/lib/libruby.so.3.1.2
#8 0.458 7f079b6e2000-7f079b6ec000 r--p 0041a000 fe:01 3462006 /usr/local/lib/libruby.so.3.1.2
#8 0.458 7f079b6ec000-7f079b6ed000 rw-p 00424000 fe:01 3462006 /usr/local/lib/libruby.so.3.1.2
#8 0.458 7f079b6ed000-7f079b6fd000 rw-p 00000000 00:00 0
#8 0.458 7f079b6fd000-7f079b712000 r--p 00000000 fe:01 2104889 /lib/ld-musl-x86_64.so.1
#8 0.458 7f079b712000-7f079b75a000 r-xp 00015000 fe:01 2104889 /lib/ld-musl-x86_64.so.1
#8 0.458 7f079b75a000-7f079b790000 r--p 0005d000 fe:01 2104889 /lib/ld-musl-x86_64.so.1
#8 0.458 7f079b790000-7f079b791000 r--p 00092000 fe:01 2104889 /lib/ld-musl-x86_64.so.1
#8 0.458 7f079b791000-7f079b792000 rw-p 00093000 fe:01 2104889 /lib/ld-musl-x86_64.so.1
#8 0.458 7f079b792000-7f079b795000 rw-p 00000000 00:00 0
#8 0.458 7ffd3efb4000-7ffd3f7b3000 rw-p 00000000 00:00 0 [stack]
#8 0.458 7ffd3f7fa000-7ffd3f7fe000 r--p 00000000 00:00 0 [vvar]
#8 0.458 7ffd3f7fe000-7ffd3f800000 r-xp 00000000 00:00 0 [vdso]
#8 0.458 ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
#8 0.458
#8 0.458
#8 ERROR: executor failed running [/bin/sh -c ruby -e "require 'aws-sigv4'"]: exit code: 139
------
> [5/5] RUN ruby -e "require 'aws-sigv4'":
------
executor failed running [/bin/sh -c ruby -e "require 'aws-sigv4'"]: exit code: 139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment