Skip to content

Instantly share code, notes, and snippets.

View eedwards-sk's full-sized avatar

Ethan Edwards eedwards-sk

View GitHub Profile
→ cd /opt/concourse/local/worker/containers/
$ eedwards @ EEDWARDSLT-MAC in /opt/concourse/local/worker/containers ○ [11:07:59]
→ ls -la
total 0
drwxr-xr-x 3 root wheel 96 Aug 1 11:07 .
drwxr-xr-x 4 root wheel 128 Aug 1 10:42 ..
drwxr-xr-x 4 root wheel 128 Aug 1 11:07 00000ttl7f0
$ eedwards @ EEDWARDSLT-MAC in /opt/concourse/local/worker/containers ○ [11:08:00]
→ cd 00000ttl7f0/
$ eedwards @ EEDWARDSLT-MAC in /opt/concourse/local/worker/containers/00000ttl7f0 ○ [11:08:01]
{"timestamp":"1533139084.148011446","source":"worker","message":"worker.command-to-run","log_level":1,"data":{"cmd":"report-volumes"}}
{"timestamp":"1533139102.209485054","source":"baggageclaim","message":"baggageclaim.repository.get-volume.volume-not-found","log_level":1,"data":{"session":"1.299","volume":"cef8dafd-f9fd-4e2d-7db7-af98c7bdd740"}}
{"timestamp":"1533139102.209616661","source":"baggageclaim","message":"baggageclaim.api.volume-server.get-volume.volume-not-found","log_level":1,"data":{"session":"2.1.176","volume":"cef8dafd-f9fd-4e2d-7db7-af98c7bdd740"}}
{"timestamp":"1533139102.751152754","source":"baggageclaim","message":"baggageclaim.repository.get-volume.volume-not-found","log_level":1,"data":{"session":"1.301","volume":"78562574-51de-4194-5e1a-f569af2c27ae"}}
{"timestamp":"1533139102.751271248","source":"baggageclaim","message":"baggageclaim.api.volume-server.get-volume.volume-not-found","log_level":1,"data":{"session":"2.1.181","volume":"78562574-51de-4194-5e1a-f569af2c27ae"}}
{"timestamp":"1
Starting Consul agent...
==> Consul agent running!
Version: 'v1.2.2'
Node ID: 'c69d9705-76d9-4804-a2ed-d30b452b769d'
Node name: 'mac'
Datacenter: 'local' (Segment: '<all>')
Server: true (Bootstrap: false)
Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, DNS: 8600)
Cluster Addr: 192.168.20.100 (LAN: 8301, WAN: 8302)
Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false
{"timestamp":"1532740283.586884022","source":"tsa","message":"tsa.connection.channel.forward-worker.heartbeat.start","log_level":1,"data":{"remote":"172.19.0.1:36034","session":"6.1.1.56","worker-address":"127.0.0.1:40397","worker-platform":"darwin","worker-tags":""}}
{"timestamp":"1532740283.593331337","source":"tsa","message":"tsa.connection.channel.forward-worker.heartbeat.reached-worker","log_level":0,"data":{"baggageclaim-took":"2.45312ms","garden-took":"3.373809ms","remote":"172.19.0.1:36034","session":"6.1.1.56"}}
{"timestamp":"1532740283.600972891","source":"tsa","message":"tsa.connection.channel.forward-worker.heartbeat.done","log_level":1,"data":{"remote":"172.19.0.1:36034","session":"6.1.1.56","worker-address":"127.0.0.1:40397","worker-platform":"darwin","worker-tags":""}}
{"timestamp":"1532740287.642821789","source":"baggageclaim","message":"baggageclaim.repository.get-volume.volume-not-found","log_level":1,"data":{"session":"1.816","volume":"8663de41-45f5-4873-6678-10ee1ff0ede7"}}
{"timestamp":"1
@eedwards-sk
eedwards-sk / gist:286e293881c5b77050047bff498f6c66
Created January 30, 2018 23:04
chef failure to load local bundled gem
[2018-01-30T16:48:51-06:00] DEBUG: LoadError: cannot load such file -- my/gem
/opt/chefdk/embedded/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/opt/chefdk/embedded/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/my-gem/resources/my_resource:21:in `library_method'
/opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/chef-13.6.4/lib/chef/resource.rb:1295:in `method_missing'
/my-gem/resources/my_resource:12:in `block (2 levels) in class_from_file'
/opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/chef-13.6.4/lib/chef/resource_builder.rb:66:in `instance_eval'
/opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/chef-13.6.4/lib/chef/resource_builder.rb:66:in `build'
/opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/chef-13.6.4/lib/chef/dsl/declare_resource.rb:293:in `build_resource'
/opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/chef-13.6.4/lib/chef/dsl/declare_resource.rb:250:in `declare_resource'