aries 0.1.0

a web framwork for rust-lang.
Build #150826 2019-03-26T22:16:03.642706+00:00
# rustc version
rustc 1.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version
cratesfyi 0.6.0 (67b2b94 2019-03-26)

# build log
Updating crates.io index
Downloading crates ...
Downloaded aries v0.1.0
Downloading crates ...
Downloaded jwt v0.4.0
Downloaded memcached-rs v0.1.4
Downloaded postgres v0.11.12
Downloaded redis v0.5.4
Downloaded mysql v6.0.1
Downloading crates ...
Downloaded conhash v0.3.3
Downloaded twox-hash v1.0.1
Downloaded sha1 v0.1.1
Downloaded phf v0.7.15
Downloaded phf_shared v0.7.15
Fresh winapi-build v0.1.1
Fresh pkg-config v0.3.14
Fresh gcc v0.3.55
Fresh smallvec v0.6.9
Fresh cfg-if v0.1.7
Fresh winapi v0.2.8
Fresh matches v0.1.8
Fresh version_check v0.1.5
Fresh rustc-serialize v0.3.24
Fresh percent-encoding v1.0.1
Fresh bitflags v0.7.0
Fresh lazy_static v0.2.11
Fresh regex-syntax v0.3.9
Fresh antidote v1.0.0
Fresh utf8-ranges v0.1.3
Fresh nom v1.2.4
Checking phf_shared v0.7.15
Fresh bufstream v0.1.4
Fresh unicode-width v0.1.5
Fresh byteorder v0.5.3
Fresh byteorder v0.4.2
Fresh fnv v1.0.6
Running `rustc --crate-name phf_shared /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.7.15/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=bec39f93197dacaf -C extra-filename=-bec39f93197dacaf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh hex v0.2.0
Fresh typeable v0.1.2
Fresh language-tags v0.2.2
Fresh traitobject v0.0.1
Fresh unicode-normalization v0.1.8
Fresh log v0.4.6
Fresh unicode-bidi v0.3.4
Fresh toml v0.2.1
Checking scheduled-thread-pool v0.1.0
Fresh semver v0.2.3
Fresh getopts v0.2.18
Fresh libc v0.2.50
Fresh num-traits v0.2.6
Fresh idna v0.1.5
Fresh log v0.3.9
Fresh byteorder v1.3.1
Fresh httparse v1.3.3
Fresh rand v0.4.6
Fresh memchr v0.1.11
Fresh time v0.1.42
Fresh unix_socket v0.5.0
Fresh num_cpus v1.10.0
Fresh num-integer v0.1.39
Fresh kernel32-sys v0.2.2
Compiling openssl-sys-extras v0.7.14
Running `rustc --crate-name scheduled_thread_pool /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/scheduled-thread-pool-0.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=aa05d9023a3a3449 -C extra-filename=-aa05d9023a3a3449 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern antidote=/home/cratesfyi/cratesfyi/debug/deps/libantidote-99f6bd45026b13b1.rmeta --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/openssl-sys-extras-7b4a032c80b455b2/build-script-build`
error: failed to run custom build command for `openssl-sys-extras v0.7.14`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/openssl-sys-extras-7b4a032c80b455b2/build-script-build` (exit code: 101)
--- stdout
TARGET = Some("x86_64-unknown-linux-gnu")
OPT_LEVEL = Some("0")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CC_x86_64-unknown-linux-gnu = None
CC_x86_64_unknown_linux_gnu = None
HOST_CC = None
CC = None
HOST = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CFLAGS_x86_64-unknown-linux-gnu = None
CFLAGS_x86_64_unknown_linux_gnu = None
HOST_CFLAGS = None
CFLAGS = None
DEBUG = Some("true")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-o" "/home/cratesfyi/cratesfyi/debug/build/openssl-sys-extras-5cd9b8de406dc897/out/src/openssl_shim.o" "-c" "src/openssl_shim.c"
cargo:warning=src/openssl_shim.c: In function ‘SSL_CTX_set_ecdh_auto_shim’:
cargo:warning=src/openssl_shim.c:121:41: warning: unused parameter ‘ctx’ [-Wunused-parameter]
cargo:warning= int SSL_CTX_set_ecdh_auto_shim(SSL_CTX *ctx, int onoff) {
cargo:warning=                                         ^~~
cargo:warning=src/openssl_shim.c: In function ‘DH_new_from_params’:
cargo:warning=src/openssl_shim.c:132:7: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’
cargo:warning=     dh->p = p;
cargo:warning=       ^~
cargo:warning=src/openssl_shim.c: In function ‘X509_get_extensions_shim’:
cargo:warning=src/openssl_shim.c:143:13: error: dereferencing pointer to incomplete type ‘X509 {aka struct x509_st}’
cargo:warning=     return x->cert_info ? x->cert_info->extensions : NULL;
cargo:warning=             ^~
cargo:warning=src/openssl_shim.c:144:1: warning: control reaches end of non-void function [-Wreturn-type]
cargo:warning= }
cargo:warning= ^
exit code: 1

--- stderr
thread 'main' panicked at '

Internal error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-o" "/home/cratesfyi/cratesfyi/debug/build/openssl-sys-extras-5cd9b8de406dc897/out/src/openssl_shim.o" "-c" "src/openssl_shim.c" with args "cc" did not execute successfully (status code exit code: 1).

', /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:1672:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.