[INFO] updating cached repository https://github.com/BartWillems/octaaf-client [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c7e7393a11733435cf85c30b1aa188663851ab54 [INFO] testing BartWillems/octaaf-client against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FBartWillems%2Foctaaf-client" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BartWillems/octaaf-client on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/BartWillems/octaaf-client [INFO] finished tweaking git repo https://github.com/BartWillems/octaaf-client [INFO] tweaked toml for git repo https://github.com/BartWillems/octaaf-client written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/BartWillems/octaaf-client already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] fbbf0a2d1a83ecf453f4245c16d50e0073ae6d095efcae20a27a1525b28d8e69 [INFO] running `"docker" "start" "-a" "fbbf0a2d1a83ecf453f4245c16d50e0073ae6d095efcae20a27a1525b28d8e69"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling simple-error v0.1.13 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling libflate v0.1.20 [INFO] [stderr] Compiling openssl-sys v0.9.42 [INFO] [stderr] Compiling syn v0.15.27 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling tokio v0.1.16 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.11 [INFO] [stderr] Compiling octaaf-client v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/logger.rs:4:46 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn init(verbosity: u8) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/quote.rs:44:77 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn get(quote_type: QuoteType, filter: Option) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/quote.rs:59:66 [INFO] [stderr] | [INFO] [stderr] 59 | fn fetch_text_quote(filter: Option) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/quote.rs:67:81 [INFO] [stderr] | [INFO] [stderr] 67 | fn fetch_presidential_quote(filter: Option) -> Result<&'static str, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "fbbf0a2d1a83ecf453f4245c16d50e0073ae6d095efcae20a27a1525b28d8e69"` [INFO] running `"docker" "rm" "-f" "fbbf0a2d1a83ecf453f4245c16d50e0073ae6d095efcae20a27a1525b28d8e69"` [INFO] [stdout] fbbf0a2d1a83ecf453f4245c16d50e0073ae6d095efcae20a27a1525b28d8e69 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2a78037a11b1f6d55ada1892e7bd2883252a573615e2622784ffe63d19f4fd0b [INFO] running `"docker" "start" "-a" "2a78037a11b1f6d55ada1892e7bd2883252a573615e2622784ffe63d19f4fd0b"` [INFO] [stderr] Compiling octaaf-client v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/logger.rs:4:46 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn init(verbosity: u8) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/quote.rs:44:77 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn get(quote_type: QuoteType, filter: Option) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/quote.rs:59:66 [INFO] [stderr] | [INFO] [stderr] 59 | fn fetch_text_quote(filter: Option) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/quote.rs:67:81 [INFO] [stderr] | [INFO] [stderr] 67 | fn fetch_presidential_quote(filter: Option) -> Result<&'static str, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.89s [INFO] running `"docker" "inspect" "2a78037a11b1f6d55ada1892e7bd2883252a573615e2622784ffe63d19f4fd0b"` [INFO] running `"docker" "rm" "-f" "2a78037a11b1f6d55ada1892e7bd2883252a573615e2622784ffe63d19f4fd0b"` [INFO] [stdout] 2a78037a11b1f6d55ada1892e7bd2883252a573615e2622784ffe63d19f4fd0b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] c799fb3404928a0250bb44aa1dc954f156b63ae3f524099a260e31f385d1d7b1 [INFO] running `"docker" "start" "-a" "c799fb3404928a0250bb44aa1dc954f156b63ae3f524099a260e31f385d1d7b1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/octaaf_client-04357daf0ee75616 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test api::tests::test_format_uri ... ok [INFO] [stdout] test logger::tests::log_level ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c799fb3404928a0250bb44aa1dc954f156b63ae3f524099a260e31f385d1d7b1"` [INFO] running `"docker" "rm" "-f" "c799fb3404928a0250bb44aa1dc954f156b63ae3f524099a260e31f385d1d7b1"` [INFO] [stdout] c799fb3404928a0250bb44aa1dc954f156b63ae3f524099a260e31f385d1d7b1