Last active
November 1, 2016 15:21
-
-
Save martinhbramwell/97ed25761cf1346ef4773d5ffc21ce88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you@hab4metdev:~$ RUST_LOG=debug RUST_BACKTRACE=1 hab pkg search billmeyer | |
DEBUG:habitat_common::ui: InputStream(stdin): { is_a_terminal(): true } | |
DEBUG:habitat_common::ui: OutputStream(stdout): { is_colored(): true, supports_color(): true, is_a_terminal(): true } | |
DEBUG:habitat_common::ui: OutputStream(stderr): { is_colored(): true, supports_color(): true, is_a_terminal(): true } | |
DEBUG:hab: clap cli args: ["hab", "pkg", "search", "billmeyer"] | |
DEBUG:hab: remaining cli args: [] | |
DEBUG:habitat_http_client::ssl: Setting CA file for SSL context to: /hab/pkgs/core/cacerts/2016.09.14/20161031044952/ssl/cert.pem | |
DEBUG:habitat_http_client::api_client: User-Agent: hab/0.11.0/20161013211955 (x86_64-linux; 4.4.0-45-generic) | |
DEBUG:habitat_http_client::api_client: GET https://willem.habitat.sh/v1/depot/pkgs/search/billmeyer with ApiClient { endpoint: "https://willem.habitat.sh/v1/depot", inner: Client { redirect_policy: FollowAll, read_timeout: None, write_timeout: None, proxy: None }, proxy: None, target_scheme: "https", user_agent_header: UserAgent("hab/0.11.0/20161013211955 (x86_64-linux; 4.4.0-45-generic)") } | |
DEBUG:hyper::net: http scheme | |
DEBUG:hyper::net: https scheme | |
DEBUG:hyper::http::h1: request line: Get "/v1/depot/pkgs/search/billmeyer" Http11 | |
DEBUG:hyper::http::h1: headers=Headers { Host: willem.habitat.sh, User-Agent: hab/0.11.0/20161013211955 (x86_64-linux; 4.4.0-45-generic), } | |
DEBUG:hyper::client::response: version=Http11, status=Ok | |
DEBUG:hyper::client::response: headers=Headers { X-Served-By: cache-sea1927-SEA, cache-yyz8324-YYZ, Access-Control-Allow-Methods: PUT, DELETE, X-XSS-Protection: 1; mode=block, Age: 0, X-Cache: MISS, MISS, Server: nginx/1.10.1, X-Content-Type-Options: nosniff, Vary: Accept-Encoding, Access-Control-Allow-Headers: authorization, range, Cache-Control: private, no-cache, no-store, X-Frame-Options: SAMEORIGIN, Via: 1.1 varnish1.1 varnish, Content-Type: application/json; charset=utf-8, X-UA-Compatible: IE=Edge, Content-Length: 690, Accept-Ranges: bytes, Connection: keep-alive, Access-Control-Allow-Origin: *, X-Cache-Hits: 0, 0, Fastly-Debug-Digest: 114c91bd7790d6a8d1ddfe660068c52eb4d5fa25ed185f21d9a740fbf4434cd7, Date: Tue, 01 Nov 2016 15:20:35 GMT, Alternate-Protocol: 443:npn-spdy/3, Strict-Transport-Security: max-age= 7776000; includeSubDomains, } | |
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ExpectedError("Array", "{\"package_list\":[{\"name\":\"apache-tomcat\",\"origin\":\"billmeyer\",\"release\":\"20160706185148\",\"version\":\"8.5.3\"},{\"name\":\"apache-tomcat\",\"origin\":\"billmeyer\",\"release\":\"20160713205928\",\"version\":\"8.5.3\"},{\"name\":\"apache-tomcat\",\"origin\":\"billmeyer\",\"release\":\"20160720223340\",\"version\":\"8.5.3\"},{\"name\":\"mongodb\",\"origin\":\"billmeyer\",\"release\":\"20160824195527\",\"version\":\"3.2.6\"},{\"name\":\"mytutorialapp\",\"origin\":\"billmeyer\",\"release\":\"20160629140436\",\"version\":\"0.1.0\"},{\"name\":\"mytutorialapp\",\"origin\":\"billmeyer\",\"release\":\"20160630001619\",\"version\":\"0.1.0\"},{\"name\":\"tomcat8\",\"origin\":\"billmeyer\",\"release\":\"20160726161508\",\"version\":\"8.5.4\"}],\"range_end\":49,\"range_start\":0,\"total_count\":7}")', ../src/libcore/result.rs:788 | |
stack backtrace: | |
1: 0x83f7b9 - <unknown> | |
2: 0x84626c - <unknown> | |
3: 0x845139 - <unknown> | |
4: 0x845828 - <unknown> | |
5: 0x845682 - <unknown> | |
6: 0x8455f0 - <unknown> | |
7: 0x845571 - <unknown> | |
8: 0x8ad0af - <unknown> | |
9: 0x523dde - <unknown> | |
10: 0x52c15d - <unknown> | |
11: 0x46a132 - <unknown> | |
12: 0x42f076 - <unknown> | |
13: 0x425d1a - <unknown> | |
14: 0x84dbe6 - <unknown> | |
15: 0x844a15 - <unknown> | |
you@hab4metdev:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment