policy_decision_point 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +114 -1
- data/img/data-flow.png +0 -0
- data/img/logo-build.png +0 -0
- data/lib/policy_decision_point/version.rb +1 -1
- data/policy_decision_point.gemspec +2 -1
- metadata +7 -97
- data/example/Gemfile +0 -65
- data/example/Gemfile.lock +0 -273
- data/example/README.md +0 -1
- data/example/Rakefile +0 -6
- data/example/app/assets/config/manifest.js +0 -2
- data/example/app/assets/images/.keep +0 -0
- data/example/app/assets/stylesheets/application.css +0 -15
- data/example/app/channels/application_cable/channel.rb +0 -4
- data/example/app/channels/application_cable/connection.rb +0 -4
- data/example/app/controllers/application_controller.rb +0 -2
- data/example/app/controllers/concerns/.keep +0 -0
- data/example/app/controllers/rpc/hello_world/service.proto +0 -15
- data/example/app/controllers/rpc/hello_world/service_pb.rb +0 -22
- data/example/app/controllers/rpc/hello_world/service_twirp.rb +0 -17
- data/example/app/controllers/rpc/hello_world_server.rb +0 -15
- data/example/app/helpers/application_helper.rb +0 -2
- data/example/app/javascript/channels/consumer.js +0 -6
- data/example/app/javascript/channels/index.js +0 -5
- data/example/app/javascript/packs/application.js +0 -13
- data/example/app/jobs/application_job.rb +0 -7
- data/example/app/mailers/application_mailer.rb +0 -4
- data/example/app/models/application_record.rb +0 -3
- data/example/app/models/concerns/.keep +0 -0
- data/example/app/views/layouts/application.html.erb +0 -16
- data/example/app/views/layouts/mailer.html.erb +0 -13
- data/example/app/views/layouts/mailer.text.erb +0 -1
- data/example/babel.config.js +0 -70
- data/example/bin/bundle +0 -114
- data/example/bin/rails +0 -27
- data/example/bin/rake +0 -5
- data/example/bin/setup +0 -36
- data/example/bin/spring +0 -14
- data/example/bin/webpack +0 -18
- data/example/bin/webpack-dev-server +0 -18
- data/example/bin/yarn +0 -17
- data/example/config.ru +0 -6
- data/example/config/application.rb +0 -25
- data/example/config/boot.rb +0 -4
- data/example/config/cable.yml +0 -10
- data/example/config/credentials.yml.enc +0 -1
- data/example/config/database.yml +0 -25
- data/example/config/environment.rb +0 -5
- data/example/config/environments/development.rb +0 -79
- data/example/config/environments/production.rb +0 -120
- data/example/config/environments/test.rb +0 -60
- data/example/config/initializers/application_controller_renderer.rb +0 -8
- data/example/config/initializers/assets.rb +0 -14
- data/example/config/initializers/backtrace_silencers.rb +0 -8
- data/example/config/initializers/content_security_policy.rb +0 -30
- data/example/config/initializers/cookies_serializer.rb +0 -5
- data/example/config/initializers/filter_parameter_logging.rb +0 -6
- data/example/config/initializers/inflections.rb +0 -16
- data/example/config/initializers/mime_types.rb +0 -4
- data/example/config/initializers/permissions_policy.rb +0 -11
- data/example/config/initializers/twirp_rails.rb +0 -4
- data/example/config/initializers/wrap_parameters.rb +0 -14
- data/example/config/locales/en.yml +0 -33
- data/example/config/master.key +0 -1
- data/example/config/puma.rb +0 -43
- data/example/config/routes.rb +0 -4
- data/example/config/spring.rb +0 -6
- data/example/config/storage.yml +0 -34
- data/example/config/webpack/development.js +0 -5
- data/example/config/webpack/environment.js +0 -3
- data/example/config/webpack/production.js +0 -5
- data/example/config/webpack/test.js +0 -5
- data/example/config/webpacker.yml +0 -92
- data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/ffi_c.so +0 -0
- data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/gem.build_complete +0 -0
- data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/gem_make.out +0 -165
- data/example/extensions/x86_64-linux/3.0.0/ffi-1.15.3/mkmf.log +0 -132
- data/example/package.json +0 -17
- data/example/postcss.config.js +0 -12
- data/example/public/404.html +0 -67
- data/example/public/422.html +0 -67
- data/example/public/500.html +0 -66
- data/example/public/apple-touch-icon-precomposed.png +0 -0
- data/example/public/apple-touch-icon.png +0 -0
- data/example/public/favicon.ico +0 -0
- data/example/public/robots.txt +0 -1
- data/example/storage/.keep +0 -0
- data/example/test/application_system_test_case.rb +0 -5
- data/example/test/channels/application_cable/connection_test.rb +0 -11
- data/example/test/controllers/.keep +0 -0
- data/example/test/fixtures/files/.keep +0 -0
- data/example/test/helpers/.keep +0 -0
- data/example/test/integration/.keep +0 -0
- data/example/test/mailers/.keep +0 -0
- data/example/test/models/.keep +0 -0
- data/example/test/system/.keep +0 -0
- data/example/test/test_helper.rb +0 -13
- data/example/tmp/cache/bootsnap/load-path-cache +0 -0
- data/example/vendor/.keep +0 -0
- data/example/yarn.lock +0 -6888
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
|
2
|
-
|
|
3
|
-
# Version of your assets, change this if you want to expire all your assets.
|
|
4
|
-
Rails.application.config.assets.version = '1.0'
|
|
5
|
-
|
|
6
|
-
# Add additional assets to the asset load path.
|
|
7
|
-
# Rails.application.config.assets.paths << Emoji.images_path
|
|
8
|
-
# Add Yarn node_modules folder to the asset load path.
|
|
9
|
-
Rails.application.config.assets.paths << Rails.root.join('node_modules')
|
|
10
|
-
|
|
11
|
-
# Precompile additional assets.
|
|
12
|
-
# application.js, application.css, and all non-JS/CSS in the app/assets
|
|
13
|
-
# folder are already added.
|
|
14
|
-
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
|
2
|
-
|
|
3
|
-
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
|
4
|
-
# Rails.backtrace_cleaner.add_silencer { |line| /my_noisy_library/.match?(line) }
|
|
5
|
-
|
|
6
|
-
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code
|
|
7
|
-
# by setting BACKTRACE=1 before calling your invocation, like "BACKTRACE=1 ./bin/rails runner 'MyClass.perform'".
|
|
8
|
-
Rails.backtrace_cleaner.remove_silencers! if ENV["BACKTRACE"]
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
|
2
|
-
|
|
3
|
-
# Define an application-wide content security policy
|
|
4
|
-
# For further information see the following documentation
|
|
5
|
-
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
|
|
6
|
-
|
|
7
|
-
# Rails.application.config.content_security_policy do |policy|
|
|
8
|
-
# policy.default_src :self, :https
|
|
9
|
-
# policy.font_src :self, :https, :data
|
|
10
|
-
# policy.img_src :self, :https, :data
|
|
11
|
-
# policy.object_src :none
|
|
12
|
-
# policy.script_src :self, :https
|
|
13
|
-
# policy.style_src :self, :https
|
|
14
|
-
# # If you are using webpack-dev-server then specify webpack-dev-server host
|
|
15
|
-
# policy.connect_src :self, :https, "http://localhost:3035", "ws://localhost:3035" if Rails.env.development?
|
|
16
|
-
|
|
17
|
-
# # Specify URI for violation reports
|
|
18
|
-
# # policy.report_uri "/csp-violation-report-endpoint"
|
|
19
|
-
# end
|
|
20
|
-
|
|
21
|
-
# If you are using UJS then enable automatic nonce generation
|
|
22
|
-
# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
|
|
23
|
-
|
|
24
|
-
# Set the nonce only to specific directives
|
|
25
|
-
# Rails.application.config.content_security_policy_nonce_directives = %w(script-src)
|
|
26
|
-
|
|
27
|
-
# Report CSP violations to a specified URI
|
|
28
|
-
# For further information see the following documentation:
|
|
29
|
-
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
|
|
30
|
-
# Rails.application.config.content_security_policy_report_only = true
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
|
2
|
-
|
|
3
|
-
# Add new inflection rules using the following format. Inflections
|
|
4
|
-
# are locale specific, and you may define rules for as many different
|
|
5
|
-
# locales as you wish. All of these examples are active by default:
|
|
6
|
-
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
7
|
-
# inflect.plural /^(ox)$/i, '\1en'
|
|
8
|
-
# inflect.singular /^(ox)en/i, '\1'
|
|
9
|
-
# inflect.irregular 'person', 'people'
|
|
10
|
-
# inflect.uncountable %w( fish sheep )
|
|
11
|
-
# end
|
|
12
|
-
|
|
13
|
-
# These inflection rules are supported but not enabled by default:
|
|
14
|
-
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
15
|
-
# inflect.acronym 'RESTful'
|
|
16
|
-
# end
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# Define an application-wide HTTP permissions policy. For further
|
|
2
|
-
# information see https://developers.google.com/web/updates/2018/06/feature-policy
|
|
3
|
-
#
|
|
4
|
-
# Rails.application.config.permissions_policy do |f|
|
|
5
|
-
# f.camera :none
|
|
6
|
-
# f.gyroscope :none
|
|
7
|
-
# f.microphone :none
|
|
8
|
-
# f.usb :none
|
|
9
|
-
# f.fullscreen :self
|
|
10
|
-
# f.payment :self, "https://secure.example.com"
|
|
11
|
-
# end
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
|
2
|
-
|
|
3
|
-
# This file contains settings for ActionController::ParamsWrapper which
|
|
4
|
-
# is enabled by default.
|
|
5
|
-
|
|
6
|
-
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
|
7
|
-
ActiveSupport.on_load(:action_controller) do
|
|
8
|
-
wrap_parameters format: [:json]
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
# To enable root element in JSON for ActiveRecord objects.
|
|
12
|
-
# ActiveSupport.on_load(:active_record) do
|
|
13
|
-
# self.include_root_in_json = true
|
|
14
|
-
# end
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# Files in the config/locales directory are used for internationalization
|
|
2
|
-
# and are automatically loaded by Rails. If you want to use locales other
|
|
3
|
-
# than English, add the necessary files in this directory.
|
|
4
|
-
#
|
|
5
|
-
# To use the locales, use `I18n.t`:
|
|
6
|
-
#
|
|
7
|
-
# I18n.t 'hello'
|
|
8
|
-
#
|
|
9
|
-
# In views, this is aliased to just `t`:
|
|
10
|
-
#
|
|
11
|
-
# <%= t('hello') %>
|
|
12
|
-
#
|
|
13
|
-
# To use a different locale, set it with `I18n.locale`:
|
|
14
|
-
#
|
|
15
|
-
# I18n.locale = :es
|
|
16
|
-
#
|
|
17
|
-
# This would use the information in config/locales/es.yml.
|
|
18
|
-
#
|
|
19
|
-
# The following keys must be escaped otherwise they will not be retrieved by
|
|
20
|
-
# the default I18n backend:
|
|
21
|
-
#
|
|
22
|
-
# true, false, on, off, yes, no
|
|
23
|
-
#
|
|
24
|
-
# Instead, surround them with single quotes.
|
|
25
|
-
#
|
|
26
|
-
# en:
|
|
27
|
-
# 'true': 'foo'
|
|
28
|
-
#
|
|
29
|
-
# To learn more, please read the Rails Internationalization guide
|
|
30
|
-
# available at https://guides.rubyonrails.org/i18n.html.
|
|
31
|
-
|
|
32
|
-
en:
|
|
33
|
-
hello: "Hello world"
|
data/example/config/master.key
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1f82e2ed6434ab6e1382f0641d0d6557
|
data/example/config/puma.rb
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# Puma can serve each request in a thread from an internal thread pool.
|
|
2
|
-
# The `threads` method setting takes two numbers: a minimum and maximum.
|
|
3
|
-
# Any libraries that use thread pools should be configured to match
|
|
4
|
-
# the maximum value specified for Puma. Default is set to 5 threads for minimum
|
|
5
|
-
# and maximum; this matches the default thread size of Active Record.
|
|
6
|
-
#
|
|
7
|
-
max_threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
|
|
8
|
-
min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { max_threads_count }
|
|
9
|
-
threads min_threads_count, max_threads_count
|
|
10
|
-
|
|
11
|
-
# Specifies the `worker_timeout` threshold that Puma will use to wait before
|
|
12
|
-
# terminating a worker in development environments.
|
|
13
|
-
#
|
|
14
|
-
worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
|
|
15
|
-
|
|
16
|
-
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
|
17
|
-
#
|
|
18
|
-
port ENV.fetch("PORT") { 3000 }
|
|
19
|
-
|
|
20
|
-
# Specifies the `environment` that Puma will run in.
|
|
21
|
-
#
|
|
22
|
-
environment ENV.fetch("RAILS_ENV") { "development" }
|
|
23
|
-
|
|
24
|
-
# Specifies the `pidfile` that Puma will use.
|
|
25
|
-
pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
|
|
26
|
-
|
|
27
|
-
# Specifies the number of `workers` to boot in clustered mode.
|
|
28
|
-
# Workers are forked web server processes. If using threads and workers together
|
|
29
|
-
# the concurrency of the application would be max `threads` * `workers`.
|
|
30
|
-
# Workers do not work on JRuby or Windows (both of which do not support
|
|
31
|
-
# processes).
|
|
32
|
-
#
|
|
33
|
-
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
|
|
34
|
-
|
|
35
|
-
# Use the `preload_app!` method when specifying a `workers` number.
|
|
36
|
-
# This directive tells Puma to first boot the application and load code
|
|
37
|
-
# before forking the application. This takes advantage of Copy On Write
|
|
38
|
-
# process behavior so workers use less memory.
|
|
39
|
-
#
|
|
40
|
-
# preload_app!
|
|
41
|
-
|
|
42
|
-
# Allow puma to be restarted by `rails restart` command.
|
|
43
|
-
plugin :tmp_restart
|
data/example/config/routes.rb
DELETED
data/example/config/spring.rb
DELETED
data/example/config/storage.yml
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
test:
|
|
2
|
-
service: Disk
|
|
3
|
-
root: <%= Rails.root.join("tmp/storage") %>
|
|
4
|
-
|
|
5
|
-
local:
|
|
6
|
-
service: Disk
|
|
7
|
-
root: <%= Rails.root.join("storage") %>
|
|
8
|
-
|
|
9
|
-
# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
|
|
10
|
-
# amazon:
|
|
11
|
-
# service: S3
|
|
12
|
-
# access_key_id: <%= Rails.application.credentials.dig(:aws, :access_key_id) %>
|
|
13
|
-
# secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
|
|
14
|
-
# region: us-east-1
|
|
15
|
-
# bucket: your_own_bucket
|
|
16
|
-
|
|
17
|
-
# Remember not to checkin your GCS keyfile to a repository
|
|
18
|
-
# google:
|
|
19
|
-
# service: GCS
|
|
20
|
-
# project: your_project
|
|
21
|
-
# credentials: <%= Rails.root.join("path/to/gcs.keyfile") %>
|
|
22
|
-
# bucket: your_own_bucket
|
|
23
|
-
|
|
24
|
-
# Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
|
|
25
|
-
# microsoft:
|
|
26
|
-
# service: AzureStorage
|
|
27
|
-
# storage_account_name: your_account_name
|
|
28
|
-
# storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %>
|
|
29
|
-
# container: your_container_name
|
|
30
|
-
|
|
31
|
-
# mirror:
|
|
32
|
-
# service: Mirror
|
|
33
|
-
# primary: local
|
|
34
|
-
# mirrors: [ amazon, google, microsoft ]
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
|
2
|
-
|
|
3
|
-
default: &default
|
|
4
|
-
source_path: app/javascript
|
|
5
|
-
source_entry_path: packs
|
|
6
|
-
public_root_path: public
|
|
7
|
-
public_output_path: packs
|
|
8
|
-
cache_path: tmp/cache/webpacker
|
|
9
|
-
webpack_compile_output: true
|
|
10
|
-
|
|
11
|
-
# Additional paths webpack should lookup modules
|
|
12
|
-
# ['app/assets', 'engine/foo/app/assets']
|
|
13
|
-
additional_paths: []
|
|
14
|
-
|
|
15
|
-
# Reload manifest.json on all requests so we reload latest compiled packs
|
|
16
|
-
cache_manifest: false
|
|
17
|
-
|
|
18
|
-
# Extract and emit a css file
|
|
19
|
-
extract_css: false
|
|
20
|
-
|
|
21
|
-
static_assets_extensions:
|
|
22
|
-
- .jpg
|
|
23
|
-
- .jpeg
|
|
24
|
-
- .png
|
|
25
|
-
- .gif
|
|
26
|
-
- .tiff
|
|
27
|
-
- .ico
|
|
28
|
-
- .svg
|
|
29
|
-
- .eot
|
|
30
|
-
- .otf
|
|
31
|
-
- .ttf
|
|
32
|
-
- .woff
|
|
33
|
-
- .woff2
|
|
34
|
-
|
|
35
|
-
extensions:
|
|
36
|
-
- .mjs
|
|
37
|
-
- .js
|
|
38
|
-
- .sass
|
|
39
|
-
- .scss
|
|
40
|
-
- .css
|
|
41
|
-
- .module.sass
|
|
42
|
-
- .module.scss
|
|
43
|
-
- .module.css
|
|
44
|
-
- .png
|
|
45
|
-
- .svg
|
|
46
|
-
- .gif
|
|
47
|
-
- .jpeg
|
|
48
|
-
- .jpg
|
|
49
|
-
|
|
50
|
-
development:
|
|
51
|
-
<<: *default
|
|
52
|
-
compile: true
|
|
53
|
-
|
|
54
|
-
# Reference: https://webpack.js.org/configuration/dev-server/
|
|
55
|
-
dev_server:
|
|
56
|
-
https: false
|
|
57
|
-
host: localhost
|
|
58
|
-
port: 3035
|
|
59
|
-
public: localhost:3035
|
|
60
|
-
hmr: false
|
|
61
|
-
# Inline should be set to true if using HMR
|
|
62
|
-
inline: true
|
|
63
|
-
overlay: true
|
|
64
|
-
compress: true
|
|
65
|
-
disable_host_check: true
|
|
66
|
-
use_local_ip: false
|
|
67
|
-
quiet: false
|
|
68
|
-
pretty: false
|
|
69
|
-
headers:
|
|
70
|
-
'Access-Control-Allow-Origin': '*'
|
|
71
|
-
watch_options:
|
|
72
|
-
ignored: '**/node_modules/**'
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
test:
|
|
76
|
-
<<: *default
|
|
77
|
-
compile: true
|
|
78
|
-
|
|
79
|
-
# Compile test packs to a separate directory
|
|
80
|
-
public_output_path: packs-test
|
|
81
|
-
|
|
82
|
-
production:
|
|
83
|
-
<<: *default
|
|
84
|
-
|
|
85
|
-
# Production depends on precompilation of packs prior to booting for performance.
|
|
86
|
-
compile: false
|
|
87
|
-
|
|
88
|
-
# Extract and emit a css file
|
|
89
|
-
extract_css: true
|
|
90
|
-
|
|
91
|
-
# Cache manifest.json for performance
|
|
92
|
-
cache_manifest: true
|
|
Binary file
|
|
File without changes
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
current directory: /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c
|
|
2
|
-
/home/sensei/.rbenv/versions/3.0.1/bin/ruby -I /home/sensei/.rbenv/versions/3.0.1/lib/ruby/3.0.0 -r ./siteconf20210704-14487-9139ch.rb extconf.rb
|
|
3
|
-
checking for ffi.h... no
|
|
4
|
-
checking for ffi.h in /usr/local/include,/usr/include/ffi,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ffi... no
|
|
5
|
-
checking for whether -Wl,--exclude-libs,ALL is accepted as LDFLAGS... yes
|
|
6
|
-
checking for whether -pthread is accepted as LDFLAGS... yes
|
|
7
|
-
creating extconf.h
|
|
8
|
-
creating Makefile
|
|
9
|
-
|
|
10
|
-
current directory: /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c
|
|
11
|
-
make DESTDIR\= clean
|
|
12
|
-
|
|
13
|
-
current directory: /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c
|
|
14
|
-
make DESTDIR\=
|
|
15
|
-
Configuring libffi
|
|
16
|
-
make -C "/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux"
|
|
17
|
-
make[1]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
18
|
-
make all-recursive
|
|
19
|
-
make[2]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
20
|
-
Making all in include
|
|
21
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/include'
|
|
22
|
-
make[3]: Nothing to be done for 'all'.
|
|
23
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/include'
|
|
24
|
-
Making all in testsuite
|
|
25
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/testsuite'
|
|
26
|
-
make[3]: Nothing to be done for 'all'.
|
|
27
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/testsuite'
|
|
28
|
-
Making all in man
|
|
29
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/man'
|
|
30
|
-
make[3]: Nothing to be done for 'all'.
|
|
31
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/man'
|
|
32
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
33
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/prep_cif.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/prep_cif.c
|
|
34
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o
|
|
35
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/types.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/types.c
|
|
36
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/types.c -fPIC -DPIC -o src/.libs/types.o
|
|
37
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/raw_api.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/raw_api.c
|
|
38
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o
|
|
39
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/java_raw_api.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c
|
|
40
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o
|
|
41
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
|
|
42
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
|
|
43
|
-
317 | ffi_java_raw_to_ptrarray (cif, raw, avalue);
|
|
44
|
-
| ^~~~~~~~~~~~~~~~~~~~~~~~
|
|
45
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:76:1: note: declared here
|
|
46
|
-
76 | ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
|
|
47
|
-
| ^~~~~~~~~~~~~~~~~~~~~~~~
|
|
48
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
|
|
49
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
|
|
50
|
-
328 | ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
|
|
51
|
-
| ^~~~~~~~~~~~
|
|
52
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:45:1: note: declared here
|
|
53
|
-
45 | ffi_java_raw_size (ffi_cif *cif)
|
|
54
|
-
| ^~~~~~~~~~~~~~~~~
|
|
55
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
|
|
56
|
-
331 | ffi_java_ptrarray_to_raw (cif, avalue, raw);
|
|
57
|
-
| ^~~~~~~~~~~~~~~~~~~~~~~~
|
|
58
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:157:1: note: declared here
|
|
59
|
-
157 | ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
|
|
60
|
-
| ^~~~~~~~~~~~~~~~~~~~~~~~
|
|
61
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
|
|
62
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
|
|
63
|
-
369 | return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
|
|
64
|
-
| ^~~~~~
|
|
65
|
-
/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/java_raw_api.c:337:1: note: declared here
|
|
66
|
-
337 | ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
|
|
67
|
-
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
68
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/closures.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/closures.c
|
|
69
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/closures.c -fPIC -DPIC -o src/.libs/closures.o
|
|
70
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/x86/ffi64.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/ffi64.c
|
|
71
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o
|
|
72
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -c -o src/x86/unix64.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/unix64.S
|
|
73
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o
|
|
74
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c -o src/x86/ffiw64.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/ffiw64.c
|
|
75
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/ffiw64.c -fPIC -DPIC -o src/x86/.libs/ffiw64.o
|
|
76
|
-
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -c -o src/x86/win64.lo /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/win64.S
|
|
77
|
-
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -c /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src/x86/win64.S -fPIC -DPIC -o src/x86/.libs/win64.o
|
|
78
|
-
gcc -DHAVE_CONFIG_H -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi -I. -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/include -Iinclude -I/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/src -Wall -fexceptions -DX86_64 -DGENERATE_LIBFFI_MAP \
|
|
79
|
-
-E -x assembler-with-cpp -o libffi.map /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/libffi.map.in
|
|
80
|
-
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -fexceptions -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffiw64.lo src/x86/win64.lo
|
|
81
|
-
libtool: link: rm -fr .libs/libffi_convenience.a(D)
|
|
82
|
-
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o
|
|
83
|
-
ar: `u' modifier ignored since `D' is the default (see `U')
|
|
84
|
-
libtool: link: ranlib .libs/libffi_convenience.a
|
|
85
|
-
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
|
|
86
|
-
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -fexceptions -no-undefined -version-info `grep -v '^#' /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi/libtool-version` -Wl,--version-script,libffi.map -o libffi.la -rpath /usr/local/lib/../lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffiw64.lo src/x86/win64.lo
|
|
87
|
-
libtool: link: gcc -shared -fPIC -DPIC src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffiw64.o src/x86/.libs/win64.o -Wl,--version-script -Wl,libffi.map -Wl,-soname -Wl,libffi.so.8 -o .libs/libffi.so.8.1.0
|
|
88
|
-
libtool: link: (cd ".libs" && rm -f "libffi.so.8" && ln -s "libffi.so.8.1.0" "libffi.so.8")
|
|
89
|
-
libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.8.1.0" "libffi.so")
|
|
90
|
-
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
|
|
91
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
92
|
-
make[2]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
93
|
-
make[1]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
94
|
-
compiling AbstractMemory.c
|
|
95
|
-
compiling ArrayType.c
|
|
96
|
-
compiling Buffer.c
|
|
97
|
-
compiling Call.c
|
|
98
|
-
compiling ClosurePool.c
|
|
99
|
-
compiling DynamicLibrary.c
|
|
100
|
-
compiling Function.c
|
|
101
|
-
compiling FunctionInfo.c
|
|
102
|
-
compiling LastError.c
|
|
103
|
-
compiling LongDouble.c
|
|
104
|
-
compiling MappedType.c
|
|
105
|
-
compiling MemoryPointer.c
|
|
106
|
-
compiling MethodHandle.c
|
|
107
|
-
compiling Platform.c
|
|
108
|
-
compiling Pointer.c
|
|
109
|
-
compiling Struct.c
|
|
110
|
-
compiling StructByValue.c
|
|
111
|
-
compiling StructLayout.c
|
|
112
|
-
compiling Thread.c
|
|
113
|
-
compiling Type.c
|
|
114
|
-
compiling Types.c
|
|
115
|
-
compiling Variadic.c
|
|
116
|
-
compiling ffi.c
|
|
117
|
-
linking shared-object ffi_c.so
|
|
118
|
-
|
|
119
|
-
current directory: /home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c
|
|
120
|
-
make DESTDIR\= install
|
|
121
|
-
make -C "/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux"
|
|
122
|
-
make[1]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
123
|
-
make all-recursive
|
|
124
|
-
make[2]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
125
|
-
Making all in include
|
|
126
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/include'
|
|
127
|
-
make[3]: Nothing to be done for 'all'.
|
|
128
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/include'
|
|
129
|
-
Making all in testsuite
|
|
130
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/testsuite'
|
|
131
|
-
make[3]: Nothing to be done for 'all'.
|
|
132
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/testsuite'
|
|
133
|
-
Making all in man
|
|
134
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/man'
|
|
135
|
-
make[3]: Nothing to be done for 'all'.
|
|
136
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux/man'
|
|
137
|
-
make[3]: Entering directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
138
|
-
make[3]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
139
|
-
make[2]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
140
|
-
make[1]: Leaving directory '/home/sensei/code/build.security/chime-poc/opa-rails-middleware/example/gems/ffi-1.15.3/ext/ffi_c/libffi-x86_64-linux'
|
|
141
|
-
compiling AbstractMemory.c
|
|
142
|
-
compiling ArrayType.c
|
|
143
|
-
compiling Buffer.c
|
|
144
|
-
compiling Call.c
|
|
145
|
-
compiling ClosurePool.c
|
|
146
|
-
compiling DynamicLibrary.c
|
|
147
|
-
compiling Function.c
|
|
148
|
-
compiling FunctionInfo.c
|
|
149
|
-
compiling LastError.c
|
|
150
|
-
compiling LongDouble.c
|
|
151
|
-
compiling MappedType.c
|
|
152
|
-
compiling MemoryPointer.c
|
|
153
|
-
compiling MethodHandle.c
|
|
154
|
-
compiling Platform.c
|
|
155
|
-
compiling Pointer.c
|
|
156
|
-
compiling Struct.c
|
|
157
|
-
compiling StructByValue.c
|
|
158
|
-
compiling StructLayout.c
|
|
159
|
-
compiling Thread.c
|
|
160
|
-
compiling Type.c
|
|
161
|
-
compiling Types.c
|
|
162
|
-
compiling Variadic.c
|
|
163
|
-
compiling ffi.c
|
|
164
|
-
linking shared-object ffi_c.so
|
|
165
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20210704-14487-5ziz5a
|